go-ethereum/internal/cli/server
Pratik Patil 57075d000d
Add support for new flags in new config.toml, which were present in old config.toml (#612)
* added HTTPTimeouts, and TrieTimeout flag in new tol, from old toml

* added RAW fields for these time.Duration flags

* updated the conversion script to support these extra 4 flags

* removed hcl and json config tests as we are only supporting toml config files

* updated toml files with cache.timeout field

* updated toml files with jsonrpc.timeouts field

* tests/bor: expect a call for latest checkpoint

* tests/bor: expect a call for latest checkpoint

* packaging/templates: update cache values for archive nodes

Co-authored-by: Manav Darji <manavdarji.india@gmail.com>
2022-12-05 19:21:33 +05:30
..
chains Prepare Bor package for testing (#416) 2022-06-08 16:39:30 +03:00
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 internal/cli: use config file for flags in new-cli, builder/files: update defaults (#457) 2022-07-29 17:12:30 -07:00
command_test.go updated tests, and removed requiredblocks from json and hcl 2022-09-07 16:23:44 +04:00
config.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
config_legacy.go fixed the bug caused by fillBigInt and FillTime.Duration functions (#474) 2022-07-29 17:13:00 -07: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 added ancient datadir flag and toml field, need to decide on default value and update the conversion script 2022-12-04 10:02:55 +05:30
helper.go Prepare Bor package for testing (#416) 2022-06-08 16:39:30 +03:00
server.go metrics: handle equal to separated config flag (#596) 2022-11-24 09:12:32 -05:00
server_test.go Prepare Bor package for testing (#416) 2022-06-08 16:39:30 +03:00
service.go Prepare Bor package for testing (#416) 2022-06-08 16:39:30 +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