-
Notifications
You must be signed in to change notification settings - Fork 279
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
Extract validators wasm API from iroha_wasm
#3226
Labels
api-changes
Changes in the API for client libraries
iroha2-dev
The re-implementation of a BFT hyperledger in RUST
Refactor
Improvement to overall code quality
Comments
Arjentix
added
iroha2-dev
The re-implementation of a BFT hyperledger in RUST
api-changes
Changes in the API for client libraries
Refactor
Improvement to overall code quality
labels
Feb 21, 2023
Arjentix
added a commit
to Arjentix/iroha
that referenced
this issue
Mar 7, 2023
…m `iroha_wasm` Signed-off-by: Daniil Polyakov <arjentix@gmail.com>
Arjentix
added a commit
to Arjentix/iroha
that referenced
this issue
Mar 7, 2023
…m `iroha_wasm` Signed-off-by: Daniil Polyakov <arjentix@gmail.com>
Arjentix
added a commit
to Arjentix/iroha
that referenced
this issue
Mar 7, 2023
…m `iroha_wasm` Signed-off-by: Daniil Polyakov <arjentix@gmail.com>
Arjentix
added a commit
to Arjentix/iroha
that referenced
this issue
Mar 7, 2023
…m `iroha_wasm` Signed-off-by: Daniil Polyakov <arjentix@gmail.com>
Arjentix
added a commit
to Arjentix/iroha
that referenced
this issue
Mar 9, 2023
…m `iroha_wasm` Signed-off-by: Daniil Polyakov <arjentix@gmail.com>
Arjentix
added a commit
to Arjentix/iroha
that referenced
this issue
Mar 9, 2023
…m `iroha_wasm` Signed-off-by: Daniil Polyakov <arjentix@gmail.com>
Arjentix
added a commit
to Arjentix/iroha
that referenced
this issue
Mar 9, 2023
…m `iroha_wasm` Signed-off-by: Daniil Polyakov <arjentix@gmail.com>
Arjentix
added a commit
to Arjentix/iroha
that referenced
this issue
Mar 10, 2023
…m `iroha_wasm` Signed-off-by: Daniil Polyakov <arjentix@gmail.com>
Arjentix
added a commit
to Arjentix/iroha
that referenced
this issue
Mar 12, 2023
…m `iroha_wasm` Signed-off-by: Daniil Polyakov <arjentix@gmail.com>
Arjentix
added a commit
to Arjentix/iroha
that referenced
this issue
Mar 12, 2023
…m `iroha_wasm` Signed-off-by: Daniil Polyakov <arjentix@gmail.com>
Arjentix
added a commit
to Arjentix/iroha
that referenced
this issue
Mar 12, 2023
…m `iroha_wasm` Signed-off-by: Daniil Polyakov <arjentix@gmail.com>
Arjentix
added a commit
to Arjentix/iroha
that referenced
this issue
Mar 13, 2023
…m `iroha_wasm` Signed-off-by: Daniil Polyakov <arjentix@gmail.com>
Arjentix
added a commit
to Arjentix/iroha
that referenced
this issue
Mar 13, 2023
…m `iroha_wasm` Signed-off-by: Daniil Polyakov <arjentix@gmail.com>
Arjentix
added a commit
to Arjentix/iroha
that referenced
this issue
Mar 14, 2023
…m `iroha_wasm` Signed-off-by: Daniil Polyakov <arjentix@gmail.com>
Arjentix
added a commit
to Arjentix/iroha
that referenced
this issue
Mar 15, 2023
…m `iroha_wasm` Signed-off-by: Daniil Polyakov <arjentix@gmail.com>
Arjentix
added a commit
that referenced
this issue
Mar 15, 2023
Signed-off-by: Daniil Polyakov <arjentix@gmail.com>
appetrosyan
pushed a commit
that referenced
this issue
Jun 5, 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
api-changes
Changes in the API for client libraries
iroha2-dev
The re-implementation of a BFT hyperledger in RUST
Refactor
Improvement to overall code quality
iroha_wasm::validator
andiroha_wasm_derive
validators derives become pretty huge. I suggest to move all validators-related stuff into another crate (i.e.iroha_wasm_validator
) and import it from validatorsThe text was updated successfully, but these errors were encountered: