nimbus-eth1/nimbus/core
Advaita Saha e7782fd669
rpc fixes and enable kurtosis (#2681)
* fix: rpc can't serve blocks in db

* shift db access to forkedchainref

* cleanup

* kurtosis test fix, should fail + eth_getTransactionReceipt

* remove kurtosis not + cleanup

* alter CI check to pass

* optimize impl

* cleanup

* fix loop case
2024-10-04 07:59:38 +00:00
..
chain rpc fixes and enable kurtosis (#2681) 2024-10-04 07:59:38 +00:00
executor eth: bump to new types (#2660) 2024-09-29 14:37:09 +02:00
pow rm PoW hash function and validation support (#2372) 2024-06-16 10:22:06 +07:00
tx_pool eth: bump to new types (#2660) 2024-09-29 14:37:09 +02:00
block_import.nim Wiring ForkedChainRef to other components (#2423) 2024-09-04 09:54:54 +00:00
casper.nim update web3 types to common eth (#2674) 2024-10-02 18:22:35 +02:00
chain.nim Wiring ForkedChainRef to other components (#2423) 2024-09-04 09:54:54 +00:00
dao.nim eth: bump to new types (#2660) 2024-09-29 14:37:09 +02:00
eip4844.nim Versioned hash32 (#2672) 2024-10-01 19:40:37 +02:00
eip6110.nim eth: bump to new types (#2660) 2024-09-29 14:37:09 +02:00
executor.nim avoid initTable (#2328) 2024-06-10 11:05:30 +02:00
gaslimit.nim small cleanups (#2526) 2024-07-26 12:32:01 +07:00
tx_pool.nim add eth_sendRawTransaction to server API (#2678) 2024-10-02 03:56:39 +00:00
validate.nim avoid exceptions, tx copy (#2569) 2024-08-19 09:42:07 +02:00
withdrawals.nim Use block number or timestamp to determine fork rules (#2496) 2024-07-17 17:05:53 +07:00