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
Jeffrey Wilcke 3530acb9e2 core: genesis extra data field fix 9 years ago
..
state
types Merge pull request #1510 from fjl/license-fixes 9 years ago
vm
.gitignore
asm.go
bad_block.go
bench_test.go Merge pull request #1510 from fjl/license-fixes 9 years ago
block_cache.go
block_cache_test.go
block_processor.go
block_processor_test.go
blocks.go
canary.go
chain_makers.go
chain_makers_test.go Merge pull request #1520 from obscuren/reward-5eth 9 years ago
chain_manager.go cmd/geth, core, eth: Version 1.0.0 9 years ago
chain_manager_test.go cmd/core,xeth: removed unneeded states & added batch writes 9 years ago
chain_util.go core: fixed genesis write out to write only canon number 9 years ago
error.go
events.go
execution.go
fees.go core: 5 ether block reward 9 years ago
filter.go
filter_test.go
genesis.go core: genesis extra data field fix 9 years ago
helper_test.go
manager.go
state_transition.go
transaction_pool.go
transaction_pool_test.go
transaction_util.go cmd/core,xeth: removed unneeded states & added batch writes 9 years ago
vm_env.go