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 1cbab291a9 Merge pull request #1389 from obscuren/txpool-issues 9 years ago
..
state core, miner, xeth: renamed gas methods 9 years ago
types core, miner: miner header validation, transaction & receipt writing 9 years ago
vm Use uint64 for block header timestamp 9 years ago
.gitignore Renamed `chain` => `core` 10 years ago
asm.go moved state and vm to core 10 years ago
bench_test.go core, miner: miner header validation, transaction & receipt writing 9 years ago
block_cache.go core: block cache Has method thread safe 9 years ago
block_cache_test.go core/types: make blocks immutable 9 years ago
block_processor.go core, miner: miner header validation, transaction & receipt writing 9 years ago
block_processor_test.go core, miner: miner header validation, transaction & receipt writing 9 years ago
blocks.go core: add bad block for the 'missing nonce check' fork 9 years ago
canary.go Switched canary addresses 9 years ago
chain_makers.go core, miner: miner header validation, transaction & receipt writing 9 years ago
chain_makers_test.go core, miner: miner header validation, transaction & receipt writing 9 years ago
chain_manager.go core, miner: miner header validation, transaction & receipt writing 9 years ago
chain_manager_test.go core, miner: miner header validation, transaction & receipt writing 9 years ago
chain_util.go core, cmd/geth: improved recover functionality 9 years ago
error.go core: fix the nonce check one more time 9 years ago
events.go core: changed how head events are checked 9 years ago
execution.go core/vm: added structured logging 9 years ago
fees.go Renamed `chain` => `core` 10 years ago
filter.go Prevent debug value from printing on console 9 years ago
filter_test.go Locks, refactor, tests 10 years ago
genesis.go core: add GenerateChain, GenesisBlockForTesting 9 years ago
helper_test.go core: fixed test 9 years ago
manager.go core, miner: miner header validation, transaction & receipt writing 9 years ago
state_transition.go core, xeth: core.AddressFromMessage removed => crypto.CreateAddress 9 years ago
transaction_pool.go core: txpool listen for ChainHeadEvent instead of ChainEvent 9 years ago
transaction_pool_test.go core: reduce CPU load by reducing calls to checkQueue 9 years ago
transaction_util.go core, miner: miner header validation, transaction & receipt writing 9 years ago
vm_env.go Use uint64 for block header timestamp 9 years ago