Acala icon indicating copy to clipboard operation
Acala copied to clipboard

WIP: Perpetual Relaychain Token (PRT) module

Open syan095 opened this issue 4 years ago • 3 comments

Added a new module called PRT (Perpetual Relaychain Tokens). This module interfaces with the Gilt module on Kusama/Polkadot, and allow Gilt holders to mint and own a NFT, when the gilt is minted through Acala.

Resolves #820

syan095 avatar Feb 01 '22 02:02 syan095

Codecov Report

Merging #1834 (7900725) into master (0c49594) will decrease coverage by 1.29%. The diff coverage is 34.17%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1834      +/-   ##
==========================================
- Coverage   86.29%   85.00%   -1.30%     
==========================================
  Files          79       82       +3     
  Lines       17945    17434     -511     
==========================================
- Hits        15486    14819     -667     
- Misses       2459     2615     +156     
Impacted Files Coverage Δ
modules/homa-lite/src/mock_no_fees.rs 67.92% <ø> (ø)
modules/homa-lite/src/tests.rs 99.79% <ø> (ø)
modules/nft/src/benchmarking.rs 0.00% <0.00%> (ø)
modules/relaychain/src/lib.rs 63.88% <0.00%> (-12.78%) :arrow_down:
modules/support/src/lib.rs 20.33% <ø> (ø)
modules/xcm-interface/src/lib.rs 0.00% <0.00%> (ø)
primitives/src/lib.rs 88.57% <ø> (ø)
modules/prt/src/lib.rs 17.07% <17.07%> (ø)
modules/nft/src/lib.rs 73.48% <24.32%> (-8.62%) :arrow_down:
primitives/src/nft.rs 54.54% <54.54%> (ø)
... and 12 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0c49594...7900725. Read the comment docs.

codecov[bot] avatar Feb 01 '22 05:02 codecov[bot]

@syan095 out of curiosity, what is this about?

NunoAlexandre avatar Feb 01 '22 08:02 NunoAlexandre

@syan095 out of curiosity, what is this about?

Hello Nuno: I've updated the ticket issue, you can find more details in issue #820

syan095 avatar Feb 01 '22 19:02 syan095