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
f52a1ae849
core, core/vm, eth/filters: move Removed field into vm.Log
...
This field used to be assigned by the filter system and returned through
the RPC API. Now that we have a Go client that uses the underlying type,
the field needs to move. It is now assigned to true when the RemovedLogs
event is generated so the filter system doesn't need to care about the
field at all.
While here, remove the log list from ChainSideEvent. There are no users
of this field right now and any potential users could subscribe to
RemovedLogsEvent instead.
8 years ago
..
runtime
core/vm/runtime: fixed go vet
8 years ago
analysis.go
all: fix license headers one more time
10 years ago
asm.go
all: fix go vet warnings
9 years ago
common.go
core: Added EVM configuration options
9 years ago
contract.go
cmd, core, internal, light, tests: avoid hashing the code in the VM
8 years ago
contracts.go
core/vm: hide ecrecover error message
9 years ago
disasm.go
all: fix license headers one more time
10 years ago
doc.go
all: update license information
9 years ago
environment.go
core, core/state, trie: EIP158, reprice & skip empty account write
8 years ago
errors.go
vm, ethapi: add `limit` option to traceTransaction
8 years ago
gas.go
core, core/vm: added gas price variance table
8 years ago
instructions.go
core, core/state, trie: EIP158, reprice & skip empty account write
8 years ago
jit.go
core, core/state, trie: EIP158, reprice & skip empty account write
8 years ago
jit_optimiser.go
all: update license information
9 years ago
jit_test.go
core/types, params: EIP#155
8 years ago
jit_util.go
all: update license information
9 years ago
jit_util_test.go
all: fix go vet warnings
9 years ago
jump_table.go
core, core/state, trie: EIP158, reprice & skip empty account write
8 years ago
jump_table_test.go
core, core/state, trie: EIP158, reprice & skip empty account write
8 years ago
log.go
core, core/vm, eth/filters: move Removed field into vm.Log
8 years ago
log_test.go
core, core/vm, eth/filters: move Removed field into vm.Log
8 years ago
logger.go
vm, ethapi: add `limit` option to traceTransaction
8 years ago
logger_test.go
cmd, core, internal, light, tests: avoid hashing the code in the VM
8 years ago
memory.go
cmd/geth, cmd/utils, core, rpc: renamed to blockchain
9 years ago
opcodes.go
core/vm: fix GASPRICE string ( resolves #2553 )
8 years ago
segments.go
core/vm: Refactor tracing to make Tracer the main interface
9 years ago
stack.go
core/vm: Refactor tracing to make Tracer the main interface
9 years ago
util_test.go
core, core/vm: added gas price variance table
8 years ago
virtual_machine.go
core: Added EVM configuration options
9 years ago
vm.go
core/vm, params: EIP160: EXP reprice
8 years ago
vm_jit.go
core: various typos
9 years ago
vm_jit_fake.go
core: added basic chain configuration
9 years ago