-
Notifications
You must be signed in to change notification settings - Fork 65
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
Add add_data enables op_return for bdk-cli #105
Add add_data enables op_return for bdk-cli #105
Conversation
Overall looks good! I made a few comments above. Also you need to run |
86b74bb
to
07b06c6
Compare
All changes have been updated, everything looks good to go! Thank you for testing @notmandatory . 🚀 |
1e547cd
to
29c0686
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.
be6fb98
to
b06b141
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.
Thanks for the quick update.. Unfortunately the test fails because you can't pass both options in the same command.. I have few more conceptual update requests regarding that in code comments..
Also I would like to ask for a bit more work here, because we are currently going through a lot of refactoring in the crate. And many of those are scattered around other open PRs. So adding this in master right now will create a lot of conflicts with other open PRs and have to be manually resolved again..
So instead, can you rebase this on top of #104?? You might have to resolve few conflicts, but you will be able to work on the final version of the crate after all refatorings..
Rebasing on #104 will also allow you to add the functional test for opreturn output creation with bdk-cli and we can then fix the full behavior there. look in the folder tests/intergation.rs
after you rebase, to see a example of basic test sample..
b06b141
to
86b5579
Compare
Rebased on the latest master ready for final review please. |
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.
ACK 86b5579
Looks good!
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.
tACK 86b5579
LGTM.. Merging it..
Description
This enables users to send an arbitrary string message through a txn-output. The maximum size of this string-literal can be length of 80-bytes.
Notes to the reviewers
Checklists
All Submissions:
cargo fmt
andcargo clippy
before committingNew Features:
CHANGELOG.md
Bugfixes: