go-ethereum/internal/cli/server
Arpit Temani 9fa20a7da8
Arpit/add execution pool 2 (#719)
* initial

* linters

* linters

* remove timeout

* update pool

* change pool size function

* check nil

* check nil

* fix tests

* Use execution pool from server in all handlers

* simplify things

* test fix

* add support for cli, config

* add to cli and config

* merge base branch

* debug statements

* fix bug

* atomic pointer timeout

* add apis

* update workerpool

* fix issues

* change params

* fix issues

* fix ipc issue

* remove execution pool from IPC

* revert

* fix tests

* mutex

* refactor flag and value names

* ordering fix

* refactor flag and value names

* update default ep size to 40

* fix bor start issues

* revert file changes

* debug statements

* fix bug

* update workerpool

* atomic pointer timeout

* add apis

* Merge branch 'add-execution-pool' of github.com:maticnetwork/bor into arpit/add-execution-pool

* fix issues

* change params

* fix issues

* fix ipc issue

* remove execution pool from IPC

* revert

* merge base branch

* Merge branch 'add-execution-pool' of github.com:maticnetwork/bor into arpit/add-execution-pool

* mutex

* fix tests

* Merge branch 'arpit/add-execution-pool' of github.com:maticnetwork/bor into arpit/add-execution-pool

* Change default size of execution pool to 40

* refactor flag and value names

* fix merge conflicts

* ordering fix

* refactor flag and value names

* update default ep size to 40

* fix bor start issues

* revert file changes

* fix linters

* fix go.mod

* change sec to ms

* change default value for ep timeout

* fix node api calls

* comment setter for ep timeout

---------

Co-authored-by: Evgeny Danienko <6655321@bk.ru>
Co-authored-by: Jerry <jerrycgh@gmail.com>
Co-authored-by: Manav Darji <manavdarji.india@gmail.com>
2023-02-03 18:22:57 +05:30
..
chains change delhi hardfork block number 2023-01-05 10:41:27 +05:30
pprof migrate cli to internal package (#301) 2022-01-19 12:10:20 +01:00
proto internal/cli: use config file for flags in new-cli, builder/files: update defaults (#457) 2022-07-29 17:12:30 -07:00
testdata Add support for new flags in new config.toml, which were present in old config.toml (#612) 2022-12-05 19:21:33 +05:30
command.go merge qa to develop 2022-11-20 21:44:55 +05:30
command_test.go Added script to generate config.toml fromstart.sh (#518) 2022-09-23 13:37:04 +05:30
config.go Arpit/add execution pool 2 (#719) 2023-02-03 18:22:57 +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 Add support for new flags in new config.toml, which were present in old config.toml (#612) 2022-12-05 19:21:33 +05:30
flags.go Arpit/add execution pool 2 (#719) 2023-02-03 18:22:57 +05:30
helper.go A thread safe way to take a free port (#485) 2022-08-16 18:43:18 +03:00
server.go merge latest qa 2022-11-29 12:55:31 +05:30
server_test.go Prepare Bor package for testing (#416) 2022-06-08 16:39:30 +03:00
service.go internal/cli: update grpc/protobuf dependency (#449) 2022-07-11 19:09:49 +03:00
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