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

[FEATURE] - cardano-testnet: Use flags to pass genesis and configuration files #6069

Open
1 of 17 tasks
CarlosLopezDeLara opened this issue Jan 10, 2025 · 0 comments
Open
1 of 17 tasks
Assignees
Labels
cardano-testnet user type: internal Created by an IOG employee

Comments

@CarlosLopezDeLara
Copy link
Contributor

CarlosLopezDeLara commented Jan 10, 2025

What

cardano-testnet to take genesis and configuration files with flags from the command line.

Why

Allow starting clusters with customized settings so that users can easily create local testing environments.

Acceptance Criteria

  1. I can start a cluster with custom genesis and config with something like:
cardano-testnet cardano  \
--byron-genesis <FILE> \
--shelley-genesis  <FILE> \
--alonzo-geneis <FILE> \
--conway-genesis <FILE> \
--config <FILE> \
...

Personas

  • SPOs
  • dApp Devs
  • Exchanges
  • Wallets
  • 3rd party tools
  • ADA holders

Definition of Done (DoD)

  • Acceptance Criteria + User Stories & DoD created and singed-off (by PO, dev & test owners)
  • Builds successfully on CI
  • Code & Test review (as per Acceptance Criteria)
  • There is documentation and/or examples for the new functionality (usage/response)
  • Log/record changes on Vnext (or similar depending on what we adopt)
  • Ticket number(s) included in PR description
  • All Acceptance Criteria met and covered by dev/unit/property/integration tests
  • System/E2E automated tests + System Test Engineer Owner Sign-off

NOTE: Ideally, we should merge only fully implemented and tested features into the master branch.
So all the above steps are required for the PR to be merged.
In order to avoid the PRs becoming stale and requiring to be rebased on master, these can be merged
after a reasonable time (current agreement is 3 days) if the System Test Engineer Owner's sign-off
was not provided (last step in the DoD).

IMPORTANT: Any deviation from the plan should be discussed and agreed as a comment in the Feature file.

Sign-off

  • Product Owner
  • Dev Owner
  • System Test Engineer Owner

Related PRs

  1. PR # here
@CarlosLopezDeLara CarlosLopezDeLara added cardano-testnet user type: internal Created by an IOG employee needs triage Issue / PR needs to be triaged. labels Jan 10, 2025
@CarlosLopezDeLara CarlosLopezDeLara changed the title [FEATURE] - cardano-testnet: Pass genesis and configuration files with flags [FEATURE] - cardano-testnet: USe flags to pass genesis and configuration files Jan 10, 2025
@CarlosLopezDeLara CarlosLopezDeLara changed the title [FEATURE] - cardano-testnet: USe flags to pass genesis and configuration files [FEATURE] - cardano-testnet: Use flags to pass genesis and configuration files Jan 10, 2025
@CarlosLopezDeLara CarlosLopezDeLara removed the needs triage Issue / PR needs to be triaged. label Jan 10, 2025
@smelc smelc self-assigned this Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cardano-testnet user type: internal Created by an IOG employee
Projects
None yet
Development

No branches or pull requests

2 participants