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
ac697326a6
core/vm: reduced big int allocations
...
Reduced big int allocation by making stack items modifiable. Instead of
adding items such as `common.Big0` to the stack, `new(big.Int)` is
added instead. One must expect that any item that is added to the stack
might change.
10 years ago
..
state
core/state: Set log index. Closes #1226
10 years ago
types
miner, core: sort txs by price, nonce
10 years ago
vm
core/vm: reduced big int allocations
10 years ago
.gitignore
Renamed `chain` => `core`
10 years ago
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
Merge pull request #1515 from fjl/license-fixes
10 years ago
block_cache.go
all: fix license headers one more time
10 years ago
block_cache_test.go
all: fix license headers one more time
10 years ago
block_processor.go
core/vm, tests: implemented semi-jit vm
10 years ago
block_processor_test.go
all: fix license headers one more time
10 years ago
blocks.go
all: fix license headers one more time
10 years ago
canary.go
all: fix license headers one more time
10 years ago
chain_makers.go
core, miner: added difficulty bomb
10 years ago
chain_makers_test.go
Merge pull request #1515 from fjl/license-fixes
10 years ago
chain_manager.go
core/vm, tests: implemented semi-jit vm
10 years ago
chain_manager_test.go
Merge pull request #1515 from fjl/license-fixes
10 years ago
chain_util.go
core, miner: added difficulty bomb
10 years ago
chain_util_test.go
core, miner: added difficulty bomb
10 years ago
default_genesis.go
core: added default genesis block
10 years ago
error.go
all: fix license headers one more time
10 years ago
events.go
all: fix license headers one more time
10 years ago
execution.go
core, tests: reduced state copy by N calls
10 years ago
fees.go
Merge pull request #1515 from fjl/license-fixes
10 years ago
filter.go
all: fix license headers one more time
10 years ago
filter_test.go
all: fix license headers one more time
10 years ago
genesis.go
Merge pull request #1515 from fjl/license-fixes
10 years ago
helper_test.go
all: fix license headers one more time
10 years ago
manager.go
all: fix license headers one more time
10 years ago
state_transition.go
all: fix license headers one more time
10 years ago
transaction_pool.go
Merge pull request #1569 from obscuren/default-genesis
10 years ago
transaction_pool_test.go
Merge pull request #1461 from bas-vk/eth_resend
10 years ago
transaction_util.go
Merge pull request #1515 from fjl/license-fixes
10 years ago
vm_env.go
core, tests: reduced state copy by N calls
10 years ago