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

Separate WASM functions for transaction, instruction and query validation #3371

Open
Arjentix opened this issue Apr 12, 2023 · 0 comments
Open
Assignees
Labels
iroha2-dev The re-implementation of a BFT hyperledger in RUST Refactor Improvement to overall code quality

Comments

@Arjentix
Copy link
Contributor

Currently our WASM Runtime Permission Validator (Verifier in future) has only one entrypoint which accepts NeedsPermissionBox.

As @mversic mentioned it will be good to split this functions and we decided to make it three different functions. That way we can link them to user smartcontracts pretty much directly.

@Arjentix Arjentix added iroha2-dev The re-implementation of a BFT hyperledger in RUST Refactor Improvement to overall code quality labels Apr 12, 2023
@mversic mversic self-assigned this Apr 26, 2023
@Arjentix Arjentix self-assigned this Jul 13, 2023
Arjentix added a commit to Arjentix/iroha that referenced this issue Jul 19, 2023
Signed-off-by: Daniil Polyakov <arjentix@gmail.com>
Arjentix added a commit to Arjentix/iroha that referenced this issue Jul 21, 2023
Signed-off-by: Daniil Polyakov <arjentix@gmail.com>
Arjentix added a commit to Arjentix/iroha that referenced this issue Jul 24, 2023
Signed-off-by: Daniil Polyakov <arjentix@gmail.com>
Arjentix added a commit to Arjentix/iroha that referenced this issue Jul 27, 2023
Signed-off-by: Daniil Polyakov <arjentix@gmail.com>
Arjentix added a commit to Arjentix/iroha that referenced this issue Jul 28, 2023
Signed-off-by: Daniil Polyakov <arjentix@gmail.com>
Arjentix added a commit to Arjentix/iroha that referenced this issue Jul 28, 2023
Signed-off-by: Daniil Polyakov <arjentix@gmail.com>
Arjentix added a commit to Arjentix/iroha that referenced this issue Jul 28, 2023
Signed-off-by: Daniil Polyakov <arjentix@gmail.com>
appetrosyan pushed a commit that referenced this issue Jul 28, 2023
Signed-off-by: Daniil Polyakov <arjentix@gmail.com>
mversic pushed a commit that referenced this issue Oct 17, 2023
Signed-off-by: Daniil Polyakov <arjentix@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
iroha2-dev The re-implementation of a BFT hyperledger in RUST Refactor Improvement to overall code quality
Projects
None yet
Development

No branches or pull requests

2 participants