Skip to content

[cardano-testnet] Extract cardano-testnet-paths micro-package#6514

Closed
palas wants to merge 1 commit intomasterfrom
create-cardano-testnet-paths-project
Closed

[cardano-testnet] Extract cardano-testnet-paths micro-package#6514
palas wants to merge 1 commit intomasterfrom
create-cardano-testnet-paths-project

Conversation

@palas
Copy link
Copy Markdown
Contributor

@palas palas commented Apr 8, 2026

Description

Extracts shared path conventions from cardano-testnet into a new lightweight cardano-testnet-paths micro-package. This enables other packages (e.g. tx-generator) to depend on the same path definitions without pulling in the full cardano-testnet dependency tree.

This refactoring is necessary to enable the realisation of #6511 in a way that is robust (statically checked). Check #6510 for more details.

This PR is meant to be a pure refactoring — there should be no behaviour changes.

Closes #6512 (part 1 of #6510).

Checklist

  • Commit sequence broadly makes sense and commits have useful messages
  • New tests are added if needed and existing tests are updated. These may include:
    • golden tests
    • property tests
    • roundtrip tests
    • integration tests
      See Running tests for more details
  • Any changes are noted in the CHANGELOG.md for affected package
  • The version bounds in .cabal files are updated
  • CI passes. See note on CI. The following CI checks are required:
    • Code is linted with hlint. See .github/workflows/check-hlint.yml to get the hlint version
    • Code is formatted with stylish-haskell. See .github/workflows/stylish-haskell.yml to get the stylish-haskell version
    • Code builds on Linux, MacOS and Windows for ghc-9.6 and ghc-9.12
  • Self-reviewed the diff

@palas palas requested a review from a team as a code owner April 8, 2026 00:03
@palas palas self-assigned this Apr 8, 2026
@palas palas linked an issue Apr 8, 2026 that may be closed by this pull request
@palas
Copy link
Copy Markdown
Contributor Author

palas commented Apr 8, 2026

Closed in favour of: #6518

@palas palas closed this Apr 8, 2026
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.

Extract cardano-testnet-paths micro-package from cardano-testnet

1 participant