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.
Jeffrey Wilcke
342ae7ce7d
core, core/vm, tests: changed the initialisation behaviour of the EVM
...
The EVM was previously initialised and created for every CALL, CALLCODE,
DELEGATECALL and CREATE. This PR changes this behaviour so that the same
EVM can be used through the session and beyond as long as the
Environment sticks around.
9 years ago
..
state
core: various typos
9 years ago
types
core: various typos
9 years ago
vm
core, core/vm, tests: changed the initialisation behaviour of the EVM
9 years ago
.gitignore
…
asm.go
all: fix license headers one more time
10 years ago
bad_block.go
all: fix license headers one more time
10 years ago
bench_test.go
cmd, eth, ethdb, node: prioritise chaindata for resources, bump cache
9 years ago
block_validator.go
core: various typos
9 years ago
block_validator_test.go
cmd, common, core, eth, node, rpc, tests, whisper, xeth: use protocol stacks
9 years ago
blockchain.go
Merge pull request #2341 from leijurv/patch-2
9 years ago
blockchain_test.go
core, eth: replace reorganiz with reorganis
9 years ago
blocks.go
remove 0x
10 years ago
canary.go
canary update
10 years ago
chain_makers.go
core: various typos
9 years ago
chain_makers_test.go
core, eth, rpc: split out block validator and state processor
9 years ago
chain_pow.go
core: separate and contain POW verifier, extensive tests
10 years ago
chain_pow_test.go
core, eth: receipt chain reconstruction
9 years ago
database_util.go
core, core/vm, crypto: fixes for homestead
9 years ago
database_util_test.go
cmd, eth, ethdb, node: prioritise chaindata for resources, bump cache
9 years ago
default_genesis.go
cmd, common, core, eth, node, rpc, tests, whisper, xeth: use protocol stacks
9 years ago
error.go
Merge pull request #1889 from karalabe/fast-sync-rebase
9 years ago
events.go
core, miner: add PendingStateEvent to track non-log updates
9 years ago
execution.go
core, core/vm, tests: changed the initialisation behaviour of the EVM
9 years ago
fees.go
Merge pull request #1515 from fjl/license-fixes
10 years ago
filter_test.go
all: fix license headers one more time
10 years ago
gaspool.go
core, eth, rpc: split out block validator and state processor
9 years ago
genesis.go
cmd, common, core, eth, node, rpc, tests, whisper, xeth: use protocol stacks
9 years ago
headerchain.go
core: cache fresh headers and tds to avoid db trashing
9 years ago
helper_test.go
cmd/geth, cmd/utils, core, rpc: renamed to blockchain
10 years ago
state_processor.go
core: various typos
9 years ago
state_transition.go
Merge pull request #2215 from bas-vk/estimategas
9 years ago
tx_pool.go
core: various typos
9 years ago
tx_pool_test.go
core, eth: replace reorganiz with reorganis
9 years ago
types.go
core: various typos
9 years ago
vm_env.go
core, core/vm, tests: changed the initialisation behaviour of the EVM
9 years ago