rust-bitcoin / rust-bitcoinconsensus

Bitcoin's libbitcoinconsenus.a with Rust binding. Built from Bitcoin sources with cargo.
Apache License 2.0
46 stars 34 forks source link

Move to using git subtree with `--squash` #51

Closed tcharding closed 2 years ago

tcharding commented 2 years ago

Same as #49 but uses --squash. Done to see if its better, obviously we do not want to merge both, one should be closed in favour of the other.

Add a git subtree, I could not get the git subtree add command to use a commit hash so I used a tag - this led me to using v0.19.2 instead of the commit hash we are currently on (six commits after tag v0.19.0).

Includes docs in the README and a version bump so this can be merged and release directly if so desired.

tcharding commented 2 years ago

This and #49 have been open for almost a month now, in a few days I'm going to merge this one (using --squash), and close #49. Flagging here in case @apoelstra wants to add anything or veto the merge.

apoelstra commented 2 years ago

No veto. Go for it!

tcharding commented 2 years ago

Woops, there are no acks on this one @apoelstra :)

tcharding commented 2 years ago

Turns out I can merge without acks, I took your 'No veto. Go for it!' as an implicit ack.