Skip to content

Commit aa314c0

Browse files
Ryun1rphair
andauthored
CIP-0030 | Add register to track accepted extensions (#980)
* init CIP30 extension register * add other extensions * Update CIP-0030/extensions-register.md Co-authored-by: Robert Phair <[email protected]> --------- Co-authored-by: Robert Phair <[email protected]>
1 parent 5195e6b commit aa314c0

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

CIP-0030/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,8 @@ api.cip123.endpoint1()
208208
api.cip123.endpoint2()
209209
```
210210
211+
For list of accepted CIP-30 extensions please see [CIP-30 Accepted Extensions Register](./extensions-register.md).
212+
211213
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.
212214
213215
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.

CIP-0030/extensions-register.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# CIP-30 Accepted Extensions Register
2+
3+
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

Comments
 (0)