Official Go implementation of the Ethereum protocol
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Martin Holst Swende
6aa88ccdd2
beacon/engine, eth/catalyst, miner: EIP-4788 CL/EL protocol updates ( #27872 )
...
This PR makes EIP-4788 work in the engine API and miner. It also fixes some bugs related to
EIP-4844 block processing and mining. Changes in detail:
- Header.BeaconRoot has been renamed to ParentBeaconRoot.
- The engine API now implements forkchoiceUpdatedV3
- newPayloadV3 method has been updated with the parentBeaconBlockRoot parameter
- beacon root is now applied to new blocks in miner
- For EIP-4844, block creation now updates the blobGasUsed field of the header
1 year ago
..
asm
…
bloombits
…
forkid
core/forkid: correctly compute forkid when timestamp fork is activated in genesis ( #27895 )
1 year ago
rawdb
all: use rlp.DecodeBytes instead of rlp.Decode where possible ( #27994 )
1 year ago
state
core/state/snapshot: replace diffToDisk ideal batch size with 64MB ( #27977 )
1 year ago
txpool
miner: add to build block with EIP-4844 blobs ( #27875 )
1 year ago
types
beacon/engine, eth/catalyst, miner: EIP-4788 CL/EL protocol updates ( #27872 )
1 year ago
vm
core/vm/runtime: Add Random field to config ( #28001 )
1 year ago
.gitignore
…
bench_test.go
…
block_validator.go
core/types: support for optional blob sidecar in BlobTx ( #27841 )
1 year ago
block_validator_test.go
all: activate pbss as experimental feature ( #26274 )
1 year ago
blockchain.go
core, eth, trie: expose more detailed dirty ram tracking for diff layers ( #27971 )
1 year ago
blockchain_insert.go
core, eth, trie: expose more detailed dirty ram tracking for diff layers ( #27971 )
1 year ago
blockchain_reader.go
all: activate pbss as experimental feature ( #26274 )
1 year ago
blockchain_repair_test.go
core/rawdb, ethdb/pebble: avoid fsync db in tests ( #27836 )
1 year ago
blockchain_sethead_test.go
core/rawdb, ethdb/pebble: avoid fsync db in tests ( #27836 )
1 year ago
blockchain_snapshot_test.go
core/rawdb, ethdb/pebble: avoid fsync db in tests ( #27836 )
1 year ago
blockchain_test.go
core, eth, trie: expose more detailed dirty ram tracking for diff layers ( #27971 )
1 year ago
blocks.go
…
bloom_indexer.go
…
chain_indexer.go
…
chain_indexer_test.go
…
chain_makers.go
beacon/engine, eth/catalyst, miner: EIP-4788 CL/EL protocol updates ( #27872 )
1 year ago
chain_makers_test.go
all: activate pbss as experimental feature ( #26274 )
1 year ago
dao_test.go
all: activate pbss as experimental feature ( #26274 )
1 year ago
error.go
…
events.go
…
evm.go
…
forkchoice.go
…
gaspool.go
…
gen_genesis.go
…
gen_genesis_account.go
…
genesis.go
beacon/engine, eth/catalyst, miner: EIP-4788 CL/EL protocol updates ( #27872 )
1 year ago
genesis_alloc.go
cmd, core, params: add support for the Holesky testnet ( #28007 )
1 year ago
genesis_test.go
all: activate pbss as experimental feature ( #26274 )
1 year ago
headerchain.go
…
headerchain_test.go
all: activate pbss as experimental feature ( #26274 )
1 year ago
mkalloc.go
cmd, core, params: add support for the Holesky testnet ( #28007 )
1 year ago
rlp_test.go
…
sender_cacher.go
…
state_prefetcher.go
…
state_processor.go
beacon/engine, eth/catalyst, miner: EIP-4788 CL/EL protocol updates ( #27872 )
1 year ago
state_processor_test.go
beacon/engine, eth/catalyst, miner: EIP-4788 CL/EL protocol updates ( #27872 )
1 year ago
state_transition.go
…
types.go
…