nimbus-eth1/tests
Advaita Saha 2fb03dc468
tree embeddings for accounts from EIP-6800 (#2081)
* feat: tree embeddings from accounts EIP-6800

* feat: updateAccount with trie

* fixes for endianness and tests for getTreeKey

* feat: tests for updateAccount EOA

* feat: code chunking and chunk key generation

* full test suite for code chunking

* feat: contract updation code + ignacio full test suite

* fix: zeroPoit eval shifted to compile time fromHex

* fix: VerkleTrie changed to VerkleTrieRef

* fix: minor fixes suggested by @jangko

* shifted to new point serialization technique as per EIP-6800

* fix: addressPoint calculation fixes

* add storage layer over accounts (#2121)

* feat: add getAccounts from the VerkleTrieRef

* feat: add getStorage

* add comments and test vector references

* fix: TODO added and comments
2024-04-09 01:15:26 +05:30
..
amphora Migrate to Engine API spec version v1.0.0-alpha.5; More progress towards working M1 2022-01-25 12:52:50 +02:00
bootstrap config: fix new config based on input from jamie and zahary 2021-09-18 17:34:51 +07:00
customgenesis verkle-devnet4 genesis file added 2024-03-26 01:54:03 +05:30
db Added support for namespaces to RocksDb kvstore. (#2066) 2024-03-12 11:04:46 +08:00
fixtures Bump eth_tests to 5bf1fff257c0662bc526c27d7546d470025b3239 (#2047) 2024-02-21 23:04:44 +07:00
graphql Fix TxPool when handling EIP-4844 blob tx (#1831) 2023-10-20 15:30:05 +07:00
keystore implement more eth rpc and keystore management 2020-07-23 14:54:32 +07:00
merge reenable testEngineAPI in test_merge 2022-03-17 12:54:04 +07:00
replay Added support for namespaces to RocksDb kvstore. (#2066) 2024-03-12 11:04:46 +08:00
rpc Experimental RPC endpoints for generating block witnesses (#1977) 2024-01-22 17:11:37 +08:00
test_aristo Aristo+Kvt: Let destructor crash when `nil` argument is given (#2080) 2024-03-15 14:20:00 +00:00
test_beacon Beacon skeleton works with ttdPassed=true flag too (#1826) 2023-10-19 10:29:06 +07:00
test_clique Fix styles (#2046) 2024-02-21 23:04:59 +07:00
test_coredb Core n lega db update tracer api (#2063) 2024-03-07 19:24:05 +00:00
test_jwt_auth Enable JWT authentication for websockets (#1039) 2022-04-06 15:11:13 +01:00
test_rocksdb_timing Added support for namespaces to RocksDb kvstore. (#2066) 2024-03-12 11:04:46 +08:00
test_sync_snap Update Nimbus codebase to use the new nim-rocksdb API. (#2054) 2024-03-05 12:54:42 +08:00
test_txpool Fix styles (#2046) 2024-02-21 23:04:59 +07:00
README.md
all_tests.nim Storage of block witnesses (#1986) 2024-02-13 17:49:41 +08:00
all_tests_macro.nim Fix unhandled overflow exception in gasCall 2023-12-04 14:10:56 +07:00
asynctest.nim Core db and aristo updates for destructor and tx logic (#1894) 2023-11-16 19:35:03 +00:00
evm_tests.nim Core db and aristo updates for destructor and tx logic (#1894) 2023-11-16 19:35:03 +00:00
macro_assembler.nim Provide public default db symbol (#2050) 2024-02-23 09:17:24 +00:00
nim.cfg Add check copyright year linter to CI 2023-11-01 10:41:20 +07:00
persistBlockTestGen.nim Provide public default db symbol (#2050) 2024-02-23 09:17:24 +00:00
test_accounts_cache.nim Core n lega db update tracer api (#2063) 2024-03-07 19:24:05 +00:00
test_allowed_to_fail.nim Core db and aristo updates for destructor and tx logic (#1894) 2023-11-16 19:35:03 +00:00
test_aristo.nim Aristo+Kvt: Let destructor crash when `nil` argument is given (#2080) 2024-03-15 14:20:00 +00:00
test_block_fixture.nim Core db and aristo updates for destructor and tx logic (#1894) 2023-11-16 19:35:03 +00:00
test_blockchain_json.nim Fix styles (#2046) 2024-02-21 23:04:59 +07:00
test_clique.nim Reduce compiler warnings (#2030) 2024-02-16 16:08:07 +07:00
test_code_stream.nim Core db and aristo updates for destructor and tx logic (#1894) 2023-11-16 19:35:03 +00:00
test_config.nim Add check copyright year linter to CI 2023-11-01 10:41:20 +07:00
test_configuration.nim Fix styles (#2046) 2024-02-21 23:04:59 +07:00
test_coredb.nim Aristodb remove obsolete and time consuming admin features (#2048) 2024-02-22 08:24:58 +00:00
test_difficulty.nim Add check copyright year linter to CI 2023-11-01 10:41:20 +07:00
test_eip4844.nim EIP-4844: Fix excessBlobGas handling (#1771) 2023-09-24 22:25:41 +07:00
test_filters.nim Bump nim-web3 and others 2024-01-14 10:41:23 +07:00
test_forkid.nim Provide public default db symbol (#2050) 2024-02-23 09:17:24 +00:00
test_gas_meter.nim Core db and aristo updates for destructor and tx logic (#1894) 2023-11-16 19:35:03 +00:00
test_generalstate_json.nim Bump eth_tests and related fixes (#2042) 2024-02-21 16:14:20 +07:00
test_genesis.nim Provide public default db symbol (#2050) 2024-02-23 09:17:24 +00:00
test_getproof_json.nim Experimental RPC endpoints for generating block witnesses (#1977) 2024-01-22 17:11:37 +08:00
test_graphql.nim Core db and aristo updates for destructor and tx logic (#1894) 2023-11-16 19:35:03 +00:00
test_helpers.nim Ledger activate unified accounts cache wrapper (#1939) 2023-12-12 19:12:56 +00:00
test_jwt_auth.nim Implement combo http server for rpc, engine_api, and graphql services (#1992) 2024-01-29 20:20:04 +07:00
test_keyed_queue_rlp.nim Reduce compiler warnings (#2030) 2024-02-16 16:08:07 +07:00
test_memory.nim Reduce compiler warnings (#2030) 2024-02-16 16:08:07 +07:00
test_merge.nim Bump json-rpc to 9c65df305390ab01a13788af5aea78cd62dceb2a (#2035) 2024-02-19 16:33:43 +07:00
test_misc.nim Add check copyright year linter to CI 2023-11-01 10:41:20 +07:00
test_op_arith.nim Add check copyright year linter to CI 2023-11-01 10:41:20 +07:00
test_op_bit.nim Add check copyright year linter to CI 2023-11-01 10:41:20 +07:00
test_op_custom.nim Add check copyright year linter to CI 2023-11-01 10:41:20 +07:00
test_op_env.nim Bump eth_tests and related fixes (#2042) 2024-02-21 16:14:20 +07:00
test_op_memory.nim Provide public default db symbol (#2050) 2024-02-23 09:17:24 +00:00
test_op_misc.nim Add check copyright year linter to CI 2023-11-01 10:41:20 +07:00
test_overflow.nim Ledger activate unified accounts cache wrapper (#1939) 2023-12-12 19:12:56 +00:00
test_persistblock_json.nim Core db and aristo updates for destructor and tx logic (#1894) 2023-11-16 19:35:03 +00:00
test_persistblock_witness_json.nim Storage of block witnesses (#1986) 2024-02-13 17:49:41 +08:00
test_pow.nim Core db and aristo updates for destructor and tx logic (#1894) 2023-11-16 19:35:03 +00:00
test_precompiles.nim Core db and aristo updates for destructor and tx logic (#1894) 2023-11-16 19:35:03 +00:00
test_rocksdb_timing.nim Update Nimbus codebase to use the new nim-rocksdb API. (#2054) 2024-03-05 12:54:42 +08:00
test_rpc.nim Implement JSON-RPC method: eth_getBlockReceipts (#1984) 2024-01-24 18:04:59 +07:00
test_rpc_experimental_json.nim Reduce compiler warnings (#2030) 2024-02-16 16:08:07 +07:00
test_rpc_getproofs_track_state_changes.nim Prepare source code for nim v2 CI (#2028) 2024-02-15 09:57:05 +07:00
test_stack.nim Core db and aristo updates for destructor and tx logic (#1894) 2023-11-16 19:35:03 +00:00
test_state_db.nim Ledger activate unified accounts cache wrapper (#1939) 2023-12-12 19:12:56 +00:00
test_sync_snap.nim Update Nimbus codebase to use the new nim-rocksdb API. (#2054) 2024-03-05 12:54:42 +08:00
test_tools_build.nim More witness fixes (#2009) 2024-02-09 12:09:02 +08:00
test_tracer_json.nim Core db and aristo updates for destructor and tx logic (#1894) 2023-11-16 19:35:03 +00:00
test_transaction_json.nim Add check copyright year linter to CI 2023-11-01 10:41:20 +07:00
test_txpool.nim Fix styles (#2046) 2024-02-21 23:04:59 +07:00
test_txpool2.nim Fix styles (#2046) 2024-02-21 23:04:59 +07:00
test_verkle_accounts.nim tree embeddings for accounts from EIP-6800 (#2081) 2024-04-09 01:15:26 +05:30
test_wire_protocol.nim Add check copyright year linter to CI 2023-11-01 10:41:20 +07:00
tracerTestGen.nim Add check copyright year linter to CI 2023-11-01 10:41:20 +07:00

README.md

tests

TODO: more GeneralStateTest fixtures!