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 2b50367fe9
core: fix blockchain goroutine leaks in tests
7 years ago
..
asm core/asm: fix hex number lexing (#14861) 7 years ago
state
types core, ethclient: implement Metropolis EIP 98 (#14750) 7 years ago
vm core/vm: fix typo in comment (#14894) 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 core: avoid write existing block again (#14849) 7 years ago
blockchain_test.go core: fix blockchain goroutine leaks in tests 7 years ago
blocks.go
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 core: remove redundant storage of transactions and receipts (#14801) 7 years ago
database_util_test.go core: remove redundant storage of transactions and receipts (#14801) 7 years ago
error.go
events.go
evm.go
fees.go
gaspool.go
gen_genesis.go core: blocknumber in genesis as hex (#14812) 7 years ago
gen_genesis_account.go tests: update tests and implement general state tests (#14734) 7 years ago
genesis.go core: blocknumber in genesis as hex (#14812) 7 years ago
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 core, ethclient: implement Metropolis EIP 98 (#14750) 7 years ago
state_transition.go
tx_journal.go cmd, core, eth: journal local transactions to disk (#14784) 7 years ago
tx_list.go
tx_list_test.go
tx_pool.go cmd, core, eth: journal local transactions to disk (#14784) 7 years ago
tx_pool_test.go core: fix blockchain goroutine leaks in tests 7 years ago
types.go