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
Implementers may choose to support more of the Activity Streams standard as long as it does not conflict with this specification, but should note that other implementations may not recognize those additions.
67
68
Implementers who extend their support for Activity Streams objects beyond the subset defined here do so at their own risk.
Copy file name to clipboardExpand all lines: pages/DSNP/Overview.md
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# DSNP Specification
2
-
__Version pre-1.3.0__
2
+
__Version 1.3.0__
3
3
4
4
DSNP (Decentralized Social Networking Protocol) is a social networking protocol designed to run on a blockchain.
5
5
It specifies a set of social primitives along with requirements for interoperability.
@@ -29,20 +29,19 @@ Compliant DSNP system specifications MUST document how each of the required DSNP
29
29
30
30
A compliant specification MUST specify a mapping from its system-specific state change data (for example, the events emitted by a blockchain) to the DSNP State Change Records that data represents.
31
31
32
-
<!--- Uncomment for pre-release changes and prefix the version with `pre-[next version]` --->
32
+
<!--- Uncomment for pre-release changes and prefix the version with `pre-[next version]`
33
33
## Prerelease Changelog
34
34
35
-
-[DIP-257](https://github.com/LibertyDSNP/spec/issues/257) Attribute Sets and Attestation
36
-
-[DIP-263](https://github.com/LibertyDSNP/spec/issues/263) User Data for Public Keys
37
-
-[DIP-267](https://github.com/LibertyDSNP/spec/issues/267) User Data for Profile Resources
Copy file name to clipboardExpand all lines: pages/VerifiableCredentials/Overview.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# Verifiable Credentials Specification
2
-
__Version pre-1.3.0__
2
+
__Version 1.3.0__
3
3
4
4
[Attribute Sets](../DSNP/AttributeSets.md) and [Attestation](../ActivityContent/Associated/Attachments.md#attestation) attachments shared via DSNP reference data documents containing Verifiable Credentials and related objects.
5
5
For DSNP purposes, certain restrictions and extensions are applied to the base World Wide Web Consortium (W3C) specification documents noted below.
@@ -47,17 +47,17 @@ See the individual pages for details of restrictions to and extensions on each t
@@ -68,7 +68,7 @@ Implementers who extend their support for Verifiable Credentials objects beyond
68
68
69
69
### Verifiable Presentations
70
70
71
-
[Verifiable Presentations](https://www.w3.org/TR/2024/CRD-vc-data-model-2.0-20240823/#verifiable-presentations) combine one or more Verifiable Credentials in a single document.
71
+
[Verifiable Presentations](https://www.w3.org/TR/vc-data-model-2.0/#verifiable-presentations) combine one or more Verifiable Credentials in a single document.
72
72
These might be existing Verifiable Credentials, whether or not previously published, or new Verifiable Credentials derived from non-public source credentials using methods like zero-knowledge proofs.
73
73
At this time, Verifiable Presentations are not directly tied to DSNP content or announcements.
74
74
However, application and service providers may be interested in implementing functionality using Verifiable Presentations with DSNP Verifiable Credentials.
0 commit comments