State unification with removal of Pedersen commitments and bulletproofs
Tracking issue: https://github.com/RGB-WG/rgb/issues/263
Conforms to upstream PRs:
- https://github.com/RGB-WG/rgb-core/pull/279
- https://github.com/RGB-WG/rgb-std/pull/279
Other related PRs:
- https://github.com/RGB-WG/rgb-interfaces/pull/15
- https://github.com/RGB-WG/rgb-schemata/pull/50
- TBD in
rgb-tests
Codecov Report
Attention: Patch coverage is 0% with 65 lines in your changes missing coverage. Please review.
Project coverage is 3.0%. Comparing base (
ce55bc4) to head (3683dd1). Report is 5 commits behind head on develop.
| Files with missing lines | Patch % | Lines |
|---|---|---|
| cli/src/command.rs | 0.0% | 56 Missing :warning: |
| src/pay.rs | 0.0% | 8 Missing :warning: |
| src/wallet.rs | 0.0% | 1 Missing :warning: |
:x: Your patch status has failed because the patch coverage (0.0%) is below the target coverage (60.0%). You can increase the patch coverage or adjust the target coverage.
Additional details and impacted files
@@ Coverage Diff @@
## develop #262 +/- ##
========================================
+ Coverage 2.8% 3.0% +0.2%
========================================
Files 15 15
Lines 1918 1781 -137
========================================
Hits 53 53
+ Misses 1865 1728 -137
| Flag | Coverage Δ | |
|---|---|---|
| rust | 3.0% <0.0%> (+0.2%) |
:arrow_up: |
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.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Superceded by #267