-
-
Notifications
You must be signed in to change notification settings - Fork 50
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 v0.10.8 #176
Release v0.10.8 #176
Conversation
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.
Build of rgb-wallet fails with the following error:
Compiling rgb-wallet v0.10.8
error[E0277]: the trait bound `InternalPk: From<bitcoin::secp256k1::XOnlyPublicKey>` is not satisfied
--> /home/zoe/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rgb-wallet-0.10.8/src/psbt/dbc.rs:142:42
|
142 | internal_pk: internal_pk.into(),
| ^^^^ the trait `From<bitcoin::secp256k1::XOnlyPublicKey>` is not implemented for `InternalPk`
|
= help: the trait `From<XOnlyPk>` is implemented for `InternalPk`
= note: required for `bitcoin::secp256k1::XOnlyPublicKey` to implement `Into<InternalPk>`
For more information about this error, try `rustc --explain E0277`.
error: could not compile `rgb-wallet` (lib) due to previous error
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.
By patching bp-core with BP-WG/bp-core#61 this works, so ACK
Strage Github closed PR by itself. Anyway, will wait for @cryptoquick confirmation and than do the release |
Codecov Report
@@ Coverage Diff @@
## master #176 +/- ##
======================================
Coverage 12.8% 12.8%
======================================
Files 30 30
Lines 3079 3079
======================================
Hits 394 394
Misses 2685 2685
Flags with carried forward coverage won't be shown. Click here to find out more. 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Will wait until both @zoedberg and @cryptoquick will confirm that their systems works against this release.
There were no significant changes - just API refinement, rust lints and dependency updates - but there was a lot of new code in BP consensus which was added (and not used in RGB). Nothing in strict types shows that any RGB-related data had changed - and downstream everything compiles against this release - but just in case, want to make sure that for you guys everything also works as expected.