go-ethereum/node
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
..
api.go Arpit/add execution pool 2 (#719) 2023-02-03 18:22:57 +05:30
api_test.go internal/web3ext, node: migrate node admin API (Start|Stop)RPC->HTTP (#22461) 2021-03-23 11:41:23 +02:00
config.go Arpit/add execution pool 2 (#719) 2023-02-03 18:22:57 +05:30
config_test.go cmd, node, p2p/simulations: fix node account manager leak (#19004) 2019-02-07 12:40:36 +02:00
defaults.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
doc.go node: refactor package node (#21105) 2020-08-03 19:40:46 +02:00
endpoints.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
errors.go node: refactor package node (#21105) 2020-08-03 19:40:46 +02:00
jwt_handler.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
lifecycle.go node: refactor package node (#21105) 2020-08-03 19:40:46 +02:00
node.go Arpit/add execution pool 2 (#719) 2023-02-03 18:22:57 +05:30
node_example_test.go node: refactor package node (#21105) 2020-08-03 19:40:46 +02:00
node_test.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
rpcstack.go Arpit/add execution pool 2 (#719) 2023-02-03 18:22:57 +05:30
rpcstack_test.go Added checks to RPC requests and introduced new flags to customise the parameters (#657) 2023-01-19 14:40:24 +05:30
utils_test.go all: remove unneeded parentheses (#21921) 2021-02-02 11:32:44 +02:00