Zebra/zebrad/tests/common/configs
teor a6e6eb5051
change(rpc): Provide and parse a long poll ID, but don't use it yet (#5796)
* Declare support for long polling in the getblocktemplate RPC

* Add long polling input and ID structs

* Split out an update_checksum() function

* Implement LongPollId conversion to and from a string

* Use the LongPollId type in the RPC

* Add a longpollid field to the getblocktemplate parameters and responses, but don't use it yet

* Use multiple RPC threads with the getblocktemplate feature, to enable efficient long polling

* Update RPC snapshots

* Remove the "longpoll" capability, it's for miners, not nodes

* Use the long poll length constant in tests

* Update snapshots

* Remove the "long polling is not supported" error

* Fix minor compilation issues after the merge/rebase

* Expand long poll id comments

* Rename estimated height to local height, because that's what it actually is

* Add an invalid params test and fix the long poll id test

* Add modified config for config_tests

* Instrument all the config sub-tests

* Show the missing config file when the test fails

* Fix the generated config file

* Allow a clippy lint in tests

* Explain conversion from bytes to u32

* Remove a duplicate test case
2022-12-09 01:41:46 +00:00
..
getblocktemplate-v1.0.0-rc.1.toml fix(sync): Pause new downloads when Zebra reaches the lookahead limit (#5561) 2022-11-09 04:42:04 +00:00
getblocktemplate-v1.0.0-rc.2.toml fix(sync): Pause new downloads when Zebra reaches the lookahead limit (#5561) 2022-11-09 04:42:04 +00:00
getblocktemplate-v1.0.0-rc.3.toml change(rpc): Provide and parse a long poll ID, but don't use it yet (#5796) 2022-12-09 01:41:46 +00:00
v1.0.0-beta.12.toml tests(config): Upgrade config file tests (#5112) 2022-09-08 05:21:43 +00:00
v1.0.0-beta.13.toml tests(config): Upgrade config file tests (#5112) 2022-09-08 05:21:43 +00:00
v1.0.0-beta.15.toml tests(config): Upgrade config file tests (#5112) 2022-09-08 05:21:43 +00:00
v1.0.0-rc.0.toml change(state): Write non-finalized blocks to the state in a separate thread, to avoid network and RPC hangs (#5257) 2022-10-11 19:25:45 +00:00
v1.0.0-rc.2.toml fix(sync): Pause new downloads when Zebra reaches the lookahead limit (#5561) 2022-11-09 04:42:04 +00:00