-
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
[BUG]: "No original smartcontract saved for trigger" #4133
Labels
Bug
Something isn't working
iroha2-dev
The re-implementation of a BFT hyperledger in RUST
QA-confirmed
This bug is reproduced and needs a fix
Comments
Arjentix
added a commit
to Arjentix/iroha
that referenced
this issue
Dec 13, 2023
Signed-off-by: Daniil Polyakov <[email protected]>
Arjentix
added a commit
to Arjentix/iroha
that referenced
this issue
Dec 13, 2023
Signed-off-by: Daniil Polyakov <[email protected]>
Arjentix
added a commit
to Arjentix/iroha
that referenced
this issue
Dec 18, 2023
Signed-off-by: Daniil Polyakov <[email protected]>
Arjentix
added a commit
to Arjentix/iroha
that referenced
this issue
Dec 19, 2023
Signed-off-by: Daniil Polyakov <[email protected]>
Arjentix
added a commit
to Arjentix/iroha
that referenced
this issue
Dec 19, 2023
Signed-off-by: Daniil Polyakov <[email protected]>
This was referenced Dec 19, 2023
Arjentix
added a commit
to Arjentix/iroha
that referenced
this issue
Dec 19, 2023
Signed-off-by: Daniil Polyakov <[email protected]>
Arjentix
added a commit
to Arjentix/iroha
that referenced
this issue
Dec 19, 2023
Signed-off-by: Daniil Polyakov <[email protected]>
Arjentix
added a commit
to Arjentix/iroha
that referenced
this issue
Dec 20, 2023
Signed-off-by: Daniil Polyakov <[email protected]>
Arjentix
added a commit
to Arjentix/iroha
that referenced
this issue
Dec 20, 2023
Signed-off-by: Daniil Polyakov <[email protected]>
Arjentix
added a commit
to Arjentix/iroha
that referenced
this issue
Dec 25, 2023
Signed-off-by: Daniil Polyakov <[email protected]>
Arjentix
added a commit
to Arjentix/iroha
that referenced
this issue
Dec 25, 2023
Signed-off-by: Daniil Polyakov <[email protected]>
Arjentix
added a commit
that referenced
this issue
Dec 25, 2023
Signed-off-by: Daniil Polyakov <[email protected]>
Arjentix
added a commit
that referenced
this issue
Dec 25, 2023
Signed-off-by: Daniil Polyakov <[email protected]>
Asem-Abdelhady
pushed a commit
to Asem-Abdelhady/iroha
that referenced
this issue
Jan 22, 2024
Signed-off-by: Daniil Polyakov <[email protected]> Signed-off-by: Asem-Abdelhady <[email protected]>
Asem-Abdelhady
pushed a commit
to Asem-Abdelhady/iroha
that referenced
this issue
Feb 9, 2024
Signed-off-by: Daniil Polyakov <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Bug
Something isn't working
iroha2-dev
The re-implementation of a BFT hyperledger in RUST
QA-confirmed
This bug is reproduced and needs a fix
Originally found by @arndey
By a quick look at the code it seems like the corresponding field or
trigger::Set
is not (de-)serialized anyhow, which may introduce this bug.Hower @Mingela pointed that it hapens in a test without loading from snapshot, so the problem needs furthes investigation.
The text was updated successfully, but these errors were encountered: