-
Notifications
You must be signed in to change notification settings - Fork 37.8k
23.x backports #25316
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
23.x backports #25316
Conversation
…multisig and addmultisigaddress Github-Pull: bitcoin#25220 Rebased-From: eaf6f63
…any warning for expected cases Github-Pull: bitcoin#25220 Rebased-From: 3a9b9bb
Github-Pull: bitcoin#25201 Rebased-From: 7e9fe6d
The external input test with specifying input weight would make a pessimistic estimate of the input weight. However this would result in a test failure as it is sometimes too pessimistic when an ECDSA signature ends up being smaller than usual. To correct this, we can calculate the input weight more accurately. Github-Pull: bitcoin#24454 Rebased-From: 8a04a38
Github-Pull: bitcoin#24454 Rebased-From: 9f5ab67
utACK 039ef21 |
Prepared a commit for backport, if helpful, in https://github.com/jonatack/bitcoin/commits/v23-backport-fix-rpcwait-with-netinfo-printing-negative-time-durations. |
If we self-advertised to an inbound peer with the address they gave us, nTime was left default-initialized, so that our peer wouldn't relay it any further along. Github-Pull: bitcoin#25314 Rebased-From: 99b9e5f
re-utACK 4ebf6e3 |
ACK 4ebf6e3 |
Backports: