-
Notifications
You must be signed in to change notification settings - Fork 34
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.20.2-0.6.0
#67
Conversation
bf43413
to
4771578
Compare
b041f3b
to
245fa36
Compare
src/lib.rs
Outdated
/// The spending transaction in wire format is: | ||
/// | ||
/// The (randomly choosen) Bitcoin transaction [aca326a7] spends one input, that is the first output | ||
/// of [95da3445]. The spending transaction in wire format is: |
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.
In 2862208:
I don't really like the idea of using short hashes, since you can't look them up anywhere.
But if we are going to touch this code, we should drop the links to bc.i. They are a hostile actor. If we must link to a block explorer we can use blockstream.info. Or nothing.
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.
Fair, and fair. Will re-spin. Thanks
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.
Remove links and used the whole hashes.
245fa36
to
432d1a6
Compare
This looks good and I think we could merge it as-is. But I think the |
No worries. EDIT: Deleted all the stuff I wrote as unnecessary for you to read after spending some more time playing with the PR. |
432d1a6
to
5945973
Compare
Force pushed the following:
|
Could you move the version-bump commit to its own PR? It's easier for me to run my testing script. |
but utACK 5945973 |
Can do, no sweat! |
01a48d1 Add public ffi module (Tobin C. Harding) 6782fd1 Remove travis config file (Tobin C. Harding) a446115 Remove written by comment (Tobin C. Harding) e8ff1a9 Shoosh C++ compiler (Tobin C. Harding) 8d21e3d Fix rustdoc link (Tobin C. Harding) 596e2ce Move extern C stuff to bottom of file (Tobin C. Harding) 7c1cb29 Remove wildcard import (Tobin C. Harding) 1d36f2c Move error code to bottom of file (Tobin C. Harding) bed7cde Improve docs on verify function (Tobin C. Harding) Pull request description: This is #67 without the final version bump patch. Do a bunch of cleanups then add an `ffi` module to encapsulate the FFI function declarations. ACKs for top commit: apoelstra: ACK 01a48d1 Tree-SHA512: 5e951156498319c0559c5ba48da10810d3112f2372801d778b579e0ecf12bfe2c69d570c9837563d0de06272f4a8e76ae2d9a8afdc1f3a10733cbed96cc5e201
In preparation for release bump the version and add a changelog entry.
5945973
to
c3bccf7
Compare
Can you merge and release please @apoelstra? Then I'll rebase #70, but that one will need a bit of thought to review because it involves changes to how we vendor the Core code. |
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 c3bccf7
Tagged and published. |
Legend! |
In preparation for release bump the version and add a changelog entry.