liftedinit / many-rs

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

feat: genesis from DB #401

Closed fmorency closed 1 year ago

fmorency commented 1 year ago

Binary to create a genesis file from an existing ledger persistent storage. Also, fix a minor sorting issue with balances.

codecov[bot] commented 1 year ago

Codecov Report

Merging #401 (77f88cf) into main (d64202e) will decrease coverage by 0.05%. The diff coverage is 100.00%.

:exclamation: Current head 77f88cf differs from pull request most recent head 9b30ce7. Consider uploading reports for the commit 9b30ce7 to get more accurate results

@@            Coverage Diff             @@
##             main     #401      +/-   ##
==========================================
- Coverage   82.75%   82.70%   -0.05%     
==========================================
  Files         135      135              
  Lines       15502    15511       +9     
==========================================
+ Hits        12828    12829       +1     
- Misses       2674     2682       +8     
Impacted Files Coverage Δ
src/many-ledger/src/storage/ledger.rs 75.22% <100.00%> (+0.46%) :arrow_up:
src/many-types/src/ledger.rs 78.08% <100.00%> (+0.72%) :arrow_up:

... and 3 files with indirect coverage changes

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