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 0d96528d2f Skip for travis 10 years ago
..
types Moved `obscuren` secp256k1-go 10 years ago
.gitignore Renamed `chain` => `core` 10 years ago
asm.go Renamed `chain` => `core` 10 years ago
block_processor.go Future blocks not allowed 10 years ago
chain_manager.go Fixed difficulty 10 years ago
chain_manager_test.go Skip for travis 10 years ago
error.go Renamed `chain` => `core` 10 years ago
events.go add NewMinedBlockEvent 10 years ago
execution.go StdVm by default 10 years ago
fees.go Renamed `chain` => `core` 10 years ago
filter.go BlockManager => BlockProcessor 10 years ago
filter_test.go Locks, refactor, tests 10 years ago
genesis.go Minor fixed and additions for block proc 10 years ago
helper_test.go Refactored ethutil.Config.Db out 10 years ago
state_transition.go Fixed consensus issue 10 years ago
transaction_pool.go Fixed tests where txs weren't properly removed 10 years ago
transaction_pool_test.go Refactored ethutil.Config.Db out 10 years ago
vm_env.go Changed prev_hash to block_hash, state transition now uses vm env 10 years ago