Closed cymqqqq closed 4 months ago
Attention: Patch coverage is 0%
with 30 lines
in your changes missing coverage. Please review.
Project coverage is 17.0%. Comparing base (
34792e5
) to head (e27ece8
). Report is 3 commits behind head on master.
Files | Patch % | Lines |
---|---|---|
src/interface/contract.rs | 0.0% | 30 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
There is a question: I found the info: ContractInfo
defined in the ContractIface
, but it seems like it's not used in this struct and all the interfaces defined in the ContractIface
.
but it seems like it's not used in this struct and all the interfaces defined in the ContractIface.
What do you mean by "not used"? It is subject to be used by software integrating RGB: this is how it gets information about the contract like if it is on testnet, creation identity and timestamp etc.
Description:
now, there are
fungible_ops
, anddata_ops
related toFungibleAllocation
, andDataAllocation
, so I think we can also haverights_ops
,attachment_ops
related toRightsAllocation
,AttachAllocation
.rights_ops
interfaceattachment_ops
interface