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 6131dd55c5
core/vm: polish precompile contract code, add tests and benches
7 years ago
..
asm
state
types
vm core/vm: polish precompile contract code, add tests and benches 7 years ago
.gitignore
bench_test.go core: fix blockchain goroutine leaks in tests 7 years ago
block_validator.go
block_validator_test.go core: fix blockchain goroutine leaks in tests 7 years ago
blockchain.go
blockchain_test.go core: fix blockchain goroutine leaks in tests 7 years ago
blocks.go
chain_indexer.go core: polish chain indexer a bit 7 years ago
chain_indexer_test.go core: polish chain indexer a bit 7 years ago
chain_makers.go
chain_makers_test.go core: fix blockchain goroutine leaks in tests 7 years ago
dao.go
dao_test.go core: fix blockchain goroutine leaks in tests 7 years ago
database_util.go
database_util_test.go
error.go
events.go
evm.go
fees.go
gaspool.go
gen_genesis.go
gen_genesis_account.go
genesis.go
genesis_alloc.go
genesis_test.go core: fix blockchain goroutine leaks in tests 7 years ago
headerchain.go
helper_test.go
mkalloc.go
state_processor.go
state_transition.go
tx_journal.go
tx_list.go
tx_list_test.go
tx_pool.go core: fix txpool journal and test races 7 years ago
tx_pool_test.go core: fix txpool journal and test races 7 years ago
types.go