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
bf4155846c
core/evm, core/vm: improved evm trace output
...
* Improved the standard evm tracer output and renamed it to WriteTrace
which now takes an io.Writer to write the logs to.
* Added WriteLogs which writes logs to the given writer in a readable
format.
* evm utility now also prints logs generated during the execution.
8 years ago
..
runtime
common: move big integer math to common/math ( #3699 )
8 years ago
analysis.go
all: fix license headers one more time
9 years ago
common.go
all: unify big.Int zero checks, use common/math in more places ( #3716 )
8 years ago
contract.go
core, core/state, core/vm: remove exported account getters ( #3618 )
8 years ago
contracts.go
all: next batch of log polishes to contextual versions
8 years ago
doc.go
all: update license information
9 years ago
errors.go
core/vm: improved EVM run loop & instruction calling ( #3378 )
8 years ago
evm.go
all: unify big.Int zero checks, use common/math in more places ( #3716 )
8 years ago
gas.go
params: core, core/vm, miner: 64bit gas instructions
8 years ago
gas_table.go
all: unify big.Int zero checks, use common/math in more places ( #3716 )
8 years ago
gas_table_test.go
params: core, core/vm, miner: 64bit gas instructions
8 years ago
instructions.go
all: unify big.Int zero checks, use common/math in more places ( #3716 )
8 years ago
int_pool_verifier.go
params: core, core/vm, miner: 64bit gas instructions
8 years ago
int_pool_verifier_empty.go
params: core, core/vm, miner: 64bit gas instructions
8 years ago
interface.go
core, core/state, core/vm: remove exported account getters ( #3618 )
8 years ago
interpreter.go
all: next batch of log polishes to contextual versions
8 years ago
intpool.go
params: core, core/vm, miner: 64bit gas instructions
8 years ago
jump_table.go
params: core, core/vm, miner: 64bit gas instructions
8 years ago
logger.go
core/evm, core/vm: improved evm trace output
8 years ago
logger_test.go
core, core/state, core/vm: remove exported account getters ( #3618 )
8 years ago
memory.go
params: core, core/vm, miner: 64bit gas instructions
8 years ago
memory_table.go
common: move big integer math to common/math ( #3699 )
8 years ago
noop.go
core, core/state, core/vm: remove exported account getters ( #3618 )
8 years ago
opcodes.go
Revert "params: core, core/vm, miner: 64bit gas instructions ( #3514 )"
8 years ago
stack.go
core/vm: improved EVM run loop & instruction calling ( #3378 )
8 years ago
stack_table.go
params: core, core/vm, miner: 64bit gas instructions
8 years ago
vm_jit.go
core/vm: improved EVM run loop & instruction calling ( #3378 )
8 years ago
vm_jit_fake.go
core, core/vm: implemented a generic environment ( #3348 )
8 years ago