liftedinit / many-rs

Rust libraries for the Many Protocol
Apache License 2.0
5 stars 11 forks source link

feat: allow token owner to mint/burn #374

Closed fmorency closed 1 year ago

fmorency commented 1 year ago

Only the token identity is allowed to mint/burn (any) tokens.

This PR adds support for a token owner to mint/burn the given token.

Fixes #372

codecov[bot] commented 1 year ago

Codecov Report

Merging #374 (58d7cc3) into main (bde5be9) will decrease coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #374      +/-   ##
==========================================
- Coverage   83.03%   83.02%   -0.01%     
==========================================
  Files         125      125              
  Lines       15164    15173       +9     
==========================================
+ Hits        12591    12598       +7     
- Misses       2573     2575       +2     
Impacted Files Coverage Δ
src/many-ledger/src/module/ledger_mintburn.rs 95.00% <100.00%> (+0.47%) :arrow_up:
src/many-ledger/test-utils/src/cucumber.rs 96.48% <100.00%> (+0.03%) :arrow_up:

... and 2 files with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more