go-ethereum/cmd/evm/internal/t8ntool
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
..
block.go Mining Analysis (#429) 2022-09-30 13:40:18 +05:30
execution.go core/vm, miner : Make commitInterrupt OPCODE level (#794) 2023-05-01 16:38:35 +05:30
flags.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
gen_header.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
gen_stenv.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
transaction.go Shivam/txpool tracing (#604) 2022-12-12 12:34:02 +05:30
transition.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
utils.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00