You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Welcome to the Decentralized Social Networking Protocol (DSNP) specification!
11
-
Here you can find a detailed documentation regarding the current state of the protocol, previous iterations and proposals for future extensions.
12
-
**Please note, the protocol specification is still very much a work in progress at this time, and the information within is subject to frequent changes.**
11
+
Here you can find a detailed documentation regarding the current state of the protocol and proposals for future extensions.
13
12
14
13
## Goals & Purpose
15
14
@@ -27,36 +26,33 @@ however these proposals should be regarded with caution as they are largely inco
27
26
28
27
## Implementation Status
29
28
30
-
**DISCLAIMER**
31
-
32
-
The DSNP is still in a work in progress and as such it is currently subject to frequent changes.
33
-
We do not recommend implementing any software based on this document in its current state.
34
-
Once the Protocol Specification reaches an appropriate degree of completeness, we will remove this disclaimer.
35
-
36
29
### Versions
37
30
38
31
DSNP Specification Versions follow [Semantic Versioning 2.0](https://semver.org/) for releases.
39
32
Draft Specifications do NOT effect the version number until they are included.
33
+
Reference and Roadmap changes do NOT effect the version number.
40
34
41
35
| Name | Description | Date |
42
36
| --- | --- | --- |
43
-
| 1.0.0 | Initial Release |In Progress|
37
+
| 1.0.0 | Initial Release |2021-09-08|
44
38
45
39
### Draft Specifications
46
40
47
41
| Name | Status | Description |
48
42
| --- | --- | --- |
49
43
|[Archivist](/Draft/Archivists)| DRAFT | Long term DSNP Announcement Storage |
50
44
51
-
#### Status Definitions
45
+
#### Draft Status Definitions
52
46
53
47
| Name | Description |
54
48
| --- | --- |
55
49
|**Draft**| Open for comment and major changes. |
56
50
|**Proposed**| Ready for formal review. It should be done except for minor changes. |
57
51
|**Tentative**| This is the accepted plan. The specification should not change unless there are blocking issues. |
58
52
59
-
## Solidity Interfaces
53
+
## Language Interfaces
54
+
55
+
### Solidity
60
56
61
57
All included Solidity interfaces are targeting the Solidity language version 0.8.x.
62
58
Other versions may be available in the [official contracts code repository](https://github.com/LibertyDSNP/contracts).
@@ -70,8 +66,9 @@ Official DSNP interfaces and implementations code may be found in [GitHub](https
0 commit comments