go-ethereum/internal/cli
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
..
flagset Merge branch 'qa' and 'master' into develop (#663) 2023-01-13 14:47:14 +05:30
server core/vm, miner : Make commitInterrupt OPCODE level (#794) 2023-05-01 16:38:35 +05:30
account.go Lint internal/cli 2022-05-26 11:55:44 -07:00
account_import.go Lint internal/cli 2022-05-26 11:55:44 -07:00
account_list.go Lint internal/cli 2022-05-26 11:55:44 -07:00
account_new.go Lint internal/cli 2022-05-26 11:55:44 -07:00
attach.go Enable prealloc check and improve address comparison 2022-05-26 11:55:44 -07:00
bootnode.go Added verbosity flag, supports log-level as well, but will remove that in future. (#722) 2023-02-10 08:49:32 +05:30
bor_fingerprint.go Lint internal/cli 2022-05-26 11:55:44 -07:00
chain.go Lint internal/cli 2022-05-26 11:55:44 -07:00
chain_sethead.go Lint internal/cli 2022-05-26 11:55:44 -07:00
chain_watch.go Lint internal/cli 2022-05-26 11:55:44 -07:00
command.go Merge branch 'qa' and 'master' into develop (#663) 2023-01-13 14:47:14 +05:30
debug.go internal/cli: update grpc/protobuf dependency (#449) 2022-07-11 19:09:49 +03:00
debug_block.go internal/cli: add block tracing (#397) 2022-06-06 14:54:05 +05:30
debug_pprof.go Merge qa to develop (#814) 2023-04-10 16:21:18 +05:30
debug_test.go internal/cli: added missing flags (#744) 2023-03-20 17:28:56 +05:30
dumpconfig.go Merge qa to develop (#814) 2023-04-10 16:21:18 +05:30
markdown.go Automatically generate markdown pages from bor CLI 2022-05-09 17:10:36 +02:00
markdown_test.go Reciept e2e test (#431) 2022-07-14 19:28:56 +03:00
peers.go Lint internal/cli 2022-05-26 11:55:44 -07:00
peers_add.go Lint internal/cli 2022-05-26 11:55:44 -07:00
peers_list.go Lint internal/cli 2022-05-26 11:55:44 -07:00
peers_remove.go Lint internal/cli 2022-05-26 11:55:44 -07:00
peers_status.go Lint internal/cli 2022-05-26 11:55:44 -07:00
removedb.go Merge branch 'qa' and 'master' into develop (#663) 2023-01-13 14:47:14 +05:30
snapshot.go internal/cli: added missing flags (#744) 2023-03-20 17:28:56 +05:30
status.go Added flag in Status to wait for backend, and fixed panic issue. (#708) 2023-02-07 09:05:34 +05:30
status_test.go Added flag in Status to wait for backend, and fixed panic issue. (#708) 2023-02-07 09:05:34 +05:30
version.go Add : commit details to bor version (#730) 2023-02-14 16:06:39 +05:30