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
zelig d84810d89d add Status to retrieve TD, currentBlock, genesis for easy interface with eth/protocol 10 years ago
..
types Moved pow 10 years ago
.gitignore Renamed `chain` => `core` 10 years ago
asm.go Renamed `chain` => `core` 10 years ago
block_manager.go adapt to new eth pkg and p2p 10 years ago
chain_manager.go add Status to retrieve TD, currentBlock, genesis for easy interface with eth/protocol 10 years ago
chain_manager_test.go Removed tests because they've become obsolete 10 years ago
dagger.go Moved pow 10 years ago
dagger_test.go Renamed `chain` => `core` 10 years ago
error.go Renamed `chain` => `core` 10 years ago
events.go add NewMinedBlockEvent 10 years ago
execution.go Squashed commit of the following: 10 years ago
fees.go Renamed `chain` => `core` 10 years ago
filter.go Renamed `chain` => `core` 10 years ago
filter_test.go Renamed `chain` => `core` 10 years ago
genesis.go Renamed `chain` => `core` 10 years ago
helper_test.go Renames for chain, updated VM, moved methods 10 years ago
simple_pow.go Moved pow 10 years ago
state_transition.go null ptr fix 10 years ago
transaction_pool.go transaction pool changes 10 years ago
vm_env.go Log is now interface 10 years ago