Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement embedded RGB smart contract validation procedures #17

Closed
2 of 8 tasks
dr-orlovsky opened this issue Oct 1, 2020 · 2 comments
Closed
2 of 8 tasks

Implement embedded RGB smart contract validation procedures #17

dr-orlovsky opened this issue Oct 1, 2020 · 2 comments
Assignees
Labels
*consensus* Issues affecting distributed concensus epic Epic task covering multiple steps of implementation
Milestone

Comments

@dr-orlovsky
Copy link
Member

Before introduction of simplicity some specific complex forms of validation (like zk-validation for confidential amounts ensuring that the sum of inputs is always equal to the sum of outputs) is made with embedded rust procedures, which are the part of this library. However, to cover all initial schemata functionality we need to implement more (this is an incomplete list):

  • Fungible assets
    • Primary issuance
    • Asset transfer
    • Secondary issuance
    • Burn verification for asset burning
    • Replacement (re-issuance after burn)
    • On-chain bitcoin lock verification (for decentralized issuance)
  • Non-fungible assets
    • Primary issuance
    • Asset transfer
      ...
  • Reputation
    ...
  • Audit logs
    ...
@dr-orlovsky dr-orlovsky self-assigned this Oct 1, 2020
@dr-orlovsky dr-orlovsky transferred this issue from LNP-BP/rust-lnpbp Feb 18, 2021
@dr-orlovsky dr-orlovsky transferred this issue from another repository Feb 18, 2021
@dr-orlovsky dr-orlovsky added this to the v0.5.0 milestone Mar 4, 2021
@dr-orlovsky dr-orlovsky added [CONSENSUS-CRITICAL] epic Epic task covering multiple steps of implementation labels Mar 4, 2021
dr-orlovsky added a commit that referenced this issue Apr 1, 2021
Closes #75, #69, #17, #11
Completed embedded virtual machine verification procedures
@dr-orlovsky dr-orlovsky modified the milestones: v0.5.0, v0.6.0 Nov 28, 2021
@dr-orlovsky dr-orlovsky modified the milestones: v0.6.0, v0.7.0 Jun 4, 2022
@dr-orlovsky dr-orlovsky modified the milestones: v0.7.0, v0.8.0 Jun 17, 2022
@dr-orlovsky dr-orlovsky modified the milestones: v0.8.0, v0.9.0 Nov 16, 2022
@dr-orlovsky
Copy link
Member Author

Outdated with the introduction of interfaces and #116

@dr-orlovsky dr-orlovsky closed this as not planned Won't fix, can't repro, duplicate, stale Jan 24, 2023
@dr-orlovsky dr-orlovsky added *consensus* Issues affecting distributed concensus and removed [CONSENSUS-CRITICAL] labels Jan 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
*consensus* Issues affecting distributed concensus epic Epic task covering multiple steps of implementation
Projects
None yet
Development

No branches or pull requests

2 participants