RGB-WG / rgb-core

RGB Core Library: consensus validation for private & scalable client-validated smart contracts on Bitcoin & Lightning
https://spec.rgb.tech
Apache License 2.0
207 stars 52 forks source link

Fix serde EntryPoint serialization #185

Closed dr-orlovsky closed 11 months ago

dr-orlovsky commented 11 months ago

This is requried to make RGB consignments exportable/importable from YAML format, where map keys can't be any complex type.

codecov[bot] commented 11 months ago

Codecov Report

Merging #185 (541f7d6) into master (de8f0e6) will decrease coverage by 0.3%. Report is 10 commits behind head on master. The diff coverage is 0.0%.

@@           Coverage Diff            @@
##           master    #185     +/-   ##
========================================
- Coverage    12.8%   12.5%   -0.3%     
========================================
  Files          30      31      +1     
  Lines        3087    3201    +114     
========================================
+ Hits          394     400      +6     
- Misses       2693    2801    +108     
Flag Coverage Δ
rust 12.5% <0.0%> (-0.3%) :arrow_down:

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

Files Coverage Δ
src/vm/script.rs 28.6% <0.0%> (-7.5%) :arrow_down:

... and 10 files with indirect coverage changes

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