Skip to content

docs(spec): add missing event definitions to contract interfaces#393

Merged
0xKitsune merged 1 commit intomainfrom
daniel/spec-add-missing-events
Apr 15, 2026
Merged

docs(spec): add missing event definitions to contract interfaces#393
0xKitsune merged 1 commit intomainfrom
daniel/spec-add-missing-events

Conversation

@decofe
Copy link
Copy Markdown
Member

@decofe decofe commented Apr 15, 2026

The Contracts and Interfaces section of zone_spec.md only had events for IZoneFactory. All other interfaces were missing their event definitions despite the events being referenced in the spec prose and defined in the Solidity source (IZone.sol).

Changes

  • IZonePortal: added 12 events (DepositMade, EncryptedDepositMade, BatchSubmitted, WithdrawalProcessed, BounceBack, SequencerTransferStarted, SequencerTransferred, SequencerEncryptionKeyUpdated, ZoneGasRateUpdated, TokenEnabled, DepositsPaused, DepositsResumed)
  • ITempoState: added TempoBlockFinalized
  • IZoneInbox: added 5 events (TempoAdvanced, DepositProcessed, EncryptedDepositProcessed, EncryptedDepositFailed, TokenEnabled)
  • IZoneOutbox: added 4 events (WithdrawalRequested, TempoGasRateUpdated, MaxWithdrawalsPerBlockUpdated, BatchFinalized)

All signatures match the implementation in docs/specs/src/zone/IZone.sol.

Co-Authored-By: 0xKitsune 77890308+0xKitsune@users.noreply.github.com

Prompted by: daniel

Co-Authored-By: 0xKitsune <77890308+0xKitsune@users.noreply.github.com>
Amp-Thread-ID: https://ampcode.com/threads/T-019d9300-8bb9-76b9-a881-ce8cef9d6080
@0xKitsune 0xKitsune merged commit ca5b4c6 into main Apr 15, 2026
4 checks passed
@0xKitsune 0xKitsune deleted the daniel/spec-add-missing-events branch April 22, 2026 22:38
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