erigon-pulse/turbo/rpchelper
Andrew Ashikhmin d82c778ab3
Withdrawals part 1 (#6009)
This PR partially implements
[EIP-4895](https://eips.ethereum.org/EIPS/eip-4895): Beacon chain push
withdrawals as operations. The new Engine API methods
(https://github.com/ethereum/execution-apis/pull/195) are implemented.

_Body downloader and saving withdrawals into DB are not implemented
yet!_
2022-12-01 09:15:01 +01:00
..
filters_test.go allow multiple log subscriptions at the same time (#5358) 2022-09-16 14:36:25 +01:00
filters.go fix(test): eliminate race conditions (#6019) 2022-11-11 15:22:09 +00:00
helper.go eth_estimateGas performance tweaks (#6001) 2022-11-08 21:48:11 +00:00
interface.go Withdrawals part 1 (#6009) 2022-12-01 09:15:01 +01:00
logsfilter.go Prevent double closing of the channel (#5962) 2022-11-05 08:19:48 +00:00
rpc_block.go added a way to get latest executed block post POS (#5343) 2022-09-14 13:56:31 +03:00