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

Release v0.10.8 #176

Merged
merged 2 commits into from
Oct 13, 2023
Merged

Release v0.10.8 #176

merged 2 commits into from
Oct 13, 2023

Conversation

dr-orlovsky
Copy link
Member

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.

@dr-orlovsky dr-orlovsky added this to the v0.10.x milestone Oct 9, 2023
Copy link
Contributor

@zoedberg zoedberg left a 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

zoedberg
zoedberg previously approved these changes Oct 9, 2023
Copy link
Contributor

@zoedberg zoedberg left a 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

@dr-orlovsky
Copy link
Member Author

Strage Github closed PR by itself.

Anyway, will wait for @cryptoquick confirmation and than do the release

@dr-orlovsky dr-orlovsky requested a review from zoedberg October 9, 2023 20:31
@codecov
Copy link

codecov bot commented Oct 9, 2023

Codecov Report

Merging #176 (f9dc0af) into master (626c61a) will not change coverage.
The diff coverage is n/a.

@@          Coverage Diff           @@
##           master    #176   +/-   ##
======================================
  Coverage    12.8%   12.8%           
======================================
  Files          30      30           
  Lines        3079    3079           
======================================
  Hits          394     394           
  Misses       2685    2685           
Flag Coverage Δ
rust 12.8% <ø> (ø)

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

@dr-orlovsky dr-orlovsky merged commit 5321fa3 into master Oct 13, 2023
39 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

2 participants