-
Notifications
You must be signed in to change notification settings - Fork 334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CIP-0030 | Add register to track accepted extensions #980
base: master
Are you sure you want to change the base?
CIP-0030 | Add register to track accepted extensions #980
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Glad to finally see this (though I thought we had more of them... I guess most are still candidates). Only potential issue is the formatting of CIP names which could be made more consistent with CIP references around Cardano literature, including other CIPs:
- CIP number, more often than not, is 4 digits (though people often use less when typing)
- a hyphen is generally used when concatenating the CIP name + title (we often use
|
but of course this messes up tables)... alternatively this could be split into 2 columns.
| CIP-95 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 | | ||
| CIP-103 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 | | ||
| CIP-104 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 | | ||
| CIP-106 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 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| CIP-95 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 | | |
| CIP-103 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 | | |
| CIP-104 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 | | |
| CIP-106 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 | | |
| 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 | | |
| 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 | | |
| 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 | | |
| 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 | |
adds link to file with extensions table.