From 0519ed725166dfd94e214687718b8a59fa288d6a Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Fri, 23 Aug 2024 11:38:05 +0100 Subject: [PATCH 1/2] update resources page --- docs/tools-resources/resources.mdx | 31 ++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/docs/tools-resources/resources.mdx b/docs/tools-resources/resources.mdx index 6673731b..6485aeec 100644 --- a/docs/tools-resources/resources.mdx +++ b/docs/tools-resources/resources.mdx @@ -4,15 +4,18 @@ title: 'Tools and resources' sidebar_position: 1 --- -*Last update: 2024-05-19* +*Last update: 2024-08-23* -### SanchoNet GovTool beta +### Voltaire GovTool * [SanchoNet GovTool beta site](https://sanchogov.tools) -* [Documentation site](https://docs.sanchogov.tools/) +* [Voltaire GovTool on Preview](https://preview.gov.tools) +* [Voltaire GovTool on Mainnet](https://gov.tools) + +* [SanchoNet documentation site](https://docs.sanchogov.tools/) +* [Voltaire documentation site](https://docs.gov.tools/) + * [GovTool Repository](https://github.com/IntersectMBO/govtool) -* [Testing guide](https://docs.sanchogov.tools/about/sanchonet-govtool-testing) -* [Quick start guide](https://docs.sanchogov.tools/about/sanchonet-govtool-testing) ### Node @@ -21,12 +24,12 @@ sidebar_position: 1 ### Ledger * [CIP-1694 | A first step towards on-chain decentralized governance](https://github.com/cardano-foundation/CIPs/blob/master/CIP-1694/README.md) -* [Draft Conway design CDDL](https://github.com/IntersectMBO/cardano-ledger/blob/master/eras/conway/impl/cddl-files/conway.cddl) +* [Conway design CDDL](https://github.com/IntersectMBO/cardano-ledger/blob/master/eras/conway/impl/cddl-files/conway.cddl) * [Conway ledger backlog](https://github.com/IntersectMBO/cardano-ledger/issues?q=is%3Aissue+is%3Aopen+label%3Aconway) ### DB Sync -* [Sancho-4-3.0 release](https://github.com/IntersectMBO/cardano-db-sync/releases/tag/sancho-4-3-0) +* [Cardano DB-Sync 13.4.0.0](https://github.com/IntersectMBO/cardano-db-sync/releases/tag/13.4.0.0) * [Note on naming scheme](https://gist.github.com/kderme/2ab2f79fcdc159be3465bae9b7df78e7) * [Blog post on speeding up DB-Sync](https://github.com/IntersectMBO/cardano-db-sync/blob/blog/blog/blog.pdf) @@ -42,13 +45,13 @@ For list of supported wallets please check [docs.sanchogov.tools](https://docs.s * [demos CIP-95 wallet build](https://drive.google.com/file/d/1751xFA1TSN7taNs2blTMeFwE6-xL3wKt/) * [CIP-0105 | Conway era key chains for HD wallets](https://github.com/cardano-foundation/CIPs/blob/master/CIP-0105/README.md) -### Cardano Serialization Library (Conway Alpha) - Emurgo +### Cardano Serialization Library (Conway beta) - Emurgo This is an Alpha build and the team are keen to hear feedback via [Github Issues](https://github.com/Emurgo/cardano-serialization-lib/issues). -* https://www.npmjs.com/package/@emurgo/cardano-serialization-lib-browser/v/12.0.0-alpha.29 -* https://www.npmjs.com/package/@emurgo/cardano-serialization-lib-nodejs/v/12.0.0-alpha.29 -* https://www.npmjs.com/package/@emurgo/cardano-serialization-lib-asmjs/v/12.0.0-alpha.29 -* https://crates.io/crates/cardano-serialization-lib/12.0.0-alpha.29 +* https://www.npmjs.com/package/@emurgo/cardano-serialization-lib-browser/v/12.0.0-beta.2 +* https://www.npmjs.com/package/@emurgo/cardano-serialization-lib-nodejs/v/12.0.0-beta.2 +* https://www.npmjs.com/package/@emurgo/cardano-serialization-lib-asmjs/v/12.0.0-beta.2 +* https://crates.io/crates/cardano-serialization-lib/12.0.0-beta.2 ### Cardano SDK @@ -68,8 +71,8 @@ Some of these artifacts support the linking off-chain metadata, as a way to prov There have been three governance metadata standards developed, so far, to define what the off-chain contextual data can look like. * [CIP-100 | Governance Metadata](https://github.com/cardano-foundation/CIPs/tree/master/CIP-0100) Base standard, providing a framework for future more specific standards. -* [CIP-108 | Governance Metadata - Governance actions (pull request)](https://github.com/cardano-foundation/CIPs/pull/632) This proposal aims to provide a specification for off-chain metadata vocabulary that can be used to give context to governance actions. -* [CIP-119 | Governance Metadata - DReps (pull request)](https://github.com/cardano-foundation/CIPs/pull/788) This proposal aims to provide a specification for off-chain metadata vocabulary that can be used to give context to CIP-100 for DRep registration and updates. +* [CIP-108 | Governance Metadata - Governance actions (pull request)](https://github.com/cardano-foundation/CIPs/tree/master/CIP-0108) This proposal aims to provide a specification for off-chain metadata vocabulary that can be used to give context to governance actions. +* [CIP-119 | Governance Metadata - DReps (pull request)](https://github.com/cardano-foundation/CIPs/tree/master/CIP-0119) This proposal aims to provide a specification for off-chain metadata vocabulary that can be used to give context to CIP-100 for DRep registration and updates. One further standard is around the technical form of the constitution. From 19a03ed8339b97f95a80f7880b4c363479e22f10 Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Mon, 26 Aug 2024 17:57:41 +0100 Subject: [PATCH 2/2] tweak resources page --- docs/tools-resources/resources.mdx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/tools-resources/resources.mdx b/docs/tools-resources/resources.mdx index 6485aeec..c4f6703b 100644 --- a/docs/tools-resources/resources.mdx +++ b/docs/tools-resources/resources.mdx @@ -4,7 +4,7 @@ title: 'Tools and resources' sidebar_position: 1 --- -*Last update: 2024-08-23* +*Last update: 2024-08-26* ### Voltaire GovTool @@ -71,12 +71,13 @@ Some of these artifacts support the linking off-chain metadata, as a way to prov There have been three governance metadata standards developed, so far, to define what the off-chain contextual data can look like. * [CIP-100 | Governance Metadata](https://github.com/cardano-foundation/CIPs/tree/master/CIP-0100) Base standard, providing a framework for future more specific standards. -* [CIP-108 | Governance Metadata - Governance actions (pull request)](https://github.com/cardano-foundation/CIPs/tree/master/CIP-0108) This proposal aims to provide a specification for off-chain metadata vocabulary that can be used to give context to governance actions. -* [CIP-119 | Governance Metadata - DReps (pull request)](https://github.com/cardano-foundation/CIPs/tree/master/CIP-0119) This proposal aims to provide a specification for off-chain metadata vocabulary that can be used to give context to CIP-100 for DRep registration and updates. +* [CIP-108 | Governance Metadata - Governance actions](https://github.com/cardano-foundation/CIPs/tree/master/CIP-0108) This proposal aims to provide a specification for off-chain metadata vocabulary that can be used to give context to governance actions. +* [CIP-119 | Governance Metadata - DReps](https://github.com/cardano-foundation/CIPs/tree/master/CIP-0119) This proposal aims to provide a specification for off-chain metadata vocabulary that can be used to give context to CIP-100 for DRep registration and updates. -One further standard is around the technical form of the constitution. +Two further standard is around the technical form of the constitution. -* [CIP-0120 | Constitution technical form](https://github.com/cardano-foundation/CIPs/pull/796) This proposal aims to describe a standardized technical form for the Cardano constitution. Hoping to enhance the accessibility and safety of the document. +* [CIP-0120 | Constitution specification](https://github.com/cardano-foundation/CIPs/pull/796) This proposal aims to describe a standardized technical form for the Cardano constitution. Hoping to enhance the accessibility and safety of the document. +* [CIP-???? | Governance metadata - Constitutional Committee vote rationale](https://github.com/cardano-foundation/CIPs/pull/878) This proposal aims to provide a specification for off-chain metadata vocabulary that can be used to give context to constitutional committee votes. ## Built by the community