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
Felix Lange 08befff8f1 core: compute less transaction hashes in TxPool 9 years ago
..
state core: fixed an issue with storing receipts 9 years ago
types types: block json unmarshal method added 9 years ago
vm core/vm: cleanup and renames 9 years ago
.gitignore Renamed `chain` => `core` 10 years ago
asm.go moved state and vm to core 10 years ago
block_cache.go core: block cache Has method thread safe 9 years ago
block_cache_test.go Fixed tests 10 years ago
block_processor.go wip 9 years ago
block_processor_test.go core: fixed an issue with storing receipts 9 years ago
blocks.go core: added bad block 9 years ago
chain_makers.go core: fixed tests 9 years ago
chain_manager.go wip 9 years ago
chain_manager_test.go core: skipped tests while cache disabled 9 years ago
error.go eth, eth/downloader, miner: use download events to check miner start 9 years ago
events.go core: changed how head events are checked 9 years ago
execution.go Handle call depth exception for CREATE 9 years ago
fees.go Renamed `chain` => `core` 10 years ago
filter.go xeth, core, event/filter, rpc: new block and transaction filters 10 years ago
filter_test.go Locks, refactor, tests 10 years ago
genesis.go types: block json unmarshal method added 9 years ago
helper_test.go Moved ethutil => common 10 years ago
manager.go core, eth/downloader: expose the bad hashes, check in downloader 9 years ago
state_transition.go Add missing err checks on From() (skip RPC for now) 9 years ago
transaction_pool.go core: compute less transaction hashes in TxPool 9 years ago
transaction_pool_test.go core: compute less transaction hashes in TxPool 9 years ago
vm_env.go Changed how logs are being recorded 10 years ago