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 ef6706696c Add additional extra database for non-protocol related data 10 years ago
..
types Changed V to byte. Closes #456 10 years ago
.gitignore Renamed `chain` => `core` 10 years ago
asm.go Renamed `chain` => `core` 10 years ago
block_processor.go Add additional extra database for non-protocol related data 10 years ago
block_processor_test.go Add additional extra database for non-protocol related data 10 years ago
chain_makers.go Add additional extra database for non-protocol related data 10 years ago
chain_manager.go fallback 10 years ago
chain_manager_test.go Add additional extra database for non-protocol related data 10 years ago
error.go Spec changes. 10 years ago
events.go Queued approach to delivering chain events 10 years ago
execution.go Spec changes. 10 years ago
fees.go Renamed `chain` => `core` 10 years ago
filter.go uncle validation 10 years ago
filter_test.go Locks, refactor, tests 10 years ago
genesis.go Miner fixes and updates (including miner) 10 years ago
helper_test.go Comment out broken test (return type does not exist) 10 years ago
manager.go Merge ethereum/poc-9 into accounts-integration 10 years ago
state_transition.go Lowered default gas price and increased default gas limit 10 years ago
transaction_pool.go Introducing ethash 10 years ago
transaction_pool_test.go Validate transactions sender before adding to pool. Closes #272 10 years ago
vm_env.go Added (disabled) Jit validation 10 years ago