-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Backports for 0.12.0 (updated to e289807) #7338
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
Conversation
For opensource.org/licenses/MIT! Github-Pull: bitcoin#7197 Rebased-From: 00423e1
At least two of them got missed on purpose. |
…y reviewed. Github-Pull: bitcoin#7185 Rebased-From: e1030dd
Github-Pull: bitcoin#7068 Rebased-From: 979698c
Github-Pull: bitcoin#7213 Rebased-From: 37d271d
Github-Pull: bitcoin#7214 Rebased-From: fa2f4bc
Strings in a HTML context should be using formatHtmlWithUnit. Github-Pull: bitcoin#7255 Rebased-From: 5fdf32d
e8f2148
to
e20704b
Compare
@@ -350,6 +350,20 @@ caching. A sample config for apache2 could look like: | |||
|
|||
</VirtualHost> | |||
|
|||
Asm script outputs now contain OP_CHECKLOCKTIMEVERIFY in place of OP_NOP2 |
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'd suggest combining this with the other asm change related to signature flags, which is currently under "RPC: Low-level API changes".
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.
Done
utACK now that it contains no translation string changes anymore |
… changes" section
f17b00b release-notes: Combine NOP2->CLTV asm change into "RPC: Low-level API changes" section (Luke Dashjr) e20704b Replace some instances of formatWithUnit with formatHtmlWithUnit (fanquake) 6f8346d qt5: Use the fixed font the system recommends (MarcoFalke) 605de4a Rename OP_NOP2 to OP_CHECKLOCKTIMEVERIFY. (mb300sd) 6191a9b [RPC-Tests] add option to run rpc test over QT clients (Jonas Schnelli) 6307beb Note that reviewers should mention the commit hash of the commits they reviewed. (Patrick Strateman) 6092ff2 Set link from http:// to https:// (Suriyaa Kudo)
Somehow these got missed