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

Document a community use case (store-validate calculations) #360

Closed
6r1d opened this issue Aug 2, 2023 · 0 comments
Closed

Document a community use case (store-validate calculations) #360

6r1d opened this issue Aug 2, 2023 · 0 comments
Labels
E-examples Examples in the form of code snippets or word problems

Comments

@6r1d
Copy link
Contributor

6r1d commented Aug 2, 2023

Recently, a community member presented a scenario that we need to document.

Scenario

Many independent organizations either publish or validate the published calculations.
A WASM- (or DSL-) based verifier will:

  • check the calculations
  • ensures the results are correct
  • ensure the results fall within the pre-set limits imposed by the normative agreed on by all parties

Topics to cover

  • When do we split domains, given there are many independent parties and trust should not be required? (Several domains are needed to store and compartmentalise the intermediate results.) – related to Provide examples of mapping domains to concrete concepts #457
  • Should multi-signature transactions be used to prevent any modification of the store asset fields after those were verified? No party should be able to change the constants used for the calculations single-handedly. (It is possible and useful, but alternatively, the modification history is visible and a trigger may be used to monitor such modification.) – related to Multisignature transactions #258
  • Could the asset belong to the smart contract? (No, they belong to an account controlled by some party through a key.)
@nxsaken nxsaken added E-examples Examples in the form of code snippets or word problems and removed iroha2 labels May 16, 2024
@nxsaken nxsaken changed the title Document the community questions (Nikolay) Document a community use case (store-validate calculations) May 20, 2024
@nxsaken nxsaken closed this as not planned Won't fix, can't repro, duplicate, stale May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E-examples Examples in the form of code snippets or word problems
Projects
None yet
Development

No branches or pull requests

2 participants