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 d2a4bc4d73 Removed reference to lastBlockNumber & LastBlockNumber 10 years ago
..
types Fixed mining & limited hash power 10 years ago
.gitignore Renamed `chain` => `core` 10 years ago
asm.go Renamed `chain` => `core` 10 years ago
block_processor.go merge 10 years ago
chain_manager.go Removed reference to lastBlockNumber & LastBlockNumber 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 Added (disabled) Jit validation 10 years ago
fees.go Renamed `chain` => `core` 10 years ago
filter.go Compare regardless of length 10 years ago
filter_test.go Locks, refactor, tests 10 years ago
genesis.go Docs & old code removed 10 years ago
helper_test.go cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p API 10 years ago
manager.go merge 10 years ago
state_transition.go Docs & old code removed 10 years ago
transaction_pool.go Validate transactions sender before adding to pool. Closes #272 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