Skip to content

Commit

Permalink
[fix] hyperledger-iroha#3962: Revoke associated tokens on entity unre…
Browse files Browse the repository at this point in the history
…gistretration

Signed-off-by: Shanin Roman <[email protected]>
  • Loading branch information
Erigara authored and mversic committed Jan 23, 2024
1 parent 5c32ab9 commit 03dcd67
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 03dcd67

Please sign in to comment.