aboutsummaryrefslogtreecommitdiff
path: root/src/test/peerman_tests.cpp
AgeCommit message (Collapse)Author
2024-06-18Always pass options to BlockAssembler constructorSjors Provoost
This makes the options argument for BlockAssembler constructor mandatory, dropping implicit use of ArgsManager. The caller i.e. the Mining interface implementation now handles this. In a future Stratum v2 change the Options object needs to be mofified after arguments have been processed. Specifically the pool communicates how many extra bytes it needs for its own outputs (payouts, extra commitments, etc). This will need to be substracted from what the user set as -blockmaxweight. Such a change can be implemented in createNewBlock, after ApplyArgsManOptions.
2024-06-13refactor: remove warnings globalsstickies-v
2024-02-15refactor: De-globalize g_signalsTheCharlatan
2024-01-23test: add coverage for peerman adaptive connections service flagsfurszy