go-ethereum/eth
Guillaume Ballet 9db5d5c357 port kaustinen code on top of shapella-rebased branch
activate proof generation on fork  + remove code dups

use go-verkle's post-state API to verify proofs (#262)

use prague as the verkle activation fork (#263)

upgrade to latest go-ipa

activate verkle transition in "miner" (#265)

fix: do not force cancunTime upon verkle activation

workaround: do not use root translation in replay

workaround: deactivate overlay transition for now

fixes from trying to get the devnet to work (#267)

this line was left out from the previous commit

upgrade to go-verkle with fixed newvalue serialization

fix: ensure point cache isn't nil in copy (#268)

fix: dependency cycle in tests (#269)

upgrade to latest go-verkle

fix: write trie preimage data to db (#274)

fix: zero-root in produced block + sync (#275)

upgrade go-ipa

fix build

fix typo

include review feedback

add switch to add proofs to blocks (#278)

add fee recipient to witness (#279)

touch all fields in withdrawal account header (#277)
2024-05-08 13:25:14 +02:00
..
catalyst port kaustinen code on top of shapella-rebased branch 2024-05-08 13:25:14 +02:00
downloader all: rename dataGas to blobGas (#27789) 2023-07-27 16:53:28 +03:00
ethconfig port kaustinen code on top of shapella-rebased branch 2024-05-08 13:25:14 +02:00
fetcher all: move main transaction pool into a subpool (#27463) 2023-06-16 15:29:40 +03:00
filters eth/filters: reuse handleLogs method for removed logs (#27438) 2023-06-08 11:40:22 +02:00
gasprice consensus/misc: move eip1559 into a package (#27828) 2023-08-01 12:58:45 +03:00
protocols all: expose block number information to statedb (#27753) 2023-07-24 13:22:09 +03:00
tracers port kaustinen code on top of shapella-rebased branch 2024-05-08 13:25:14 +02:00
api.go les, eth: fix typo in comment (#27369) 2023-05-30 14:55:03 +02:00
api_admin.go eth: split api.go into namespace based files (#27263) 2023-05-29 05:09:34 -04:00
api_backend.go core/txpool/blobpool: 4844 blob transaction pool (#26940) 2023-07-27 13:45:35 +03:00
api_debug.go eth: conver if-else-if chain to tagged switch (#27816) 2023-07-31 10:22:36 +03:00
api_debug_test.go all: expose block number information to statedb (#27753) 2023-07-24 13:22:09 +03:00
api_miner.go core/txpool: make transaction validation reusable across packages (pools) (#27429) 2023-06-06 12:53:29 +03:00
backend.go port kaustinen code on top of shapella-rebased branch 2024-05-08 13:25:14 +02:00
bloombits.go eth: move eth.Config to a common package (#22205) 2021-02-05 13:51:15 +01:00
handler.go core/txpool/blobpool: 4844 blob transaction pool (#26940) 2023-07-27 13:45:35 +03:00
handler_eth.go eth: better active protocol handler tracking (#27665) 2023-07-11 03:57:42 -04:00
handler_eth_test.go all: move main transaction pool into a subpool (#27463) 2023-06-16 15:29:40 +03:00
handler_snap.go eth: check snap satelliteness, delegate drop to eth (#22235) 2021-02-02 10:44:36 +02:00
handler_test.go core/txpool/blobpool: 4844 blob transaction pool (#26940) 2023-07-27 13:45:35 +03:00
peer.go eth: remove admin.peers[i].eth.head and difficulty (#26804) 2023-03-06 09:27:46 +02:00
peerset.go all: fix some typos (#25551) 2022-08-19 09:00:21 +03:00
state_accessor.go all: expose block number information to statedb (#27753) 2023-07-24 13:22:09 +03:00
sync.go core/txpool/blobpool: 4844 blob transaction pool (#26940) 2023-07-27 13:45:35 +03:00
sync_test.go eth: use new atomic types (#27137) 2023-04-25 12:06:50 +02:00