go-ethereum/tests
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
..
bor core/vm, miner : Make commitInterrupt OPCODE level (#794) 2023-05-01 16:38:35 +05:30
deps Prepare Bor package for testing (#416) 2022-06-08 16:39:30 +03:00
evm-benchmarks@849b3e239a V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
fuzzers dev: add: pos-944: snyk and govuln integration (#578) 2022-12-06 10:53:55 +01:00
solidity V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
testdata@a380655e5f new: dev: pos-398 move testdata to last stable release via tag v10.4 2022-07-07 11:12:57 +02:00
block_test.go new: comments and cleanup 2022-09-26 17:26:05 +05:30
block_test_util.go RFC35/Common Ancestor: Modifying the forkchoice rule (#425) 2022-07-15 10:37:35 +05:30
difficulty_test.go new: dev: pos-398 restore old testing way 2022-07-12 11:53:30 +02:00
difficulty_test_util.go use go-ethereum for better forked-bor release 2020-11-13 09:21:48 +05:30
gen_btheader.go tests: update tests/testdata to v9.0.4 (london) (#23279) 2021-07-29 14:05:22 +02:00
gen_difficultytest.go use go-ethereum for better forked-bor release 2020-11-13 09:21:48 +05:30
gen_stenv.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
gen_sttransaction.go tests: update for London (#22976) 2021-06-07 14:37:56 +02:00
init.go fix: add bor config 2022-09-22 18:00:23 +05:30
init_test.go Shivam/txpool tracing (#604) 2022-12-12 12:34:02 +05:30
rlp_test.go new: dev: pos-398 restore old testing way 2022-07-12 11:53:30 +02:00
rlp_test_util.go use go-ethereum for better forked-bor release 2020-11-13 09:21:48 +05:30
state_test.go core/vm, miner : Make commitInterrupt OPCODE level (#794) 2023-05-01 16:38:35 +05:30
state_test_util.go core/vm, miner : Make commitInterrupt OPCODE level (#794) 2023-05-01 16:38:35 +05:30
transaction_test.go new: dev: pos-398 restore old testing way 2022-07-12 11:53:30 +02:00
transaction_test_util.go all: add support for EIP-2718, EIP-2930 transactions (#21502) 2021-02-25 15:26:57 +01:00