-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Merge bitcoin#19733, bitcoin#19734 #4430
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#19733, bitcoin#19734 #4430
Conversation
|
Hello @PastaPastaPasta @UdjinM6
|
Have restarted those runners |
src/index/base.h
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.
19733: requires 19734
src/rpc/misc.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.
14667: dashify the example e.g.
"First three receive addresses\n" +
HelpExampleCli("deriveaddresses", "\"pkh([d34db33f/84h/0h/0h]xpub6DJ2dNUysrn5Vt36jH2KLBT2i1auw1tTSSomg8PhqNiUtx8QX2SvC9nrHu81fT41fvDUnhMjEzQgXnQjKEu3oaqMSzhSrHMxyyoEAmUHQbY/0/*)\" 0 2")
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.
14667: Needs dashification
src/rpc/client.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.
15510: requires 15497
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.
Hello @UdjinM6 I tried to implement 15497 , It required Merge bitcoin#14726 which is staged with
Vlad_Staged (staged to Vladimir (dzutte-cpp) local repo) which is waiting on
Merge#14023 which is staged with you @UdjinM6 , Now we are in Blocked chain :)
src/rpc/misc.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.
14150: missing changes in doc/descriptors.md, changes in src/rpc/misc.cpp do not exist in the original PR
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 observed that doc/descriptors.md this file was not present, There was a change mentioned Backport sheet for 0.17 version in 0f681ce (Add descriptor reference documentation) , however this changed was not merged , thats why this file was not present , will pull this changes
|
Thanks @UdjinM6 , will work on those |
a97683f to
71df8f2
Compare
|
Below assertion is failing In descriptor_test.cpp trying to understand why |
b6963f6 to
07fc6f8
Compare
7668db3 Move only: Move CDiskTxPos to its own file (Marcin Jachymiak) Pull request description: Moves `CDiskTxPos` it its own file so it can be used without the `txindex.h` include elsewhere. Originally part of bitcoin#14053. ACKs for top commit: jnewbery: utACK 7668db3 promag: ACK 7668db3. Tree-SHA512: b108e980ad04e43d1323410c3683a82bed70aee7795f5d8a2afbaf32a07ba598571f00b047bdde15048124b17178bcbd10654c48461beac988e9643cb2df664c
8ed2f1e Remove unused includes (Marcin Jachymiak) cf095a5 Move comment about BaseIndex::DB from TxIndex::DB (Marcin Jachymiak) Pull request description: Moves a comment about the `BaseIndex::DB` from the `TxIndex::DB` into the correct place. Originally part of bitcoin#14053. ACKs for top commit: fanquake: ACK 8ed2f1e Tree-SHA512: cb4e2b916c7ab996961cc2e1d910bc4b8a1700eb32b70fc1657ca720117a7a84f7337fe5e4fb30e047aa92c31eaa976eaaa5cb8f861877f2ff6f4a59bb94f4e9
e907d60 to
829aeff
Compare
|
(Dropped the commits which are dependent on other commits for now) , |
PastaPastaPasta
left a comment
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
UdjinM6
left a comment
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
Merge bitcoin#19733: Move comment about BaseIndex::DB from TxIndex::DB …
Merge bitcoin#19734: Move CDiskTxPos to its own file