Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update XIP list and add Category column for clarity per feedback #46

Merged
merged 2 commits into from
Feb 26, 2024
Merged
Changes from all commits
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
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@ The goal of the XIP project is to document standardized protocols for XMTP clien

## Index of proposals

### Standards track

| ID | Title | Type | Status |
| -- | -- | -- | -- |
| 0 | [XIP Purpose, Process, & Guidelines](./XIPs/xip-0-purpose-process.md) | Process | Living |
| 5 | [Message content types](./XIPs/xip-5-message-content-types.md) | Interface | Final |
| 9 | [Composite content type](./XIPs/xip-9-composite-content-type.md) | XRC | Final |
| 15 | [Attachment content type](./XIPs/xip-15-attachment-content-type.md) | XRC | Review |
| 17 | [Remote attachment content type](./XIPs/xip-17-remote-attachment-content-type-proposal.md) | XRC | Review |
| 18 | [Add contentLength and filename to remote attachment content type](./XIPs/xip-18-adding-contentlength-filename-to-remote-attachments.md) | XRC | Draft |
| ID | Title | Type | Category | Status |
| -- | -- | -- | -- | -- |
| 0 | [XIP Purpose, Process, & Guidelines](./XIPs/xip-0-purpose-process.md) | Process | n/a | Living |
| 5 | [Message content types](./XIPs/xip-5-message-content-types.md) | Standards | Interface | Final |
| 9 | [Composite content type](./XIPs/xip-9-composite-content-type.md) | Standards | XRC | Superseded by [XIP-19](./XIPs/xrc-19-deprecate-comp-codec.md) |
| 15 | [Attachment content type](./XIPs/xip-15-attachment-content-type.md) | Standards | XRC | Review |
| 17 | [Remote attachment content type](./XIPs/xip-17-remote-attachment-content-type-proposal.md) | Standards | XRC | Review |
| 18 | [Add contentLength and filename to remote attachment content type](./XIPs/xip-18-adding-contentlength-filename-to-remote-attachments.md) | Standards | XRC | Draft |
| 19 | [Deprecate the Composite Codec](./XIPs/xrc-19-deprecate-comp-codec.md) | Standards | XRC | Final |
| 20 | [Reactions content type](./XIPs/xrc-20-reaction-content-type.md) | Standards | XRC | Final |
| 21 | [On-chain transaction reference content type](./XIPs/xip-21-transaction-reference-content-type.md) | Standards | XRC | Review |
Loading