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
gary rong d6ffa14035
core: nuke legacy snapshot supporting (#22663)
4 years ago
..
asm
bloombits
forkid Revert "core/forkid, params: unset Berlin fork number (#22413)" 4 years ago
rawdb cmd/geth: add db-command to inspect freezer index (#22633) 4 years ago
state core: nuke legacy snapshot supporting (#22663) 4 years ago
types core/types: drop some relice data types 4 years ago
vm core, eth, internal/ethapi: create access list RPC API (#22550) 4 years ago
.gitignore
bench_test.go all: add read-only option to database (#22407) 4 years ago
block_validator.go
block_validator_test.go
blockchain.go core: nuke legacy snapshot supporting (#22663) 4 years ago
blockchain_insert.go
blockchain_repair_test.go all: add read-only option to database (#22407) 4 years ago
blockchain_sethead_test.go all: add read-only option to database (#22407) 4 years ago
blockchain_snapshot_test.go core: nuke legacy snapshot supporting (#22663) 4 years ago
blockchain_test.go all: make logs a bit easier on the eye to digest (#22665) 4 years ago
blocks.go
bloom_indexer.go eth: move eth.Config to a common package (#22205) 4 years ago
chain_indexer.go all: make logs a bit easier on the eye to digest (#22665) 4 years ago
chain_indexer_test.go core: fix potential race in chainIndexerTest (#22346) 4 years ago
chain_makers.go core: add BlockGen.GetBalance method (#22589) 4 years ago
chain_makers_test.go
dao_test.go
error.go all: add support for EIP-2718, EIP-2930 transactions (#21502) 4 years ago
events.go
evm.go
gaspool.go
gen_genesis.go
gen_genesis_account.go
genesis.go all: define Berlin hard fork spec 4 years ago
genesis_alloc.go all: add support for EIP-2718, EIP-2930 transactions (#21502) 4 years ago
genesis_test.go core: add TestGenesisHashes and fix YoloV3 (#22559) 4 years ago
headerchain.go all: make logs a bit easier on the eye to digest (#22665) 4 years ago
headerchain_test.go
mkalloc.go
rlp_test.go
state_prefetcher.go all: add support for EIP-2718, EIP-2930 transactions (#21502) 4 years ago
state_processor.go all: add support for EIP-2718, EIP-2930 transactions (#21502) 4 years ago
state_processor_test.go trie : use trie.NewStackTrie instead of new(trie.Trie) (#22246) 4 years ago
state_transition.go core, eth, internal/ethapi: create access list RPC API (#22550) 4 years ago
tx_cacher.go
tx_journal.go
tx_list.go
tx_list_test.go
tx_noncer.go
tx_pool.go core: fix method comment for `txpool.requestReset` (#22543) 4 years ago
tx_pool_test.go trie : use trie.NewStackTrie instead of new(trie.Trie) (#22246) 4 years ago
types.go