go-ethereum/consensus/bor
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
..
abi Prepare Bor package for testing (#416) 2022-06-08 16:39:30 +03:00
api Prepare Bor package for testing (#416) 2022-06-08 16:39:30 +03:00
clerk Prepare Bor package for testing (#416) 2022-06-08 16:39:30 +03:00
contract Reciept e2e test (#431) 2022-07-14 19:28:56 +03:00
heimdall Merge qa to develop (#814) 2023-04-10 16:21:18 +05:30
heimdallapp Heimdall App implementation (#646) 2023-03-06 16:57:28 +05:30
heimdallgrpc Fix EOF error in gRPC state-sync (#489) 2022-08-11 20:40:08 +03:00
statefull core/vm, miner : Make commitInterrupt OPCODE level (#794) 2023-05-01 16:38:35 +05:30
valset Heimdall App implementation (#646) 2023-03-06 16:57:28 +05:30
api.go Merge branch 'develop' of https://github.com/maticnetwork/bor into raneet10/pos-1353 2023-04-16 00:54:07 +05:30
bor.go Merge qa to develop (#814) 2023-04-10 16:21:18 +05:30
bor_test.go fix : jaipurFork & baseFeeChangeDenom hardfork num to bigInt 2022-11-14 17:52:55 +05:30
errors.go Prepare Bor package for testing (#416) 2022-06-08 16:39:30 +03:00
genesis.go Prepare Bor package for testing (#416) 2022-06-08 16:39:30 +03:00
genesis_contract_mock.go Prepare Bor package for testing (#416) 2022-06-08 16:39:30 +03:00
heimdall.go RFC35/Common Ancestor: Modifying the forkchoice rule (#425) 2022-07-15 10:37:35 +05:30
merkle.go Reciept e2e test (#431) 2022-07-14 19:28:56 +03:00
snapshot.go Merge branch 'develop' of github.com:maticnetwork/bor into arpit/pos-655 2022-09-05 10:36:52 +04:00
snapshot_test.go chg : use https://github.com/maticnetwork/crand instead of JekaMas/crand 2022-10-17 15:44:11 +05:30
span.go Merge qa to develop (#814) 2023-04-10 16:21:18 +05:30
span_mock.go Merge qa to develop (#814) 2023-04-10 16:21:18 +05:30