andri lim
|
7ea6d719d9
|
Implement RPC method eth_getAccessList (#2091)
* Implement RPC method eth_getAccessList
* Fix comment
|
2024-03-21 18:24:32 +07:00 |
andri lim
|
30277be1f3
|
Bump nim-web3 to 285d97c2b05bbe2a13dab4b52ea878157fb1a1a1 (#2088)
* Bump nim-web3 to 285d97c2b05bbe2a13dab4b52ea878157fb1a1a1
Unify EthCall/EthSend into TransactionArgs (#138)
* bump ssz-serialization
* Fix BlockNumber conversion
* Bump ssz-serialization: Restrict toSszType usage to non SszType in readSszBytes (#81)
|
2024-03-21 08:05:22 +07:00 |
jangko
|
3e21281d12
|
Bump nim-web3 and others
Bump nim-json-rpc and nimbus-eth2 too.
Reason: both nim-json-rpc and nim-web3 migrate from
stdlib/json to nim-json-serialization
|
2024-01-14 10:41:23 +07:00 |
jangko
|
5fd54961e3
|
Bump nim-web3: remove rpc types duplicates
|
2023-12-13 07:58:12 +07:00 |
andri lim
|
77289c7795
|
More cancun tests (#1843)
* Engine API simulator: More Cancun tests
* Fix Cancun validation in Engine API and TxPool
|
2023-10-23 20:59:57 +07:00 |
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 |