go-ethereum/core/vm
SHIVAM SHARMA acff69ac3e
core/vm, miner : Make commitInterrupt OPCODE level (#794)
* add : make commitInterrupt OPCODE level

* fix : build fix + lint

* fix : small fix

* chg : use context and add check on commitTransactions

* add : testCommitInterruptExperimentBorContract

* fix : minor fixes

* add : TestCommitInterruptExperimentBorContract working

* fix : lint and context.TODO() to context.Background()

* fix : lint

* fix : context cancel check

* add : metrics for tx/opcode level interrupts + comments

* add : interruptcommit flag

* fix : minor flag fix

* add : caching of interrupted tx

* add : minor improvements on cache

* fix : lint & added comments

* add : GetCurrentTxFromContext and SetCurrentTxOnContext

* fix : unstable testcases giving false negatives

* rm : remove parallelTest from CommitInterrupt Tests

* fix : small changes

* rm : remove t.Parallel() from TestGenerateBlockAndImport tests

* fix : commitInterrupt tests assertion changes
2023-05-01 16:38:35 +05:30
..
runtime core/vm, miner : Make commitInterrupt OPCODE level (#794) 2023-05-01 16:38:35 +05:30
testdata core/vm, protocol_params: implement eip-2565 modexp repricing (#21607) 2020-11-13 13:39:59 +01:00
analysis.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
analysis_test.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
common.go core/vm: use uint256 in EVM implementation (#20787) 2020-06-08 15:24:40 +03:00
contract.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
contracts.go Merge qa to develop (#814) 2023-04-10 16:21:18 +05:30
contracts_test.go core/vm, protocol_params: implement eip-2565 modexp repricing (#21607) 2020-11-13 13:39:59 +01:00
doc.go core/vm: remove JIT VM codes (#16362) 2018-03-26 13:48:04 +03:00
eips.go all: implement EIP-1559 (#22837) 2021-05-17 15:13:22 +02:00
errors.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
evm.go core/vm, miner : Make commitInterrupt OPCODE level (#794) 2023-05-01 16:38:35 +05:30
gas.go core/vm: use uint256 in EVM implementation (#20787) 2020-06-08 15:24:40 +03:00
gas_table.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
gas_table_test.go core/vm, miner : Make commitInterrupt OPCODE level (#794) 2023-05-01 16:38:35 +05:30
instructions.go core/vm, miner : Make commitInterrupt OPCODE level (#794) 2023-05-01 16:38:35 +05:30
instructions_test.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
interface.go add : Add state sync transaction to debug_traceBlock 2022-10-12 20:06:00 +05:30
interpreter.go core/vm, miner : Make commitInterrupt OPCODE level (#794) 2023-05-01 16:38:35 +05:30
interpreter_test.go core/vm, miner : Make commitInterrupt OPCODE level (#794) 2023-05-01 16:38:35 +05:30
jump_table.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
logger.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
memory.go core/vm: use uint256 in EVM implementation (#20787) 2020-06-08 15:24:40 +03:00
memory_table.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
opcodes.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
operations_acl.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
stack.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
stack_table.go core/vm: 64 bit memory and gas calculations (#19210) 2019-03-12 11:40:05 +02:00