andri lim
|
7169c846a3
|
Fix TxPool when handling EIP-4844 blob tx (#1831)
* Fix TxPool when handling EIP-4844 blob tx
|
2023-10-20 15:30:05 +07:00 |
jangko
|
c005281391
|
processBeaconBlockRoot in TxPool(EIP-4788)
|
2023-10-19 07:50:07 +07:00 |
andri lim
|
04c7ed8ec9
|
Change EthTime from std.Time to distinct uint64 (#1820)
* Change EthTime from std.Time to distinct uint64
* Bump nimbus-eth2
|
2023-10-18 09:16:11 +07:00 |
andri lim
|
34b1e29ac9
|
Fix test_blockchain_json and pyspec simulator for Cancun (#1805)
* Fix test_blockchain_json and pyspec simulator for Cancun
* Preserve applyDeletes comments
* Fix redefinition error
* Move test_macro to tests folder
|
2023-10-05 10:04:12 +07:00 |
jangko
|
369a54d62a
|
Add makeNextWithdrawals to engine api simulator
|
2023-09-30 20:16:45 +07:00 |
andri lim
|
501d8a369a
|
Add BeaconSync reorg tests (#1782)
* Add BeaconSync reorg tests
* Fix redefinition error in tx_sender.nim
|
2023-09-30 19:20:29 +07:00 |
andri lim
|
e8d59bc7a7
|
Working prototype of beacon downloader (#1780)
* Working prototype of beacon downloader
* Use KeyedQueue for setSyncTarget queue
* Convert MergeTracker and PayloadQueue to non ref object
|
2023-09-28 13:20:12 +07:00 |
jangko
|
7a1fe5707c
|
Refactor engine api and cleanup web3 types conversion
|
2023-08-30 10:42:46 +07:00 |