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
Péter Szilágyi ddadc3d273
Merge pull request #21047 from holiman/improve_updates_2
4 years ago
..
asm
bloombits eth, core: speed up some tests (#22000) 4 years ago
forkid core, eth: split eth package, implement snap protocol (#21482) 4 years ago
rawdb core: persist bad blocks (#21827) 4 years ago
state Merge pull request #21047 from holiman/improve_updates_2 4 years ago
types
vm common,crypto: move fuzzers out of core (#22029) 4 years ago
.gitignore
bench_test.go
block_validator.go
block_validator_test.go
blockchain.go core/state: convert prefetcher to concurrent per-trie loader 4 years ago
blockchain_insert.go
blockchain_repair_test.go
blockchain_sethead_test.go
blockchain_snapshot_test.go core/state/snapshot: write snapshot generator in batch (#22163) 4 years ago
blockchain_test.go
blocks.go
chain_indexer.go
chain_indexer_test.go
chain_makers.go
chain_makers_test.go
dao_test.go
error.go
events.go
evm.go
gaspool.go
gen_genesis.go
gen_genesis_account.go
genesis.go
genesis_alloc.go
genesis_test.go
headerchain.go core,les: headerchain import in batches (#21471) 4 years ago
headerchain_test.go core,les: headerchain import in batches (#21471) 4 years ago
mkalloc.go
rlp_test.go
state_prefetcher.go
state_processor.go
state_processor_test.go
state_transition.go
tx_cacher.go
tx_journal.go
tx_list.go core/txpool: remove "local" notion from the txpool price heap (#21478) 4 years ago
tx_list_test.go
tx_noncer.go
tx_pool.go core/txpool: remove "local" notion from the txpool price heap (#21478) 4 years ago
tx_pool_test.go core/txpool: remove "local" notion from the txpool price heap (#21478) 4 years ago
types.go