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/chain
Taylor Gerring dd9e99a418 try to get full coverage report on travis 10 years ago
..
.gitignore Moved ethchain to chain 10 years ago
asm.go Proper packages 10 years ago
block.go Clean up 10 years ago
block_manager.go Clean up 10 years ago
bloom9.go Clean up 10 years ago
bloom9_test.go try to get full coverage report on travis 10 years ago
chain_manager.go Numerous fixes for consensus. 10 years ago
chain_manager_test.go Moved ethchain to chain 10 years ago
dagger.go Implemented new miner w/ ui interface for merged mining. Closes #177 10 years ago
dagger_test.go Moved ethchain to chain 10 years ago
derive_sha.go ethtrie => trie 10 years ago
error.go Fixed VM and added static analysis for EVM jumps 10 years ago
events.go Moved ethchain to chain 10 years ago
fees.go Moved ethchain to chain 10 years ago
filter.go Numerous fixes for consensus. 10 years ago
filter_test.go try to get full coverage report on travis 10 years ago
genesis.go Fixed genesis 10 years ago
helper_test.go try to get full coverage report on travis 10 years ago
receipt.go Clean up 10 years ago
state_transition.go Numerous fixes for consensus. 10 years ago
transaction.go debugging code 10 years ago
transaction_pool.go StateManager => BlockManager 10 years ago
transaction_test.go Moved ethchain to chain 10 years ago
vm_env.go Removed all implicit logging. Fixed gas issues and jump errors 10 years ago