-
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
[BUG]: Remove permission tokens from role on unregistration #4242
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
Erigara
added
Bug
Something isn't working
iroha2-dev
The re-implementation of a BFT hyperledger in RUST
labels
Jan 30, 2024
|
currently role is removed on unregistration from every account so we have to do a lot of bookkeeping to do that
and only allow execution from executor? maybe consider updating roles? |
Erigara
added a commit
to Erigara/iroha
that referenced
this issue
Apr 3, 2024
… unregistration Signed-off-by: Shanin Roman <[email protected]>
Erigara
added a commit
to Erigara/iroha
that referenced
this issue
Apr 3, 2024
… unregistration Signed-off-by: Shanin Roman <[email protected]>
Erigara
added a commit
to Erigara/iroha
that referenced
this issue
Apr 3, 2024
… unregistration Signed-off-by: Shanin Roman <[email protected]>
Erigara
added a commit
to Erigara/iroha
that referenced
this issue
Apr 9, 2024
… unregistration Signed-off-by: Shanin Roman <[email protected]>
Erigara
added a commit
that referenced
this issue
Apr 11, 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
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
Continuation of #3962.
I've just noticed that as well as removing token from account we should also remove tokens from roles.
Problem is that roles aren't mutable right now.
The text was updated successfully, but these errors were encountered: