This website requires JavaScript.
Explore
Help
Sign In
forks
/
go-ethereum
Watch
1
Star
0
Fork
You've already forked go-ethereum
1
mirror of
https://github.com/ethereum/go-ethereum.git
synced
2026-02-26 15:47:21 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
eb7f934f26
go-ethereum
/
consensus
History
Jared Wasinger
c2c132d6a0
more documentation
2025-10-17 13:31:48 +08:00
..
beacon
more documentation
2025-10-17 13:31:48 +08:00
clique
all: add block access list construction via flag --experimentalbal. When enabled, post-Cancun blocks which lack access lists will have them constructed on execution during import. When importing blocks which contain access lists, transaction execution and state root calculation is performed in parallel.
2025-10-17 13:28:04 +08:00
ethash
all: add block access list construction via flag --experimentalbal. When enabled, post-Cancun blocks which lack access lists will have them constructed on execution during import. When importing blocks which contain access lists, transaction execution and state root calculation is performed in parallel.
2025-10-17 13:28:04 +08:00
misc
more documentation
2025-10-17 13:31:48 +08:00
consensus.go
all: add block access list construction via flag --experimentalbal. When enabled, post-Cancun blocks which lack access lists will have them constructed on execution during import. When importing blocks which contain access lists, transaction execution and state root calculation is performed in parallel.
2025-10-17 13:28:04 +08:00
errors.go
consensus/beacon: check that only the latest pow block is valid ttd block (
#25187
)
2022-06-29 15:13:19 +03:00