diff --git a/README.md b/README.md index 1e945bc..6f7c333 100644 --- a/README.md +++ b/README.md @@ -27,12 +27,13 @@ The following SIPs are stable and running in production. - [Status Account Specification](status-account-spec.md). What a Status account is and how trust is established. +- [Status Payload Specification](status-payloads-spec.md). What the message payloads look like. + ### Draft The following SIPs are under consideration for standardization. - [Status Client Specification](status-client-spec.md). The main specification for writing a Status client. **Start here** -- [Status Payload Specification](status-payloads-spec.md). What the message payloads look like. ### Raw diff --git a/status-payloads-spec.md b/status-payloads-spec.md index 645423f..dc10e13 100644 --- a/status-payloads-spec.md +++ b/status-payloads-spec.md @@ -1,8 +1,10 @@ # Status Message Payloads Specification -> Version: 0.1 (Draft) +> Version: 0.2 > -> Authors: Adam Babik , Oskar Thorén (alphabetical order) +> Status: Stable +> +> Authors: Adam Babik , Andrea Maria Piana , Oskar Thorén (alphabetical order) ## Abstract @@ -316,6 +318,6 @@ There are two ways to upgrade the protocol without breaking compatibility: ## Security Considerations -TBD. +- ## Design rationale