mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 07:36:44 +00:00
* 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 |
||
|---|---|---|
| .. | ||
| flagset | ||
| server | ||
| account.go | ||
| account_import.go | ||
| account_list.go | ||
| account_new.go | ||
| attach.go | ||
| bootnode.go | ||
| bor_fingerprint.go | ||
| chain.go | ||
| chain_sethead.go | ||
| chain_watch.go | ||
| command.go | ||
| debug.go | ||
| debug_block.go | ||
| debug_pprof.go | ||
| debug_test.go | ||
| dumpconfig.go | ||
| markdown.go | ||
| markdown_test.go | ||
| peers.go | ||
| peers_add.go | ||
| peers_list.go | ||
| peers_remove.go | ||
| peers_status.go | ||
| removedb.go | ||
| snapshot.go | ||
| status.go | ||
| status_test.go | ||
| version.go | ||