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

Fixing operation history #273

Merged
merged 23 commits into from
Oct 31, 2024
Merged

Fixing operation history #273

merged 23 commits into from
Oct 31, 2024

Conversation

dr-orlovsky
Copy link
Member

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

Prerequisites for fixing operation history issue RGB-WG/rgb#252 with RGB-WG/rgb#253

This also completes support for NFTs and any possible state types in RGB standard library

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

codecov bot commented Sep 20, 2024

Codecov Report

Attention: Patch coverage is 0.56285% with 530 lines in your changes missing coverage. Please review.

Project coverage is 19.0%. Comparing base (fc20101) to head (c7fe4e7).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
src/interface/contract.rs 0.0% 228 Missing ⚠️
src/containers/anchors.rs 2.2% 133 Missing ⚠️
src/persistence/stash.rs 0.0% 42 Missing ⚠️
src/interface/filter.rs 0.0% 35 Missing ⚠️
src/containers/partials.rs 0.0% 32 Missing ⚠️
src/persistence/stock.rs 0.0% 28 Missing ⚠️
src/persistence/memory.rs 0.0% 11 Missing ⚠️
src/containers/indexed.rs 0.0% 9 Missing ⚠️
src/persistence/state.rs 0.0% 5 Missing ⚠️
src/persistence/index.rs 0.0% 4 Missing ⚠️
... and 2 more
Additional details and impacted files
@@           Coverage Diff            @@
##           master    #273     +/-   ##
========================================
- Coverage    19.5%   19.0%   -0.5%     
========================================
  Files          40      39      -1     
  Lines        8453    8692    +239     
========================================
+ Hits         1652    1655      +3     
- Misses       6801    7037    +236     
Flag Coverage Δ
rust 19.0% <0.6%> (-0.5%) ⬇️

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 Prerequisites for fixing operation history issue Fixing operation history Sep 20, 2024
@dr-orlovsky
Copy link
Member Author

Extended in f77e76f with a fix for #275

@dr-orlovsky dr-orlovsky force-pushed the fix/rgb-252 branch 3 times, most recently from c7fe4e7 to 94b5ebc Compare October 12, 2024 11:37
@dr-orlovsky dr-orlovsky merged commit 81ab531 into master Oct 31, 2024
47 of 49 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