Skip to content

Comments

N-09: Emit events for HybridAllocator signer admin and initialization#29

Merged
mgretzke merged 2 commits intov1-audit1from
fix/n09-hybrid-signer-events
Dec 9, 2025
Merged

N-09: Emit events for HybridAllocator signer admin and initialization#29
mgretzke merged 2 commits intov1-audit1from
fix/n09-hybrid-signer-events

Conversation

@ccashwell
Copy link
Member

Summary

  • Adds events for signer lifecycle and allocator initialization:
    • AllocatorInitialized(compact, initialSigner, allocatorId)
    • SignerAdded(signer), SignerRemoved(signer), SignerReplaced(oldSigner, newSigner)
  • Events emitted in constructor and corresponding admin functions.
  • No external API changes; improves observability for off-chain monitoring.

…-09)

Add SignerAdded, SignerRemoved, SignerReplaced, and AllocatorInitialized events. Emitted on constructor and signer admin actions.
@ccashwell ccashwell requested a review from a team as a code owner September 11, 2025 14:56
@mgretzke mgretzke merged commit cc1e174 into v1-audit1 Dec 9, 2025
4 checks passed
@mgretzke mgretzke deleted the fix/n09-hybrid-signer-events branch December 9, 2025 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants