plugeth/core/vm
Simon Jentzsch 97fb08342d EIP-1186 eth_getProof (#17737)
* first impl of eth_getProof

* fixed docu

* added comments and refactored based on comments from holiman

* created structs

* handle errors correctly

* change Value to *hexutil.Big in order to have the same output as parity

* use ProofList as return type
2018-10-18 21:41:22 +02:00
..
runtime core/vm: faster create/create2 (#17806) 2018-10-04 18:15:37 +03:00
analysis_test.go core/vm: faster create/create2 (#17806) 2018-10-04 18:15:37 +03:00
analysis.go core/vm: faster create/create2 (#17806) 2018-10-04 18:15:37 +03:00
common.go
contract.go core/vm: faster create/create2 (#17806) 2018-10-04 18:15:37 +03:00
contracts_test.go
contracts.go core/vm: fix typo in cryptographic hash function name (#17285) 2018-07-31 13:27:51 +03:00
doc.go
errors.go
evm.go core/vm: faster create/create2 (#17806) 2018-10-04 18:15:37 +03:00
gas_table_test.go
gas_table.go core/vm: SHA3 word cost for CREATE2 (#17812) 2018-10-05 10:32:35 +03:00
gas.go
gen_structlog.go
instructions_test.go core/vm: reuse Keccak-256 hashes across opcode executions (#17863) 2018-10-08 13:14:29 +02:00
instructions.go core/vm: add shortcuts for trivial exp cases (#16851) 2018-10-16 00:51:39 +02:00
int_pool_verifier_empty.go
int_pool_verifier.go
interface.go EIP-1186 eth_getProof (#17737) 2018-10-18 21:41:22 +02:00
interpreter.go core/vm: reuse Keccak-256 hashes across opcode executions (#17863) 2018-10-08 13:14:29 +02:00
intpool_test.go
intpool.go
jump_table.go core, params: polish net gas metering PR a bit 2018-09-18 16:29:51 +03:00
logger_test.go core, params: polish net gas metering PR a bit 2018-09-18 16:29:51 +03:00
logger.go
memory_table.go
memory.go all: fix various comment typos (#17748) 2018-09-25 12:26:35 +02:00
opcodes.go
stack_table.go
stack.go