nim-eth/tests
andri lim fe88d9e6b7
Change maxFeePerBlobGas from GasInt to UInt256 (#640)
* Change maxFeePerBlobGas from GasInt to UInt256

per latest spec:
https://eips.ethereum.org/EIPS/eip-4844#blob-transaction

* fix eip-4844 test
2023-09-24 14:33:24 +07:00
..
common Change maxFeePerBlobGas from GasInt to UInt256 (#640) 2023-09-24 14:33:24 +07:00
db Defect fixes in kvstore (#589) 2023-02-21 18:54:30 +01:00
fuzzing Add rlpx metrics and avoid immediate peer reconnections (#585) 2023-03-16 16:45:12 +01:00
keyfile Style fixes according to --styleCheck:usages (#452) 2021-12-20 13:14:50 +01:00
keys no more wild constants and rename ecdhSecret to ecdhSharedSecret 2023-04-21 16:08:57 +07:00
p2p avoid use of shallow (#636) 2023-09-20 09:24:24 +02:00
rlp rename data gas to blob gas 2023-07-28 10:19:00 +07:00
trie Remove all Defect raises to avoid unnecessary warnings (#607) 2023-05-10 15:50:04 +02:00
utp Style fixes and comment improvements on uTP code (#623) 2023-06-22 11:31:30 +00:00
nim.cfg Enable tests with also json sink and fix failures (#624) 2023-06-22 16:13:16 +00:00
stubloglevel.nim Default compile all tests and binaries with TRACE log level (#549) 2022-11-10 09:01:58 +01:00
test_async_utils.nim Add build_dcli target and add it to CI (#344) 2021-04-06 13:33:24 +02:00
test_bloom.nim CI: test with multiple Nim version (#429) 2021-12-11 19:12:55 +01:00