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
obscuren 477815c044 Improved error reporting and removed commented code 10 years ago
..
types Integrate eth_accounts and eth_transact to use new account manager 10 years ago
.gitignore
asm.go
block_processor.go Improved error reporting and removed commented code 10 years ago
block_processor_test.go Fixed tests 10 years ago
chain_makers.go Separated block db from state db. Partial fix for #416 10 years ago
chain_manager.go fallback 10 years ago
chain_manager_test.go cmd/evm, core, ethdb, state, tests/helper: remove ReadConfig calls 10 years ago
error.go Spec changes. 10 years ago
events.go Queued approach to delivering chain events 10 years ago
execution.go Spec changes. 10 years ago
fees.go
filter.go uncle validation 10 years ago
filter_test.go
genesis.go Miner fixes and updates (including miner) 10 years ago
helper_test.go cmd/evm, core, ethdb, state, tests/helper: remove ReadConfig calls 10 years ago
manager.go Merge ethereum/poc-9 into accounts-integration 10 years ago
state_transition.go Improved error reporting and removed commented code 10 years ago
transaction_pool.go Introducing ethash 10 years ago
transaction_pool_test.go
vm_env.go