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 ae2c90cc28 Removed value check from tx validation 10 years ago
..
types Refactored tx pool and added extra fields to block 10 years ago
.gitignore Renamed `chain` => `core` 10 years ago
asm.go Renamed `chain` => `core` 10 years ago
block_manager.go Removed the deferred reset 10 years ago
chain_manager.go Added a query interface for world state 10 years ago
chain_manager_test.go Fixed tests 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 Minor updates on gas and removed/refactored old code. 10 years ago
fees.go Renamed `chain` => `core` 10 years ago
filter.go Refactored block & Transaction 10 years ago
filter_test.go Locks, refactor, tests 10 years ago
genesis.go Switched to new trie 10 years ago
helper_test.go Fixed chain test & added new chain 10 years ago
state_transition.go Minor updates on gas and removed/refactored old code. 10 years ago
transaction_pool.go Removed value check from tx validation 10 years ago
transaction_pool_test.go Added tests for valid transactions 10 years ago
vm_env.go Refactored block & Transaction 10 years ago