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
Marius van der Wijden 2045a2bba3
core, all: split vm.Context into BlockContext and TxContext (#21672)
4 years ago
..
asm
bloombits core/bloombits: faster generator (#21625) 4 years ago
forkid cmd/devp2p: add eth protocol test suite (#21598) 4 years ago
rawdb core: improve snapshot journal recovery (#21594) 4 years ago
state core/state/snapshot: update generator marker in sync with flushes 4 years ago
types core/types, rlp: optimize derivesha (#21728) 4 years ago
vm core, all: split vm.Context into BlockContext and TxContext (#21672) 4 years ago
.gitignore
bench_test.go
block_validator.go trie: use stacktrie for Derivesha operation (#21407) 4 years ago
block_validator_test.go
blockchain.go core: improve snapshot journal recovery (#21594) 4 years ago
blockchain_insert.go core: fix blockchain insert report time interval calculation (#21723) 4 years ago
blockchain_repair_test.go core: improve snapshot journal recovery (#21594) 4 years ago
blockchain_sethead_test.go core: improve snapshot journal recovery (#21594) 4 years ago
blockchain_snapshot_test.go core/state/snapshot: update generator marker in sync with flushes 4 years ago
blockchain_test.go core, eth, les, trie: add a prefix to contract code (#21080) 4 years ago
blocks.go
chain_indexer.go all: replace RWMutex with Mutex in places where RLock is not used (#21622) 4 years ago
chain_indexer_test.go les: historical data garbage collection (#19570) 4 years ago
chain_makers.go les: historical data garbage collection (#19570) 4 years ago
chain_makers_test.go
dao_test.go les: historical data garbage collection (#19570) 4 years ago
error.go
events.go
evm.go core, all: split vm.Context into BlockContext and TxContext (#21672) 4 years ago
gaspool.go
gen_genesis.go
gen_genesis_account.go
genesis.go all: implement EIP-2929 (gas cost increases for state access opcodes) + yolo-v2 (#21509) 4 years ago
genesis_alloc.go cmd, core, params: inital support for yolo-v1 testnet (#21154) 5 years ago
genesis_test.go
headerchain.go core: define and test chain rewind corner cases (#21409) 4 years ago
mkalloc.go
rlp_test.go
state_prefetcher.go core, all: split vm.Context into BlockContext and TxContext (#21672) 4 years ago
state_processor.go core, all: split vm.Context into BlockContext and TxContext (#21672) 4 years ago
state_transition.go core, all: split vm.Context into BlockContext and TxContext (#21672) 4 years ago
tx_cacher.go
tx_journal.go
tx_list.go core: free pointer from slice after popping element from price heap (#21572) 4 years ago
tx_list_test.go Revert "core, txpool: less allocations when handling transactions (#21232)" 4 years ago
tx_noncer.go
tx_pool.go core: fix txpool off-by-one error (#21683) 4 years ago
tx_pool_test.go core, eth, les, trie: add a prefix to contract code (#21080) 4 years ago
types.go