Skip to content

Commit

Permalink
[fix] #3962: Revoke associated tokens on entity unregistretration
Browse files Browse the repository at this point in the history
Signed-off-by: Shanin Roman <[email protected]>
  • Loading branch information
Erigara committed Jan 19, 2024
1 parent 8ec5a17 commit b9e64de
Show file tree
Hide file tree
Showing 5 changed files with 451 additions and 59 deletions.
2 changes: 1 addition & 1 deletion client/tests/integration/permissions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ fn associated_permission_tokens_removed_on_unregister() {
&json!({ "domain_id": kingdom_id }),
);
let allow_bob_to_set_kv_in_domain =
Grant::permission_token(bob_to_set_kv_in_domain_token.clone(), bob_id.clone());
Grant::permission(bob_to_set_kv_in_domain_token.clone(), bob_id.clone());

iroha_client
.submit_all_blocking([
Expand Down
Binary file modified configs/peer/executor.wasm
Binary file not shown.
Loading

0 comments on commit b9e64de

Please sign in to comment.