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
rjl493456442 ca473b81cb
core: use finalized block as the chain freeze indicator (#28683)
11 months ago
..
asm eth/tracers/js: fix isPush for push0 (#28520) 1 year ago
bloombits core: fix typos (#28218) 1 year ago
forkid params, core/forkid: add mainnet timestamp for Cancun (#28958) 12 months ago
rawdb core: use finalized block as the chain freeze indicator (#28683) 11 months ago
state core,eth,internal: fix typo (#29024) 12 months ago
txpool all: replace fmt.Errorf() with errors.New() if no param required (#29126) 11 months ago
types all: use EmptyUncleHash, EmptyCodeHash instead of raw value (#29134) 11 months ago
vm core: delete unused ErrMaxInitCodeSizeExceeded (#29062) 11 months ago
.gitignore
bench_test.go core: move genesis alloc types to core/types (#29003) 12 months ago
block_validator.go
block_validator_test.go core: move genesis alloc types to core/types (#29003) 12 months ago
blockchain.go core: move genesis alloc types to core/types (#29003) 12 months ago
blockchain_insert.go
blockchain_reader.go all: remove the dependency from trie to triedb (#28824) 12 months ago
blockchain_repair_test.go core: use finalized block as the chain freeze indicator (#28683) 11 months ago
blockchain_sethead_test.go core: use finalized block as the chain freeze indicator (#28683) 11 months ago
blockchain_snapshot_test.go
blockchain_test.go core: move genesis alloc types to core/types (#29003) 12 months ago
blocks.go
bloom_indexer.go
chain_indexer.go
chain_indexer_test.go
chain_makers.go all: remove the dependency from trie to triedb (#28824) 12 months ago
chain_makers_test.go core: move genesis alloc types to core/types (#29003) 12 months ago
dao_test.go
error.go internal/ethapi: handle blobs in API methods (#28786) 1 year ago
events.go
evm.go all: use uint256 in state (#28598) 1 year ago
forkchoice.go
gaspool.go
gen_genesis.go core: move genesis alloc types to core/types (#29003) 12 months ago
genesis.go core: move genesis alloc types to core/types (#29003) 12 months ago
genesis_alloc.go
genesis_test.go core: move genesis alloc types to core/types (#29003) 12 months ago
headerchain.go
headerchain_test.go all: remove the dependency from trie to triedb (#28824) 12 months ago
mkalloc.go
rlp_test.go core: move genesis alloc types to core/types (#29003) 12 months ago
sender_cacher.go
state_prefetcher.go
state_processor.go all: use uint256 in state (#28598) 1 year ago
state_processor_test.go core: move genesis alloc types to core/types (#29003) 12 months ago
state_transition.go core/txpool: fix typo (#29036) 12 months ago
txindexer.go core: cache transaction indexing tail in memory (#28908) 1 year ago
txindexer_test.go core: move genesis alloc types to core/types (#29003) 12 months ago
types.go