Skip to content
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

refactor: Implemented and configured the Indicio testnet. #106

Merged
merged 9 commits into from
Oct 5, 2023

Conversation

KulkarniShashank
Copy link
Contributor

@KulkarniShashank KulkarniShashank commented Oct 2, 2023

What

  • Refactored the shell script to implement and configure the Indicio testnet. Additionally, dynamic by allowing the user to pass multiple ledger configurations, such as bcovrin and the Indicio testnet.

Why

  • This refactoring enhances the flexibility and usability of the script by enabling users to easily switch between different ledger configurations without modifying the script itself.

How

  • Create a shell script that accepts ledger configuration as a parameter.
  • The script checks the input parameter to determine which ledger configuration to apply. If the input is "bcovrin," it configures bcovrin; if it's "indicio," it configures the Indicio testnet.

KulkarniShashank added 8 commits September 26, 2023 19:40
Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>
Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>
Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>
Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>
Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>
Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>
@sonarqubecloud
Copy link

sonarqubecloud bot commented Oct 5, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

No Coverage information No Coverage information
0.0% 0.0% Duplication

@tipusinghaw tipusinghaw merged commit 169449b into develop Oct 5, 2023
3 checks passed
@tipusinghaw tipusinghaw deleted the indicio-testnet-support branch October 5, 2023 06:58
KulkarniShashank added a commit that referenced this pull request Sep 11, 2024
* feat: support afj-0.4.1

Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>

* fix: Add nats configuration in platform

Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>

* feat: Added the indicio testnet

Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>

* Added get all ledgers API in platform module

Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>

* Refactore and changed API schema and credential-def

Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>

* Added ledgerId as a optional in the wallet spinup

Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>

---------

Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>
KulkarniShashank added a commit that referenced this pull request Sep 11, 2024
* feat: support afj-0.4.1

Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>

* fix: Add nats configuration in platform

Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>

* feat: Added the indicio testnet

Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>

* Added get all ledgers API in platform module

Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>

* Refactore and changed API schema and credential-def

Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>

* Added ledgerId as a optional in the wallet spinup

Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>

---------

Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>
KulkarniShashank added a commit that referenced this pull request Sep 11, 2024
* feat: support afj-0.4.1

Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>

* fix: Add nats configuration in platform

Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>

* feat: Added the indicio testnet

Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>

* Added get all ledgers API in platform module

Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>

* Refactore and changed API schema and credential-def

Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>

* Added ledgerId as a optional in the wallet spinup

Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>

---------

Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>
KulkarniShashank added a commit that referenced this pull request Sep 11, 2024
* feat: support afj-0.4.1

Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>

* fix: Add nats configuration in platform

Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>

* feat: Added the indicio testnet

Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>

* Added get all ledgers API in platform module

Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>

* Refactore and changed API schema and credential-def

Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>

* Added ledgerId as a optional in the wallet spinup

Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>

---------

Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>
KulkarniShashank added a commit that referenced this pull request Sep 12, 2024
* feat: support afj-0.4.1

Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>

* fix: Add nats configuration in platform

Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>

* feat: Added the indicio testnet

Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>

* Added get all ledgers API in platform module

Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>

* Refactore and changed API schema and credential-def

Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>

* Added ledgerId as a optional in the wallet spinup

Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>

---------

Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>
KulkarniShashank added a commit that referenced this pull request Sep 12, 2024
* feat: support afj-0.4.1

Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>

* fix: Add nats configuration in platform

Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>

* feat: Added the indicio testnet

Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>

* Added get all ledgers API in platform module

Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>

* Refactore and changed API schema and credential-def

Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>

* Added ledgerId as a optional in the wallet spinup

Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>

---------

Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants