Skip to content

Conversation

Lucsanszky
Copy link
Contributor

Description

Checklist

  • Commits in meaningful sequence and with useful messages.
  • Tests added or updated when needed.
  • CHANGELOG.md files updated for packages with externally visible changes.
    NOTE: New section is never added with the code changes. (See RELEASING.md).
  • Versions updated in .cabal and CHANGELOG.md files when necessary, according to the
    versioning process.
  • Version bounds in .cabal files updated when necessary.
    NOTE: If bounds change in a cabal file, that package itself must have a version increase. (See RELEASING.md).
  • Code formatted (use scripts/fourmolize.sh).
  • Cabal files formatted (use scripts/cabal-format.sh).
  • CDDL files are up to date (use scripts/gen-cddl.sh)
  • hie.yaml updated (use scripts/gen-hie.sh).
  • Self-reviewed the diff.

@Lucsanszky Lucsanszky changed the base branch from master to ldan/dijkstra-certs August 11, 2025 17:14
@Lucsanszky Lucsanszky changed the base branch from ldan/dijkstra-certs to master August 11, 2025 17:15
@Lucsanszky Lucsanszky force-pushed the ldan/imptest-improvements branch 2 times, most recently from a18f850 to 039ac1e Compare August 31, 2025 21:10
Lucsanszky and others added 25 commits August 31, 2025 23:13
It is not required by the `STS (ShelleyPOOL)` instance
* Decouple `ConwayEraTxCert` from `ShelleyEraTxCert`

* Remove `ShelleyEraTxCert` from `ShelleyEraImp` and `ConwayEraTxCert`
from `ConwayEraImp`
  These should not constrain `EraImp`s for the same
  reason they don't constrain `EraTest`s.
  See #4992

* Make some Conway `ImpTest` helpers era generic by only using
certificates with deposits
* Generalise compatible tests by using certificates with deposits
* Move tests that are reliant on certs w/out deposits and only run them pre-Dijkstra
* Move tests that are reliant on certs w/out deposits and only run them pre-Dijkstra
* Move tests that are reliant on certs w/out deposits and only run them pre-Dijkstra
Without this, users won't be able to change their
delegation without unregistration.

Also, re-organise some tests again and run them in each era
if they are general enough (i.e not dependent on Shelley style certs).

Co-authored-by: Alexey Kuleshevich <[email protected]>
Co-authored-by: Alexey Kuleshevich <[email protected]>
* Move tests that are reliant on certs w/out deposits and only run them pre-Dijkstra
@Lucsanszky Lucsanszky force-pushed the ldan/imptest-improvements branch from 039ac1e to 2997716 Compare September 2, 2025 22:07
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.

1 participant