go-ethereum/internal/cli/server
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
..
chains internal/cli: added missing flags (#744) 2023-03-20 17:28:56 +05:30
pprof internal/cli: added missing flags (#744) 2023-03-20 17:28:56 +05:30
proto Added flag in Status to wait for backend, and fixed panic issue. (#708) 2023-02-07 09:05:34 +05:30
testdata Merge branch 'qa' and 'master' into develop (#663) 2023-01-13 14:47:14 +05:30
command.go Heimdall App implementation (#646) 2023-03-06 16:57:28 +05:30
command_test.go Added script to generate config.toml fromstart.sh (#518) 2022-09-23 13:37:04 +05:30
config.go core/vm, miner : Make commitInterrupt OPCODE level (#794) 2023-05-01 16:38:35 +05:30
config_legacy.go Use atomic pointer in go 1.19 (#446) 2022-08-09 22:11:09 +03:00
config_legacy_test.go PR#518 and PR#529 -> qa (#532) 2022-09-29 14:25:27 +05:30
config_test.go Merge branch 'qa' and 'master' into develop (#663) 2023-01-13 14:47:14 +05:30
flags.go core/vm, miner : Make commitInterrupt OPCODE level (#794) 2023-05-01 16:38:35 +05:30
helper.go A thread safe way to take a free port (#485) 2022-08-16 18:43:18 +03:00
server.go internal/cli: added missing flags (#744) 2023-03-20 17:28:56 +05:30
server_test.go Prepare Bor package for testing (#416) 2022-06-08 16:39:30 +03:00
service.go Added flag in Status to wait for backend, and fixed panic issue. (#708) 2023-02-07 09:05:34 +05:30
service_test.go internal/cli: use config file for flags in new-cli, builder/files: update defaults (#457) 2022-07-29 17:12:30 -07:00