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
Copy file name to clipboardExpand all lines: docs/develop/01_sdk/02_cookbook/08_upgrading_to_v0_29/01_backward_compatibility.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ title: Backward Compatibility with Pre-0.29.x Versions
5
5
6
6
Depending on how exactly your application interacts with other applications, changes to some data formats and interfaces might mean that conversions are required for them to remain compatible.
7
7
8
-
To align with breaking changes to data structures in messaging, credentials, and CTypes, we published version 3.0 of the [Credentials API specification](https://github.com/KILTprotocol/spec-ext-credential-api) that specifies how browser extensions like the [Sporran credential wallet](https://github.com/BTE-Trusted-Entity/sporran-extension) interact with web applications that produce or consume credentials.
8
+
To align with breaking changes to data structures in messaging, credentials, and CTypes, we published version 3.0 of the [Credentials API specification](https://github.com/KILTprotocol/spec-ext-credential-api) that specifies how browser extensions like the [Sporran credential wallet](https://github.com/KILT-Foundation/sporran-extension) interact with web applications that produce or consume credentials.
9
9
10
10
When upgrading to a 0.29.x version of the SDK and to the Credentials API version 3.0, we recommend backward support of Credentials API version 2.0, as supporting only the latest version may result in poor user experience. In what follows, we outline an upgrade strategy for implementers of the Credentials API specification.
| Public Endpoints |[BOTLabs: wss://spiritnet.kilt.io][spirit-wss-kilt]<br/>[OnFinality: wss://spiritnet.api.onfinality.io/public-ws][spirit-wss-onfinality]<br/>[Dwellir: wss://kilt-rpc.dwellir.com][spirit-wss-dwellir]|[BOTLabs: wss://peregrine.kilt.io][pere-wss-kilt]|
17
-
| Wallet |[Sporran](https://www.sporran.org/)|[GitHub](https://github.com/BTE-Trusted-Entity/sporran-extension/releases) (manual loading into the browser) |
16
+
| Public Endpoints |[KILT Foundation: wss://spiritnet.kilt.io][spirit-wss-kilt]<br/>[OnFinality: wss://spiritnet.api.onfinality.io/public-ws][spirit-wss-onfinality]<br/>[Dwellir: wss://kilt-rpc.dwellir.com][spirit-wss-dwellir]|[KILT Foundation: wss://peregrine.kilt.io][pere-wss-kilt]|
17
+
| Wallet |[Sporran](https://www.sporran.org/)|[GitHub](https://github.com/KILT-Foundation/sporran-extension/releases) (manual loading into the browser) |
| Chain Explorer |[Subscan](https://spiritnet.subscan.io)| - |
21
-
| w3n Service |[w3n.id](https://w3n.id)|[test.w3n.id](https://test.w3n.id/)|
22
-
| Link Accounts |[linking.trusted-entity.io](https://linking.trusted-entity.io/)|[test.linking.trusted-entity.io](https://test.linking.trusted-entity.io/)|
0 commit comments