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 666a7dda36 core, eth, rpc: proper gas used. Closes #1417 10 years ago
..
state core, miner, tests: renamed state methods 10 years ago
types core, eth, rpc: proper gas used. Closes #1417 10 years ago
vm core, miner: removed vm errors from consensus err checking 10 years ago
.gitignore
asm.go moved state and vm to core 10 years ago
bad_block.go core, miner, tests: added test, implemented bad block reporting 10 years ago
bench_test.go core, miner: miner header validation, transaction & receipt writing 10 years ago
block_cache.go core: block cache Has method thread safe 10 years ago
block_cache_test.go core/types: make blocks immutable 10 years ago
block_processor.go core, eth, rpc: proper gas used. Closes #1417 10 years ago
block_processor_test.go core, eth, miner, xeth: receipt storage fix 10 years ago
blocks.go core: add bad block for the 'missing nonce check' fork 10 years ago
canary.go Switched canary addresses 10 years ago
chain_makers.go core, miner, tests: renamed state methods 10 years ago
chain_makers_test.go core, miner: miner header validation, transaction & receipt writing 10 years ago
chain_manager.go core, miner, tests: added test, implemented bad block reporting 10 years ago
chain_manager_test.go core, miner: miner header validation, transaction & receipt writing 10 years ago
chain_util.go core, cmd/geth: improved recover functionality 10 years ago
error.go Fix core error forwarding, unify OOG VM err 10 years ago
events.go core: changed how head events are checked 10 years ago
execution.go Fix core error forwarding, unify OOG VM err 10 years ago
fees.go
filter.go Prevent debug value from printing on console 10 years ago
filter_test.go
genesis.go core, miner, tests: renamed state methods 10 years ago
helper_test.go core: fixed test 10 years ago
manager.go core, miner: miner header validation, transaction & receipt writing 10 years ago
state_transition.go core, miner: removed vm errors from consensus err checking 10 years ago
transaction_pool.go core: txpool listen for ChainHeadEvent instead of ChainEvent 10 years ago
transaction_pool_test.go core: reduce CPU load by reducing calls to checkQueue 10 years ago
transaction_util.go core, eth, rpc: proper gas used. Closes #1417 10 years ago
vm_env.go Use uint64 for block header timestamp 10 years ago