Skip to content

Add missing event emissions across governance-core, kyc-registry, liquidity-pool, multisig-treasury - #862

Closed
adenikeakan wants to merge 1 commit into
ThinkLikeAFounder:mainfrom
adenikeakan:fix/836-837-838-839-batch
Closed

Add missing event emissions across governance-core, kyc-registry, liquidity-pool, multisig-treasury#862
adenikeakan wants to merge 1 commit into
ThinkLikeAFounder:mainfrom
adenikeakan:fix/836-837-838-839-batch

Conversation

@adenikeakan

Copy link
Copy Markdown
Contributor

Summary

Issues

Closes #836
Closes #837
Closes #838
Closes #839

…, liquidity-pool, multisig-treasury

- governance-core: revoke_role and update_params now emit events,
  matching grant_role's existing pattern
- kyc-registry: revoke_kyc now emits an event, matching
  submit_kyc/verify_kyc's existing pattern
- liquidity-pool: withdraw, borrow, and accrue_interest now emit
  events, matching deposit/repay's existing pattern
- multisig-treasury: approve_transaction and reject_transaction now
  emit events with signer and tx id; set_paused's existing event now
  also includes the admin who changed it

Closes ThinkLikeAFounder#836
Closes ThinkLikeAFounder#837
Closes ThinkLikeAFounder#838
Closes ThinkLikeAFounder#839
@adenikeakan

Copy link
Copy Markdown
Contributor Author

Closing and re-raising now that the issues have been assigned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment