From eae8a82d5fd5b327df6aeca4dc167b85a006e7db Mon Sep 17 00:00:00 2001 From: Oskar Thoren Date: Tue, 24 Mar 2020 15:51:23 +0800 Subject: [PATCH 1/3] Move Account to stable --- README.md | 3 ++- status-account-spec.md | 8 +++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c8d6eef..1e945bc 100644 --- a/README.md +++ b/README.md @@ -25,13 +25,14 @@ The following SIPs are stable and running in production. - [Status Whisper Usage Specification](status-whisper-usage-spec.md). How we use Whisper to do routing, metadata protection and provide 1:1/group/public chat. +- [Status Account Specification](status-account-spec.md). What a Status account is and how trust is established. + ### 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. -- [Status Account Specification](status-account-spec.md). What a Status account is and how trust is established. ### Raw diff --git a/status-account-spec.md b/status-account-spec.md index 7998d70..0148b27 100644 --- a/status-account-spec.md +++ b/status-account-spec.md @@ -1,12 +1,14 @@ # Status Account Specification -> Version: 0.1 (Draft) +> Version: 0.2 +> +> Status: Stable > > Authors: Corey Petty , Oskar Thorén (alphabetical order) ## Abstract -TBD. +What a Status account is and how trust is established. ## Table of Contents @@ -214,4 +216,4 @@ All messages sent are encrypted with the public key of the destination and signe ## Security Considerations -TBD. +- From 9fd3d5320a2ebb42802be771fa821ac40d94dabe Mon Sep 17 00:00:00 2001 From: Oskar Thoren Date: Tue, 24 Mar 2020 18:19:48 +0800 Subject: [PATCH 2/3] Fix table format --- status-account-spec.md | 1 + 1 file changed, 1 insertion(+) diff --git a/status-account-spec.md b/status-account-spec.md index 0148b27..4b682c4 100644 --- a/status-account-spec.md +++ b/status-account-spec.md @@ -110,6 +110,7 @@ not do this. **Trust establishment deals with users verifying they are communicating with who they think they are.** ### Terms Glossary + | term | description | | ---- | ----------- | | privkey | ECDSA secp256k1 private key | From 4961fd613aa808d57ca881185f32ff676ed0cf8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oskar=20Thor=C3=A9n?= Date: Thu, 26 Mar 2020 20:12:05 +0800 Subject: [PATCH 3/3] Update status-account-spec.md Co-Authored-By: Dean Eigenmann <7621705+decanus@users.noreply.github.com> --- status-account-spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/status-account-spec.md b/status-account-spec.md index 4b682c4..406493e 100644 --- a/status-account-spec.md +++ b/status-account-spec.md @@ -8,7 +8,7 @@ ## Abstract -What a Status account is and how trust is established. +In this specification we explain what Status account is, and how trust is established. ## Table of Contents