quorum/core/vm
Trung Nguyen a5c8e7af32
permission: minor fixes and update with master
2019-09-04 14:39:53 -04:00
..
runtime Merge branch 'goeth-1.8.18' into geth-upgrade-1.8.18 2019-01-29 19:08:14 +08:00
analysis.go 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
common.go Geth 1.7.2 rebase and addition of Istanbul BFT (#207) 2017-10-31 18:24:11 -04:00
contract.go core/vm: faster create/create2 (#17806) 2018-10-04 18:15:37 +03:00
contracts.go core/vm: fix typo in cryptographic hash function name (#17285) 2018-07-31 13:27:51 +03:00
contracts_test.go Merge attempt 2018-05-31 14:16:44 +08:00
doc.go Merge attempt 2018-05-31 14:16:44 +08:00
errors.go run goimports 2019-05-20 11:23:12 -04:00
evm.go VM read-only mode: check `operation.writes` not `op.isMutating`. 2019-08-12 10:14:23 -04:00
gas.go core/vm: clear linter warnings (#17057) 2018-06-26 15:56:25 +03:00
gas_table.go merge 1.8.18 with quorum/master 2019-02-08 17:29:01 +08:00
gas_table_test.go Geth 1.7.2 rebase and addition of Istanbul BFT (#207) 2017-10-31 18:24:11 -04:00
gen_structlog.go core/vm: adds refund as part of the json standard trace (#17910) 2018-10-23 16:28:18 +02:00
instructions.go Merge branch 'goeth-1.8.18' into geth-upgrade-1.8.18 2019-01-29 19:08:14 +08:00
instructions_test.go merge 1.8.18 with quorum/master 2019-02-08 17:29:01 +08:00
int_pool_verifier.go Geth 1.7.2 rebase and addition of Istanbul BFT (#207) 2017-10-31 18:24:11 -04:00
int_pool_verifier_empty.go Geth 1.7.2 rebase and addition of Istanbul BFT (#207) 2017-10-31 18:24:11 -04:00
interface.go remove TODO related to review 2019-02-25 16:30:54 +08:00
interpreter.go VM read-only mode: check `operation.writes` not `op.isMutating`. 2019-08-12 10:14:23 -04:00
intpool.go core/vm: reuse bigint pools across transactions (#17070) 2018-07-03 13:06:42 +03:00
intpool_test.go core/vm: reuse bigint pools across transactions (#17070) 2018-07-03 13:06:42 +03:00
jump_table.go core, params: polish net gas metering PR a bit 2018-09-18 16:29:51 +03:00
logger.go core/vm: adds refund as part of the json standard trace (#17910) 2018-10-23 16:28:18 +02:00
logger_test.go merge 1.8.18 with quorum/master 2019-02-08 17:29:01 +08:00
memory.go all: fix various comment typos (#17748) 2018-09-25 12:26:35 +02:00
memory_table.go core, crypto, params: implement CREATE2 evm instrction (#17196) 2018-07-24 17:22:03 +03:00
opcodes.go VM read-only mode: check `operation.writes` not `op.isMutating`. 2019-08-12 10:14:23 -04:00
stack.go core/vm: clear linter warnings (#17057) 2018-06-26 15:56:25 +03:00
stack_table.go Geth 1.7.2 rebase and addition of Istanbul BFT (#207) 2017-10-31 18:24:11 -04:00