diff --git a/CIP-0002/CIP-0002.md b/CIP-0002/CIP-0002.md index 55009731c..c517bbd9a 100644 --- a/CIP-0002/CIP-0002.md +++ b/CIP-0002/CIP-0002.md @@ -2,8 +2,8 @@ CIP: 2 Title: Coin Selection Algorithms for Cardano Authors: Jonathan Knowles -Comments-URI: https://github.com/cardano-foundation/CIPs/wiki/Comments:CIP-0002 -Status: Draft +Comments-URI: https://github.com/cardano-foundation/CIPs/issues +Status: Active Type: Informational Created: 2020-05-04 License: CC-BY-4.0 @@ -1017,7 +1017,7 @@ are available in the following languages: > |:--|:--| > | **Author** | [Edsko de Vries](http://www.edsko.net/) | > | **Year** | 2018 | -> | **Location** | https://cardanofoundation.org/en/news/self-organisation-in-coin-selection/ | +> | **Location** | https://iohk.io/en/blog/posts/2018/07/03/self-organisation-in-coin-selection/ | > > This article introduces the [Random-Improve](#random-improve) coin selection > algorithm, invented by [Edsko de Vries](http://www.edsko.net/). diff --git a/CIP-0003/CIP-0003.md b/CIP-0003/CIP-0003.md index 1da83dfd1..a8382f66b 100644 --- a/CIP-0003/CIP-0003.md +++ b/CIP-0003/CIP-0003.md @@ -3,8 +3,8 @@ CIP: 3 Title: Wallet key generation Authors: Matthias Benkort , Sebastien Guillemot Comments-Summary: No comments yet. -Comments-URI: https://github.com/cardano-foundation/CIPs/wiki/Comments:CIP-0003 -Status: Draft +Comments-URI: https://github.com/cardano-foundation/CIPs/issues +Status: Active Type: Standards Created: 2020-05-07 License: CC-BY-4.0 diff --git a/CIP-0005/CIP-0005.md b/CIP-0005/CIP-0005.md index c68e63c35..172b4c540 100644 --- a/CIP-0005/CIP-0005.md +++ b/CIP-0005/CIP-0005.md @@ -3,7 +3,7 @@ CIP: 5 Title: Common Bech32 Prefixes Authors: Matthias Benkort Comments-URI: https://forum.cardano.org/t/cip5-common-bech32-prefixes/35189 -Status: Draft +Status: Active Type: Standards Created: 2020-05-28 License: Apache-2.0 diff --git a/README.md b/README.md index 1a53bdc65..7f0ffeaf5 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@ The current process is described in details in [CIP1 - "CIP Process"](./CIP-0001 | # | Title | Status | | ----------------- | :-------------------------------------------------------------------------------------------------------------------------------------------- | :-------------------- | | 1 | [CIP process](./CIP-0001/CIP-0001.md) | Active | -| 2 | [Coin Selection Algorithms for Cardano](./CIP-0002/CIP-0002.md) | Draft | -| 3 | [Wallet key generation](./CIP-0003/CIP-0003.md) | Draft | +| 2 | [Coin Selection Algorithms for Cardano](./CIP-0002/CIP-0002.md) | Active | +| 3 | [Wallet key generation](./CIP-0003/CIP-0003.md) | Active | | 4 | [Wallet Checksums](./CIP-0004/CIP-0004.md) | Draft | -| 5 | [Common Bech32 Prefixes](./CIP-0005/CIP-0005.md) | Draft | +| 5 | [Common Bech32 Prefixes](./CIP-0005/CIP-0005.md) | Active | | 6 | [Stake Pool Extended Metadata](./CIP-0006/CIP-0006.md) | Draft | | 7 | [Curve Pledge Benefit](./CIP-0007/CIP-0007.md) | Draft | | 8 | [Message Signing](./CIP-0008/CIP-0008.md) | Draft |