Skip to content
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

Upgrade to latest bitcoin version #26

Merged
merged 2 commits into from
Aug 22, 2024
Merged

Conversation

tcharding
Copy link
Owner

@tcharding tcharding commented Aug 7, 2024

Includes upgrade to:

  • bitcoin v0.32.2
  • miniscript v12.2.0
  • secp256k1 v0.29.0
  • bitcoin-internals v0.3.0

To upgrade we need to make the v0 module mirror the code in rust-bitcoin::psbt, by diffing the files that is reasonably easy to do and only slightly error prone - would be great if someone else would diff and view as well.

It gets wild in the v2 module because we copied code from the v0 module then modified it for PSBT v2. All changes to the v2 module need going over very carefully.

@tcharding tcharding force-pushed the 08-07-upgrade-bitcoin branch 2 times, most recently from 0f30849 to f95728a Compare August 10, 2024 22:37
@tcharding tcharding changed the title Upgrade to bitcoin v0.32.2 Upgrade to latest bitcoin version Aug 22, 2024
@tcharding tcharding force-pushed the 08-07-upgrade-bitcoin branch 2 times, most recently from bad7756 to cf27280 Compare August 22, 2024 04:40
Somehow a bunch of files from `bitcoin` snuck into `miniscript`, they
are not built and should not be here - remove them.
Includes upgrade to:

- bitcoin v0.32.2
- miniscript v12.2.0
- secp256k1 v0.29.0
- bitcoin-internals v0.3.0

To upgrade we need to make the v0 module mirror the code in
rust-bitcoin::psbt, by diffing the files that is reasonably easy to do
and only slightly error prone - would be great if someone else would
diff and view as well.

It gets wild in the v2 module because we copied code from the v0
module then modified it for PSBT v2. All changes to the v2 module need
going over very carefully.
@tcharding tcharding marked this pull request as ready for review August 22, 2024 05:53
@tcharding tcharding merged commit 7c57502 into master Aug 22, 2024
4 checks passed
@tcharding tcharding deleted the 08-07-upgrade-bitcoin branch August 22, 2024 06:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant