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 4d0ae8b0cb Merge branch 'conversion' of github.com-obscure:ethereum/go-ethereum into conversion 10 years ago
..
types Merge remote-tracking branch 'ethereum/conversion' into conversion 10 years ago
.gitignore Renamed `chain` => `core` 10 years ago
asm.go Moved ethutil => common 10 years ago
block_processor.go core: adapt Message for new Transaction.From signature 10 years ago
block_processor_test.go core: fix tests 10 years ago
chain_makers.go converted chain manager 10 years ago
chain_manager.go Merge branch 'conversion' of github.com-obscure:ethereum/go-ethereum into conversion 10 years ago
chain_manager_test.go core: fix tests 10 years ago
error.go converted chain manager 10 years ago
events.go Queued approach to delivering chain events 10 years ago
execution.go converted vm 10 years ago
fees.go Renamed `chain` => `core` 10 years ago
filter.go converted vm 10 years ago
filter_test.go Locks, refactor, tests 10 years ago
genesis.go core: fix tests 10 years ago
helper_test.go Moved ethutil => common 10 years ago
manager.go Moved ethutil => common 10 years ago
state_transition.go conversions. -compilable- 10 years ago
transaction_pool.go core: fix tests 10 years ago
transaction_pool_test.go core: fix tests 10 years ago
vm_env.go Fixed VM & Tests w/ conversion 10 years ago