If #598 merges/releases we can then do this.
Go through all the TODOs added in types/src/v31/mod.rs and remove them. For each one there will be one or more tests in integration_test feature gated out with v30_and_below.
After this is done the only instance left of v30_and_below should be on wallet__set_tx_fee.
Also add tests for the three new methods added in v31:
getmempoolcluster
abortprivatebroadcast
getprivatebroadcastinfo
This issue can best be done by a ton of small PRs IMO.
If #598 merges/releases we can then do this.
Go through all the
TODOs added intypes/src/v31/mod.rsand remove them. For each one there will be one or more tests inintegration_testfeature gated out withv30_and_below.After this is done the only instance left of
v30_and_belowshould be onwallet__set_tx_fee.Also add tests for the three new methods added in v31:
getmempoolclusterabortprivatebroadcastgetprivatebroadcastinfoThis issue can best be done by a ton of small PRs IMO.