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.
 
 
 
 
 
 
go-ethereum/core
Seungbae Yu 5fb463dddc
core: preallocate batch size in bloomIndexer (#25289)
3 years ago
..
asm all: change format `0x%x` to `%#x` (#25221) 3 years ago
beacon eth: support bubbling up bad blocks from sync to the engine API (#25190) 3 years ago
bloombits Chore: Minimal gramatical errors (signleton -> singleton) (#25057) 3 years ago
forkid params: set sepolia mergeNetsplitBlock to 1735371 (#25372) 3 years ago
rawdb cmd, core, eth, les, params: add merge-passed chain config (#24538) 3 years ago
state core, trie, eth, cmd: rework preimage store (#25287) 3 years ago
types core/types: fix typo in comment (#25359) 3 years ago
vm all: add whitespace linter (#25312) 3 years ago
.gitignore
bench_test.go core: fix benchmark panic (#24657) 3 years ago
block_validator.go
block_validator_test.go consensus/beacon: check that only the latest pow block is valid ttd block (#25187) 3 years ago
blockchain.go core: eth: rpc: implement safe rpc block (#25165) 3 years ago
blockchain_insert.go eth/downloader: implement beacon sync (#23982) 3 years ago
blockchain_reader.go core: eth: rpc: implement safe rpc block (#25165) 3 years ago
blockchain_repair_test.go all: use T.TempDir to create temporary test directories (#24633) 3 years ago
blockchain_sethead_test.go all: more linters (#24783) 3 years ago
blockchain_snapshot_test.go all: more linters (#24783) 3 years ago
blockchain_test.go all: add whitespace linter (#25312) 3 years ago
blocks.go
bloom_indexer.go core: preallocate batch size in bloomIndexer (#25289) 3 years ago
chain_indexer.go
chain_indexer_test.go
chain_makers.go eth: request id dispatcher and direct req/reply APIs (#23576) 3 years ago
chain_makers_test.go
dao_test.go
error.go
events.go
evm.go core/evm: fix error in comment (#25040) 3 years ago
forkchoice.go all: core rework for the merge transition (#23761) 3 years ago
gaspool.go
gen_genesis.go
gen_genesis_account.go
genesis.go cmd, core, eth, les, params: add merge-passed chain config (#24538) 3 years ago
genesis_alloc.go core, params: add kiln flag (#24548) 3 years ago
genesis_test.go core: store genesis allocation and recommit them if necessary (#24460) 3 years ago
headerchain.go core: recover state when beacon sets canonical head if it's missing (#24613) 3 years ago
headerchain_test.go all: core rework for the merge transition (#23761) 3 years ago
mkalloc.go
rlp_test.go all: update license headers and AUTHORS from git history (#24947) 3 years ago
state_prefetcher.go
state_processor.go
state_processor_test.go
state_transition.go core: prevent negative fee during RPC calls (#25214) 3 years ago
tx_cacher.go
tx_journal.go all: use common.FileExist for checking file existence (#24748) 3 years ago
tx_list.go
tx_list_test.go
tx_noncer.go
tx_pool.go core: fix typo in txpool (#25149) 3 years ago
tx_pool_test.go all: add whitespace linter (#25312) 3 years ago
types.go