-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
merge bitcoin#10973: separate wallet from node #4513
Conversation
Thanks for opening this for me 👍 I'm gonna close this and break it into a number of PRs: |
a2a611c
to
234cd0b
Compare
tests failing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK for merging via merge commit
26f3988
to
d75e1e0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't find a way to force gitlab CI to run on this PR again and local ci fails. Pls submit this backport in a new PR.
Seems like this PR has an odd quirk, I'll close it for now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NACK, please open this as a new PR
Superseded by #4558 |
Additional Information
Remove uses of chainActive and mapBlockIndex in wallet code bitcoin/bitcoin#14711's backport has been
stolenborrowed from Backport 14711, 15342, partial 15855 #4537 and used as a placeholder for the source PR.This PR therefore, depends on it.
MAX_ANTI_FEE_SNIPING_TIP_AGE
has been changed from8 * 60 * 60
to4 * 60
when backporting wallet: Avoid leaking nLockTime fingerprint when anti-fee-sniping bitcoin/bitcoin#15039 to satisfy thewallet_create_tx.py
functional testRemove wallet -> node global function calls bitcoin/bitcoin#15288
only includes the range between 80f52a2 and 00dfb2ahas been fully backported (but still excludes bdc6628)test: Add wallet_balance benchmark bitcoin/bitcoin#15779 was a partial backport done in merge bitcoin#13219...#15779: benchmarks #4511 as it relied on Refactor: separate wallet from node bitcoin/bitcoin#10973 (which is backported in this PR), as we fulfill that dependency in this PR, the rest of it has been backported as well, making it complete