go-ethereum/internal/ethapi
Felix Lange 3a5313f3f3
all: implement EIP-7002 & EIP-7251 (#30571)
This is a redo of #29052 based on newer specs. Here we implement EIPs
scheduled for the Prague fork:

- EIP-7002: Execution layer triggerable withdrawals
- EIP-7251: Increase the MAX_EFFECTIVE_BALANCE

Co-authored-by: lightclient <lightclient@protonmail.com>
2024-10-11 21:36:13 +02:00
..
testdata all: implement EIP-7002 & EIP-7251 (#30571) 2024-10-11 21:36:13 +02:00
addrlock.go all: update license information (#16089) 2018-02-14 13:49:11 +01:00
api_test.go internal: run tests in parallel (#30381) 2024-09-16 08:44:47 +02:00
api.go all: implement flat deposit requests encoding (#30425) 2024-10-09 12:24:58 +02:00
backend.go internal/ethapi: remove td field from block (#30386) 2024-10-01 11:36:56 +02:00
dbapi.go all: remove concept of public/private API definitions (#25053) 2022-06-21 12:05:43 +03:00
errors.go internal/ethapi: eth_multicall (#27720) 2024-09-06 11:31:00 +02:00
logtracer.go internal/ethapi: eth_multicall (#27720) 2024-09-06 11:31:00 +02:00
simulate_test.go internal/ethapi: eth_multicall (#27720) 2024-09-06 11:31:00 +02:00
simulate.go internal/ethapi: remove td field from block (#30386) 2024-10-01 11:36:56 +02:00
transaction_args_test.go internal: run tests in parallel (#30381) 2024-09-16 08:44:47 +02:00
transaction_args.go internal/ethapi: eth_multicall (#27720) 2024-09-06 11:31:00 +02:00