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: CIP-0030/README.md
+2
Original file line number
Diff line number
Diff line change
@@ -208,6 +208,8 @@ api.cip123.endpoint1()
208
208
api.cip123.endpoint2()
209
209
```
210
210
211
+
For list of accepted CIP-30 extensions please see [CIP-30 Accepted Extensions Register](./extensions-register.md).
212
+
211
213
Authors should be careful when omitting namespacing. Omission should only be considered when creating endpoints to override those defined in this specification or other extensions. Even so when overriding; the new functionality should not prevent dApps from accessing past functionality thus overriding must ensure backwards compatibility.
212
214
213
215
Any namespace omission needs to be fully justified via the proposal's Rationale section, with explanation to why it is necessary. Any potential backwards compatibility considerations should be noted to give wallets and dApps a clear unambiguous direction.
This registry aims to document all CIP-30 extensions accepted as CIPs.
4
+
5
+
The aim of this document is to aid the discoverability of CIP-30 extensions.
6
+
7
+
| Extension CIP | Link | Description |
8
+
| --- | --- | --- |
9
+
| CIP-0095 - Web-Wallet Bridge - Conway ledger era |https://github.com/cardano-foundation/CIPs/tree/master/CIP-0095| Extension to enable support for Conway ledger era and governance |
10
+
| CIP-0103 - Web-Wallet Bridge - Bulk transaction signing |https://github.com/cardano-foundation/CIPs/tree/master/CIP-0103| Extension to provide an additional endpoint for dApp to sign multiple transactions in bulk |
11
+
| CIP-0104 - Web-Wallet Bridge - Account public key |https://github.com/cardano-foundation/CIPs/tree/master/CIP-0104| Extension to provide an additional endpoint for dApp to get the extended account public key from a connected wallet |
12
+
| CIP-0106 - Web-Wallet Bridge - Multisig wallets |https://github.com/cardano-foundation/CIPs/tree/master/CIP-0106| Extension to provide a interface for dApps and Cardano Multisig-wallets |
0 commit comments