rgb-std icon indicating copy to clipboard operation
rgb-std copied to clipboard

Fixing operation history

Open dr-orlovsky opened this issue 1 year ago • 1 comments

Prerequisites for fixing operation history issue https://github.com/RGB-WG/rgb/issues/252 with https://github.com/RGB-WG/rgb/pull/253

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

dr-orlovsky avatar Sep 20 '24 09:09 dr-orlovsky

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 :warning:
src/containers/anchors.rs 2.2% 133 Missing :warning:
src/persistence/stash.rs 0.0% 42 Missing :warning:
src/interface/filter.rs 0.0% 35 Missing :warning:
src/containers/partials.rs 0.0% 32 Missing :warning:
src/persistence/stock.rs 0.0% 28 Missing :warning:
src/persistence/memory.rs 0.0% 11 Missing :warning:
src/containers/indexed.rs 0.0% 9 Missing :warning:
src/persistence/state.rs 0.0% 5 Missing :warning:
src/persistence/index.rs 0.0% 4 Missing :warning:
... 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%) :arrow_down:

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

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Sep 20 '24 09:09 codecov[bot]

Extended in https://github.com/RGB-WG/rgb-std/pull/273/commits/f77e76f7584eb997d627b75e3ca4037467c21e3d with a fix for https://github.com/RGB-WG/rgb-std/issues/275

dr-orlovsky avatar Oct 11 '24 19:10 dr-orlovsky