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.11.0 beta 9 #269

Merged
merged 37 commits into from
Oct 31, 2024
Merged

Release v0.11.0 beta 9 #269

merged 37 commits into from
Oct 31, 2024

Conversation

dr-orlovsky
Copy link
Member

@dr-orlovsky dr-orlovsky commented Sep 7, 2024

This is required for wallets downstream

  • derive Hash for OutputAssignment to put data into hash maps
  • add witness_info method to contract state returning information to the wallet on the witness mining status

@dr-orlovsky dr-orlovsky added the enhancement New feature or request label Sep 7, 2024
@dr-orlovsky dr-orlovsky self-assigned this Sep 7, 2024
@dr-orlovsky dr-orlovsky added this to the v0.11.x milestone Sep 7, 2024
Copy link

codecov bot commented Sep 7, 2024

Codecov Report

Attention: Patch coverage is 5.34224% with 567 lines in your changes missing coverage. Please review.

Project coverage is 18.9%. Comparing base (670a7b6) to head (3cd4ad5).

Files with missing lines Patch % Lines
src/interface/contract.rs 0.0% 228 Missing ⚠️
src/containers/anchors.rs 2.2% 132 Missing ⚠️
src/persistence/stash.rs 0.0% 49 Missing ⚠️
src/containers/partials.rs 0.0% 37 Missing ⚠️
src/interface/filter.rs 0.0% 35 Missing ⚠️
src/persistence/stock.rs 0.0% 29 Missing ⚠️
src/interface/inheritance.rs 0.0% 18 Missing ⚠️
src/persistence/memory.rs 0.0% 13 Missing ⚠️
src/containers/indexed.rs 0.0% 9 Missing ⚠️
src/interface/iface.rs 0.0% 6 Missing ⚠️
... and 5 more
Additional details and impacted files
@@           Coverage Diff            @@
##           master    #269     +/-   ##
========================================
- Coverage    19.5%   18.9%   -0.6%     
========================================
  Files          40      39      -1     
  Lines        8453    8725    +272     
========================================
- Hits         1652    1649      -3     
- Misses       6801    7076    +275     
Flag Coverage Δ
rust 18.9% <5.3%> (-0.6%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dr-orlovsky dr-orlovsky changed the title Derive Hash for OutputAssignment Improvements to RGB std for wallets use Sep 11, 2024
@dr-orlovsky dr-orlovsky changed the title Improvements to RGB std for wallets use Release v0.11.0 beta 9 Oct 13, 2024
@dr-orlovsky dr-orlovsky marked this pull request as draft October 13, 2024 00:31
fmt keeps changing all the time. Now they introduced new "editions" feature, which by default does a lot of changes to the codebase by mingling with alphabetical sorting of all imports, doing them in case-insentive way. This PR allows to avoid that dramatic changes
Fix formatting, prepare for v0.11 beta 9 release
@dr-orlovsky dr-orlovsky marked this pull request as ready for review October 13, 2024 17:03
@dr-orlovsky dr-orlovsky merged commit ddee889 into master Oct 31, 2024
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant