-
Notifications
You must be signed in to change notification settings - Fork 51
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
Release tracking PR: v0.10.0
#168
Conversation
Before this merges can you confirm please that the new accessor methods fully cover your use case in liquid @apoelstra. Using the new API over there was the last step before we were confident to release this, right? |
Yeah, lemme PR to rust-elements to use the new accessors first please. |
@tcharding can we do a |
Sure thing, I couldn't think of a nice next beta version name yesterday - I'll use |
Next beta release done in #169, keeping this here for the |
018ca5c
to
877d389
Compare
Note the diff includes change to CHANGELOG removing mention of |
Ok, sorry, we have to do one more iteration on the API. The issue I'm having is that there is a specific sequence to parsing a Segwit string:
So I think what we want to do is move But we've made a ton of progress :) on my local rust-elements branch we have
which is basically all deleted code that I'd copied and tweaked from this library since the API didn't expose enough for me to use it directly. |
That's a win, for sure. Will hack up your suggestions. |
I left the functions on |
877d389
to
615bbbe
Compare
615bbbe
to
c3bec9b
Compare
In preparation for doing the first "real" (non-beta) release of the new `primitives` module add a changelog entry and bump the version.
c3bec9b
to
1b64ed4
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.
ACK 1b64ed4
ooo yeah, I love waking up in the morning to a fresh release - make my day @apoelstra! |
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 1b64ed4 let's do it
Tagged and published. |
Sigh, cargo seems to think that Yanked 0.10.0. Will need to re-release as 0.11.0. |
Bother, I wish I came to the same conclusion before I got in a rage about every PR in |
Like, literally the reason we did the |
In preparation for doing the first "real" (non-beta) release of the new
primitives
module add a changelog entry and bump the version.