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
cdetrio 673007d7ae core/vm: standard vm traces (#15035) 8 years ago
..
asm core/asm: use ContainsRune instead of IndexRune (#15098) 8 years ago
bloombits core/bloombits: drop nil-matcher special case 8 years ago
state core, eth/downloader: commit block data using batches (#15115) 8 years ago
types consensus, core, params: rebrand Metro to Byzantium 8 years ago
vm core/vm: standard vm traces (#15035) 8 years ago
.gitignore
bench_test.go core, light: send chain events using event.Feed (#14865) 8 years ago
block_validator.go
block_validator_test.go core, light: send chain events using event.Feed (#14865) 8 years ago
blockchain.go core: only fire one chain head per batch (#15123) 8 years ago
blockchain_test.go params: enable Byzantium on Ropsten/tests, fix failures 8 years ago
blocks.go
chain_indexer.go core, eth: clean up bloom filtering, add some tests 8 years ago
chain_indexer_test.go core, eth: clean up bloom filtering, add some tests 8 years ago
chain_makers.go consensus, core, tests: implement Metropolis EIP 649 8 years ago
chain_makers_test.go core, light: send chain events using event.Feed (#14865) 8 years ago
dao_test.go params: enable Byzantium on Ropsten/tests, fix failures 8 years ago
database_util.go core, eth/downloader: commit block data using batches (#15115) 8 years ago
database_util_test.go core, eth: add bloombit indexer, filter based on it 8 years ago
error.go core: make txpool operate on immutable state 8 years ago
events.go
evm.go
fees.go
gaspool.go
gen_genesis.go
gen_genesis_account.go
genesis.go
genesis_alloc.go
genesis_test.go core, light: send chain events using event.Feed (#14865) 8 years ago
headerchain.go core, eth/downloader: commit block data using batches (#15115) 8 years ago
helper_test.go
mkalloc.go
state_processor.go consensus, core, params: rebrand Metro to Byzantium 8 years ago
state_transition.go core: make txpool operate on immutable state 8 years ago
tx_journal.go cmd, core, eth: journal local transactions to disk (#14784) 8 years ago
tx_list.go core: make txpool operate on immutable state 8 years ago
tx_list_test.go
tx_pool.go core: use blocks and avoid deep reorgs in txpool 8 years ago
tx_pool_test.go core: use blocks and avoid deep reorgs in txpool 8 years ago
types.go