nimbus-eth1/nimbus/core
Advaita Saha a45ac7e327
Port p2p to server API (#2769)
* eth_gasPrice

* signing endpoints

* transaction by hash + temp fixes

* fix CI

* fix: state not persisted

* decouple state access changes from this PR

* rpc complete set

* tests modified

* tests temp modifications

* add tests to CI + minor fixes

* remove p2p

* remove old dependency

* fix suggestions

* rework tests

* rework kurtosis issue + comments

* fix post bump issues

* suggestions + logs

* remove unused imports
2024-11-02 10:30:45 +01:00
..
chain Port p2p to server API (#2769) 2024-11-02 10:30:45 +01:00
executor Fix calcRequestsHash implementation (#2797) 2024-10-29 05:01:59 +00:00
pow replace deprecated types (#2704) 2024-10-16 08:34:12 +07:00
tx_pool switch to Nim v2.0.12 (#2817) 2024-11-01 19:06:26 +00:00
block_import.nim replace deprecated types (#2704) 2024-10-16 08:34:12 +07:00
casper.nim replace deprecated types (#2704) 2024-10-16 08:34:12 +07:00
chain.nim Wiring ForkedChainRef to other components (#2423) 2024-09-04 09:54:54 +00:00
dao.nim Fix eth/common & web3 related deprecation warnings for fluffy (#2698) 2024-10-04 23:21:26 +02:00
eip4844.nim replace deprecated types (#2704) 2024-10-16 08:34:12 +07:00
eip6110.nim Rework EIP-6110, EIP-7002, and EIP-7251: Pectra execution requests (#2734) 2024-10-18 16:38:18 +07:00
executor.nim avoid initTable (#2328) 2024-06-10 11:05:30 +02:00
gaslimit.nim replace deprecated types (#2704) 2024-10-16 08:34:12 +07:00
tx_pool.nim Fix calcRequestsHash implementation (#2797) 2024-10-29 05:01:59 +00:00
validate.nim Unify tx validation (#2777) 2024-10-26 09:19:48 +02:00
withdrawals.nim replace deprecated types (#2704) 2024-10-16 08:34:12 +07:00