From eaf0ab63d054366c140015d62a652b1918695175 Mon Sep 17 00:00:00 2001 From: Casey Cain Date: Thu, 11 Apr 2024 14:38:18 -0700 Subject: [PATCH 1/5] Update README.md Cleaned up README.md to make it more presentable for the "GitHub Include" to have clean information on the wiki. I also updated the link to the meeting to migrate the BPA community meeting to the LF Zoom. --- README.md | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 2b51119..bec73c0 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ + # Blockchain Public Address Repository to describe, develop, document and test the Blockchain Public Address API family @@ -13,22 +14,21 @@ Repository to describe, develop, document and test the Blockchain Public Address * This API allows to manage a Blockchain Public Address associated to a phone number, i.e. to retrieve the blockchain public address(es) and to bind/unbind a Blockchain Public Address. The Blockchain Public Address is utilized as Decentralized Identifier (DID). With the proposed API, telco service providers have the opportunity to provide 3rd parties with the following capability: pairing phone number with Blockchain Public Address whenever this 3rd party wants to offer its customers a way to make transactions more easily based on the phone number instead of the Blockchain Public Address. * Describe, develop, document and test the APIs (with 1-2 Telcos) * Started: June 2023 -* Location: virtually -## Meetings -* Meetings are held virtually -* Schedule: Thursday, 13:00-14:00 CET/CEST (12:00 UTC, 11:00 UTC during European DST) -* Meeting link: [Microsoft Teams Meeting](https://teams.microsoft.com/l/meetup-join/19%3ameeting_ZmM4N2QwNTEtMmQ5ZS00ZDU4LWI1MDMtZDQ0OWEyYWJmMDRk%40thread.v2/0?context=%7b%22Tid%22%3a%229744600e-3e04-492e-baa1-25ec245c6f10%22%2c%22Oid%22%3a%2219764050-b5d5-4991-9f15-d10905a94c08%22%7d) - -## Status and released versions -* Note: Please be aware that the project will have frequent updates to the main branch. There are no compatibility guarantees associated with code in any branch, including main, until a new release is created. For example, changes may be reverted before a release is created. **For best results, use the latest available release**. -* **The first available release and version of Blockchain Public Address API is 0.1.0.** There are expected changes in upcoming releases. It is addressed for early implementations, but not a stable version yet. -* Release 0.1.0 of the API is available within the [release-0.1.0 branch](https://github.com/camaraproject/BlockchainPublicAddress/tree/release-0.1.0): - - API definition **with inline documentation**: - - OpenAPI [YAML spec file](https://github.com/camaraproject/BlockchainPublicAddress/blob/release-0.1.0/code/API_definitions/blockchain_public_address.yaml) - - [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/BlockchainPublicAddress/release-0.1.0/code/API_definitions/blockchain_public_address.yaml&nocors) - - [View it on Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/BlockchainPublicAddress/release-0.1.0/code/API_definitions/blockchain_public_address.yaml) - -## Contributorship and mailing list -* To subscribe / unsubscribe to the mailing list of this Sub Project and thus be / resign as Contributor please visit . -* A message to all Contributors of this Sub Project can be sent using . +## Contributing +* Meetings + * Thursday, 13:00-14:00 CET/CEST (12:00 UTC, 11:00 UTC during European DST) + * [Registration / Join](https://zoom-lfx.platform.linuxfoundation.org/meeting/99588511751?password=c8764d4d-32b1-4aa6-91a5-a9cf74ee1aee) +* Maling List + * Subscribe + * +* Lifecycle Status + * [Latest Release](https://github.com/camaraproject/BlockchainPublicAddress/releases/latest) + * Release Information: Link to wiki + * Note: Please be aware that the project will have frequent updates to the main branch. There are no compatibility guarantees associated with code in any branch, including main, until a new release is created. For example, changes may be reverted before a release is created. **For best results, use the latest available release**. + * **The first available release and version of Blockchain Public Address API is 0.1.0.** There are expected changes in upcoming releases. It is addressed for early implementations, but not a stable version yet. + * Release 0.1.0 of the API is available within the [release-0.1.0 branch](https://github.com/camaraproject/BlockchainPublicAddress/tree/release-0.1.0): + - API definition **with inline documentation**: + - OpenAPI [YAML spec file](https://github.com/camaraproject/BlockchainPublicAddress/blob/release-0.1.0/code/API_definitions/blockchain_public_address.yaml) + - [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/BlockchainPublicAddress/release-0.1.0/code/API_definitions/blockchain_public_address.yaml&nocors) + - [View it on Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/BlockchainPublicAddress/release-0.1.0/code/API_definitions/blockchain_public_address.yaml) From 72f936db10d5f4c1995408950bfbfa99debdb7dc Mon Sep 17 00:00:00 2001 From: Casey Cain Date: Thu, 22 Aug 2024 10:43:46 -0700 Subject: [PATCH 2/5] Update README.md with correct meeting information Updated Zoom LFX Meeting link and link to wiki page --- README.md | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index bec73c0..298480f 100644 --- a/README.md +++ b/README.md @@ -15,14 +15,11 @@ Repository to describe, develop, document and test the Blockchain Public Address * Describe, develop, document and test the APIs (with 1-2 Telcos) * Started: June 2023 -## Contributing -* Meetings - * Thursday, 13:00-14:00 CET/CEST (12:00 UTC, 11:00 UTC during European DST) - * [Registration / Join](https://zoom-lfx.platform.linuxfoundation.org/meeting/99588511751?password=c8764d4d-32b1-4aa6-91a5-a9cf74ee1aee) -* Maling List - * Subscribe - * -* Lifecycle Status +## Release Information + + + + * [Latest Release](https://github.com/camaraproject/BlockchainPublicAddress/releases/latest) * Release Information: Link to wiki * Note: Please be aware that the project will have frequent updates to the main branch. There are no compatibility guarantees associated with code in any branch, including main, until a new release is created. For example, changes may be reverted before a release is created. **For best results, use the latest available release**. @@ -32,3 +29,12 @@ Repository to describe, develop, document and test the Blockchain Public Address - OpenAPI [YAML spec file](https://github.com/camaraproject/BlockchainPublicAddress/blob/release-0.1.0/code/API_definitions/blockchain_public_address.yaml) - [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/BlockchainPublicAddress/release-0.1.0/code/API_definitions/blockchain_public_address.yaml&nocors) - [View it on Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/BlockchainPublicAddress/release-0.1.0/code/API_definitions/blockchain_public_address.yaml) + +## Contributing +* Meetings + * [Registration/Join](https://zoom-lfx.platform.linuxfoundation.org/meeting/96846363178?password=9ebebe6c-c59c-42be-a709-7d5fd42fb626) + * Schedule: Bi-weekly on Thursdays, 13:00-14:00 CET/CEST (12:00 UTC, 11:00 UTC during European DST) + * Minutes: Access [meeting minutes](https://wiki.camaraproject.org/display/CAM/BlockchainPublicAddress). +* Mailing List + * Subscribe / Unsubscribe to the mailing list of this Sub Project . + * A message to the community of this Sub Project can be sent using . From b776235f0bbfc71532af70165c4b28f106b2f6d2 Mon Sep 17 00:00:00 2001 From: Casey Cain Date: Fri, 23 Aug 2024 07:30:32 -0700 Subject: [PATCH 3/5] Update README.md Because the wiki migration will be happening soon, the short links that are not directly on the wiki will not get updated. We were unaware that we were ever going to run into this issue, and following the migration, it will still be the correct way to get the URL. However, the redirect will work for the full URL because the name of the page has not changed. We should update all of the URLs on GitHub again once the wiki migration is complete. Co-authored-by: Herbert Damker --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 298480f..8ef743b 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Repository to describe, develop, document and test the Blockchain Public Address * Meetings * [Registration/Join](https://zoom-lfx.platform.linuxfoundation.org/meeting/96846363178?password=9ebebe6c-c59c-42be-a709-7d5fd42fb626) * Schedule: Bi-weekly on Thursdays, 13:00-14:00 CET/CEST (12:00 UTC, 11:00 UTC during European DST) - * Minutes: Access [meeting minutes](https://wiki.camaraproject.org/display/CAM/BlockchainPublicAddress). + * Minutes: Access [meeting minutes](https://wiki.camaraproject.org/x/iIAuAQ). * Mailing List * Subscribe / Unsubscribe to the mailing list of this Sub Project . * A message to the community of this Sub Project can be sent using . From 332df9422e9df52506b8b77b08d5491501afb3fe Mon Sep 17 00:00:00 2001 From: Herbert Damker Date: Fri, 23 Aug 2024 18:13:11 +0200 Subject: [PATCH 4/5] Update README.md --- README.md | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 8ef743b..2924048 100644 --- a/README.md +++ b/README.md @@ -16,19 +16,14 @@ Repository to describe, develop, document and test the Blockchain Public Address * Started: June 2023 ## Release Information - - - - - * [Latest Release](https://github.com/camaraproject/BlockchainPublicAddress/releases/latest) - * Release Information: Link to wiki - * Note: Please be aware that the project will have frequent updates to the main branch. There are no compatibility guarantees associated with code in any branch, including main, until a new release is created. For example, changes may be reverted before a release is created. **For best results, use the latest available release**. - * **The first available release and version of Blockchain Public Address API is 0.1.0.** There are expected changes in upcoming releases. It is addressed for early implementations, but not a stable version yet. - * Release 0.1.0 of the API is available within the [release-0.1.0 branch](https://github.com/camaraproject/BlockchainPublicAddress/tree/release-0.1.0): - - API definition **with inline documentation**: - - OpenAPI [YAML spec file](https://github.com/camaraproject/BlockchainPublicAddress/blob/release-0.1.0/code/API_definitions/blockchain_public_address.yaml) - - [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/BlockchainPublicAddress/release-0.1.0/code/API_definitions/blockchain_public_address.yaml&nocors) - - [View it on Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/BlockchainPublicAddress/release-0.1.0/code/API_definitions/blockchain_public_address.yaml) +* Note: Please be aware that the project will have frequent updates to the main branch. There are no compatibility guarantees associated with code in any branch, including main, until a new release is created. For example, changes may be reverted before a release is created. **For best results, use the latest available release**. +* **The first initial release and version of Blockchain Public Address API is 0.1.0 and is available within the [release-0.1.0 branch](https://github.com/camaraproject/BlockchainPublicAddress/tree/release-0.1.0) ** There are expected changes in upcoming releases. It is addressed for early implementations, but not a stable version yet. +* API definition of Blockchain Public Address API is 0.1.0 (with inline documentation): + - OpenAPI [YAML spec file](https://github.com/camaraproject/BlockchainPublicAddress/blob/release-0.1.0/code/API_definitions/blockchain_public_address.yaml) + - [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/BlockchainPublicAddress/release-0.1.0/code/API_definitions/blockchain_public_address.yaml&nocors) + - [View it on Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/BlockchainPublicAddress/release-0.1.0/code/API_definitions/blockchain_public_address.yaml) +* All releases and pre-releases are available here https://github.com/camaraproject/BlockchainPublicAddress/releases +* For changes see [CHANGELOG.md](https://github.com/camaraproject/BlockchainPublicAddress/blob/main/CHANGELOG.md) ## Contributing * Meetings From 46bd1ada9d9a015fbb032f91ec5c538db6bc0d9e Mon Sep 17 00:00:00 2001 From: Herbert Damker Date: Fri, 23 Aug 2024 18:14:22 +0200 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2924048..0a1c7bd 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Repository to describe, develop, document and test the Blockchain Public Address ## Release Information * Note: Please be aware that the project will have frequent updates to the main branch. There are no compatibility guarantees associated with code in any branch, including main, until a new release is created. For example, changes may be reverted before a release is created. **For best results, use the latest available release**. -* **The first initial release and version of Blockchain Public Address API is 0.1.0 and is available within the [release-0.1.0 branch](https://github.com/camaraproject/BlockchainPublicAddress/tree/release-0.1.0) ** There are expected changes in upcoming releases. It is addressed for early implementations, but not a stable version yet. +* **The first initial release and version of Blockchain Public Address API is 0.1.0 and is available within the [release-0.1.0 branch](https://github.com/camaraproject/BlockchainPublicAddress/tree/release-0.1.0)** There are expected changes in upcoming releases. It is addressed for early implementations, but not a stable version yet. * API definition of Blockchain Public Address API is 0.1.0 (with inline documentation): - OpenAPI [YAML spec file](https://github.com/camaraproject/BlockchainPublicAddress/blob/release-0.1.0/code/API_definitions/blockchain_public_address.yaml) - [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/BlockchainPublicAddress/release-0.1.0/code/API_definitions/blockchain_public_address.yaml&nocors)