-
Notifications
You must be signed in to change notification settings - Fork 277
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
[refactor]: Deduplicate identical triggers #4419
Labels
iroha2-dev
The re-implementation of a BFT hyperledger in RUST
Refactor
Improvement to overall code quality
Comments
Erigara
added a commit
to Erigara/iroha
that referenced
this issue
Apr 15, 2024
… wasm code Signed-off-by: Shanin Roman <[email protected]>
Erigara
added a commit
to Erigara/iroha
that referenced
this issue
Apr 15, 2024
… wasm code Signed-off-by: Shanin Roman <[email protected]>
Erigara
added a commit
to Erigara/iroha
that referenced
this issue
Apr 19, 2024
… wasm code Signed-off-by: Shanin Roman <[email protected]>
mversic
pushed a commit
to Erigara/iroha
that referenced
this issue
Apr 19, 2024
… wasm code Signed-off-by: Shanin Roman <[email protected]>
Erigara
added a commit
to Erigara/iroha
that referenced
this issue
Apr 19, 2024
… wasm code Signed-off-by: Shanin Roman <[email protected]>
Erigara
added a commit
to Erigara/iroha
that referenced
this issue
Apr 19, 2024
… wasm code Signed-off-by: Shanin Roman <[email protected]>
mversic
pushed a commit
that referenced
this issue
Apr 19, 2024
Signed-off-by: Shanin Roman <[email protected]>
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
Atm iroha is trying to compile every trigger doesn't matter whatever it's already present in the state or not.
We can rely on
wasm-time
caching but we can do better by checking this on our side.The text was updated successfully, but these errors were encountered: