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

Release v0.11 beta 1 #186

Closed dr-orlovsky closed 10 months ago

dr-orlovsky commented 11 months ago

Final updates to support multichain (like Liquid)

codecov[bot] commented 11 months ago

Codecov Report

Merging #186 (0abbedd) into master (1558d11) will increase coverage by 0.2%. The diff coverage is 25.0%.

@@           Coverage Diff            @@
##           master    #186     +/-   ##
========================================
+ Coverage    17.5%   17.7%   +0.2%     
========================================
  Files          31      31             
  Lines        3474    3460     -14     
========================================
+ Hits          608     612      +4     
+ Misses       2866    2848     -18     
Flag Coverage Δ
rust 17.7% <25.0%> (+0.2%) :arrow_up:

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

Files Coverage Δ
src/contract/bundle.rs 6.5% <ø> (ø)
src/contract/mod.rs 18.8% <100.0%> (+6.2%) :arrow_up:
src/lib.rs 15.4% <ø> (ø)
src/schema/schema.rs 59.7% <ø> (ø)
src/stl.rs 100.0% <100.0%> (ø)
src/contract/fungible.rs 71.4% <93.3%> (+0.1%) :arrow_up:
src/validation/model.rs 0.0% <0.0%> (ø)
src/vm/op_contract.rs 11.4% <0.0%> (ø)
src/contract/operations.rs 24.8% <0.0%> (+0.2%) :arrow_up:
src/contract/contract.rs 2.7% <0.0%> (+2.4%) :arrow_up:
... and 2 more

... and 1 file with indirect coverage changes

:mega: Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!