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
Haotian cffb7c8604
params: use the same variable name as EIP-4788 (#29195)
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 cmd: use package filepath over path for file system operations (#29227) 11 months ago
state cmd, core, metrics: always report expensive metrics (#29191) 11 months ago
txpool crypto/kz4844: pass blobs by ref (#29050) 11 months ago
types crypto/kz4844: pass blobs by ref (#29050) 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 core/types: support for optional blob sidecar in BlobTx (#27841) 1 year ago
block_validator_test.go consensus, cmd, core, eth: remove support for non-merge mode of operation (#29169) 11 months ago
blockchain.go core: improve chain rewinding mechanism (#29196) 11 months ago
blockchain_insert.go consensus, cmd, core, eth: remove support for non-merge mode of operation (#29169) 11 months ago
blockchain_reader.go all: remove the dependency from trie to triedb (#28824) 12 months ago
blockchain_repair_test.go cmd: use package filepath over path for file system operations (#29227) 11 months ago
blockchain_sethead_test.go core: use finalized block as the chain freeze indicator (#28683) 11 months ago
blockchain_snapshot_test.go cmd: use package filepath over path for file system operations (#29227) 11 months ago
blockchain_test.go consensus, cmd, core, eth: remove support for non-merge mode of operation (#29169) 11 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 params: use the same variable name as EIP-4788 (#29195) 11 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: fix deprecation comment for GenesisAccount (#29218) 11 months ago
genesis_alloc.go cmd, core, params: add support for the Holesky testnet (#28007) 1 year ago
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 cmd, core, params: add support for the Holesky testnet (#28007) 1 year ago
rlp_test.go core: move genesis alloc types to core/types (#29003) 12 months ago
sender_cacher.go
state_prefetcher.go
state_processor.go params: use the same variable name as EIP-4788 (#29195) 11 months ago
state_processor_test.go core: move genesis alloc types to core/types (#29003) 12 months ago
state_transition.go core: remove useless assignments (#29065) 11 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