-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Replace bytes_serialized with bogosize #10426
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
|
Looks like you'll need to update the blockchain RPC test here. |
|
Fixed. |
|
Nice, concept ACK |
|
Breaking changes need to be mentioned in the release notes. Mind to do it
in this pull?
…On Fri, May 19, 2017 at 2:37 AM, Pieter Wuille ***@***.***> wrote:
Fixed.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#10426 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGGmv7RAjHs0G7ASE9mF7mNoTAKKXKPDks5r7ORfgaJpZM4Nf66O>
.
|
|
I've rebased this PR on top of #10396, as both touch the same code. A single combined release-notes.md entry was added. |
|
Rebased, and updated the release notes a bit. |
|
Rebased on top of #10195. |
src/rpc/blockchain.cpp
Outdated
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.
Could you suffix the name here with _2 as you are touching the file anyway?
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.
|
tested ACK 8b22af3 |
8b22af3 Replace bytes_serialized with bogosize (Pieter Wuille) Tree-SHA512: e70a981bbb977329f9e324c45f9a1346ec9aacfbbad5474e608cdd1f852257502bb7db8003fd578260a609e45d1a9cf87ce96df9c4187d92d50f60a209e232ce
8b22af3 Replace bytes_serialized with bogosize (Pieter Wuille) Tree-SHA512: e70a981bbb977329f9e324c45f9a1346ec9aacfbbad5474e608cdd1f852257502bb7db8003fd578260a609e45d1a9cf87ce96df9c4187d92d50f60a209e232ce
Summary: This is a backport of [[bitcoin/bitcoin#19328 | core#19328]] [2/4] bitcoin/bitcoin@a712cf6 Backport note: D507 kept the name `hash_serialized` instead of using `hash_serialized_2` which was introduced in [[bitcoin/bitcoin#10426 | core#10426]] Depends on D9978 Test Plan: `ninja all check-all` Reviewers: #bitcoin_abc, majcosta Reviewed By: #bitcoin_abc, majcosta Subscribers: majcosta Differential Revision: https://reviews.bitcoinabc.org/D9979
Current result: