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 3ea8c7301e PUSH gas fix 10 years ago
..
state Secure trie shakey / key matching 10 years ago
types added tx tests and fixed block tests 10 years ago
vm PUSH gas fix 10 years ago
.gitignore Renamed `chain` => `core` 10 years ago
asm.go moved state and vm to core 10 years ago
block_cache.go finally merged *the missing* 10 years ago
block_cache_test.go Added caching for block chain. Currently set to 10k 10 years ago
block_processor.go added tx tests and fixed block tests 10 years ago
block_processor_test.go core: fix tests 10 years ago
chain_makers.go moved state and vm to core 10 years ago
chain_manager.go fixed tests 10 years ago
chain_manager_test.go Added caching for block chain. Currently set to 10k 10 years ago
error.go logging for possible uncles 10 years ago
events.go moved state and vm to core 10 years ago
execution.go Modified according to poc 9 changes 10 years ago
fees.go Renamed `chain` => `core` 10 years ago
filter.go Fixed filter and refactored code 10 years ago
filter_test.go Locks, refactor, tests 10 years ago
genesis.go moved state and vm to core 10 years ago
helper_test.go Moved ethutil => common 10 years ago
manager.go Moved ethutil => common 10 years ago
state_transition.go Cleaned up changes 10 years ago
transaction_pool.go core: fix tests 10 years ago
transaction_pool_test.go moved state and vm to core 10 years ago
vm_env.go Cleaned up changes 10 years ago