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.
Felix Lange
de8d5aaa92
core, core/state: move gas tracking out of core/state
...
The amount of gas available for tx execution was tracked in the
StateObject representing the coinbase account. This commit makes the gas
counter a separate type in package core, which avoids unintended
consequences of intertwining the counter with state logic.
9 years ago
..
state
core, core/state: move gas tracking out of core/state
9 years ago
types
core, eth/filters, miner, xeth: Optimised log filtering
9 years ago
vm
core/vm: copy stack element to prevent overwrites
9 years ago
.gitignore
Renamed `chain` => `core`
10 years ago
asm.go
all: fix license headers one more time
9 years ago
bad_block.go
all: fix license headers one more time
9 years ago
bench_test.go
cmd/geth, cmd/utils, core, rpc: renamed to blockchain
9 years ago
block_processor.go
core, core/state: move gas tracking out of core/state
9 years ago
block_processor_test.go
core/state, core, miner: handle missing root error from state.New
9 years ago
blockchain.go
Merge pull request #1899 from obscuren/mipmap-bloom
9 years ago
blockchain_test.go
core: fixed head write on block insertion
9 years ago
blocks.go
remove 0x
9 years ago
canary.go
canary update
9 years ago
chain_makers.go
core, core/state: move gas tracking out of core/state
9 years ago
chain_makers_test.go
core/state, core, miner: handle missing root error from state.New
9 years ago
chain_pow.go
core: separate and contain POW verifier, extensive tests
9 years ago
chain_pow_test.go
all: Add GPU mining, disabled by default
9 years ago
chain_util.go
core, eth/filters, miner, xeth: Optimised log filtering
9 years ago
chain_util_test.go
core, eth/filters, miner, xeth: Optimised log filtering
9 years ago
default_genesis.go
core: added default genesis block
9 years ago
error.go
core, core/state: move gas tracking out of core/state
9 years ago
events.go
cmd/evm, core/vm, test: refactored VM and core
9 years ago
execution.go
core, core/vm, cmd/evm: remove redundant balance check
9 years ago
fees.go
Merge pull request #1515 from fjl/license-fixes
9 years ago
filter_test.go
all: fix license headers one more time
9 years ago
genesis.go
core/state, core, miner: handle missing root error from state.New
9 years ago
helper_test.go
cmd/geth, cmd/utils, core, rpc: renamed to blockchain
9 years ago
manager.go
cmd/geth, cmd/utils, core, rpc: renamed to blockchain
9 years ago
state_transition.go
core, core/state: move gas tracking out of core/state
9 years ago
transaction_pool.go
core/state, core, miner: handle missing root error from state.New
9 years ago
transaction_pool_test.go
core/state, core, miner: handle missing root error from state.New
9 years ago
transaction_util.go
core, eth/filters, miner, xeth: Optimised log filtering
9 years ago
vm_env.go
core, core/vm, cmd/evm: remove redundant balance check
9 years ago