Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[0.6.1] backports for release #2323

Merged
merged 34 commits into from
May 4, 2023
Merged

Conversation

@chappjc
Copy link
Member Author

chappjc commented Apr 25, 2023

I've not actually tested zcashd v5.4.2 on either testnet or mainnet, only regtest.
EDIT: Have since tested on mainnet.

chappjc and others added 28 commits May 3, 2023 17:37
… parsing (decred#2237)

getnewaddress and getrawchangeaddress RPCs are deprecated. There is
no way to get a transparent address directly. Instead, get a unified
address, parse "receivers", and pick out the transparent address.

require 5.4.2 and handle RPC deprecations in harness.
Signed-off-by: Philemon Ukane <ukanephilemon@gmail.com>
Server orderbook is updated to cache the 100 most recent matches
in memory, and they are returned whenever a client syncs the
orderbook.
If target tier is <= 0, do not spam about the missing bond wallet.
The default bond wallet (42/dcr) might not be configured at all.
This is mostly for legacy fee clients.
Override the Read implementing io.Reader and make it do the mirroring.
Any read will cause mirroring now automatically.
When an account-based asset is the quote asset in a market, and there is
a booked buy order, the quantity to check must be in units of the quote
asset (the account-based asset).
Link to the wiki page, and show two provider text boxes from the start.
Signed-off-by: Philemon Ukane <ukanephilemon@gmail.com>
@chappjc chappjc added this to the 0.6.1 milestone May 4, 2023
chappjc and others added 5 commits May 4, 2023 15:54
When changing the rpcClient connection config, fall back to full
restart in these added cases:
- when the rpcClient has a custom connectFunc
- when the current deposit address fails to validate with the new
  client, or when it is not owned by the new wallet.

The checks in the second case above were previously only done
if the wallet was actively used.  Now they are always done, but
they are no longer fatal to reconfigure, only live-reconfigure,
causing a full reconnect to do the checks again with a new instance
of an *rpcClient.
@chappjc chappjc merged commit 776ebb0 into decred:release-v0.6 May 4, 2023
@chappjc chappjc deleted the r-0.6.1-x branch May 4, 2023 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants