Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion src/pages/protocol/tips/_tip_template.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ Where a feature involves multiple processes, state diagrams / flowcharts should

# Invariants

This section should describe invariants that must always hold, and outline the critical cases that the test suite must cover.
This section should describe invariants that must always hold, and outline the critical cases that the test suite must cover.

# Compatibility
Comment thread
jenpaff marked this conversation as resolved.

Describe the impact of this TIP on external systems (indexers, market makers, analytics, wallets, tooling, etc.) and on existing on-chain state, events, or interfaces. Call out any breaking changes and the rules external systems must adopt to remain compatible.

If this TIP has no external compatibility impact, write `N/A`.

Loading