Skip to content

Added Dijkstra era #5030

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

Merged
merged 1 commit into from
Jun 2, 2025
Merged

Added Dijkstra era #5030

merged 1 commit into from
Jun 2, 2025

Conversation

Soupstraw
Copy link
Contributor

@Soupstraw Soupstraw commented May 8, 2025

Description

This PR sets up a subproject for the new Dijkstra era

I removed unnecessary era parametrization from GovActionId to make translations easier.

close #4955
close #5043

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.

@Soupstraw Soupstraw force-pushed the jj/dijkstra-certs branch from cb80f34 to 688f2ba Compare May 8, 2025 12:52
@Soupstraw Soupstraw marked this pull request as ready for review May 8, 2025 13:17
@Soupstraw Soupstraw requested a review from a team as a code owner May 8, 2025 13:17
Copy link
Collaborator

@lehins lehins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That is not what I had in mind when I created a ticket.

We need an era that is equivalent to Conway, not just a placeholder package.

In other words it should reuse all of the types and rules and should be running all of the reusable tests from previous eras, including impspec

@lehins
Copy link
Collaborator

lehins commented May 9, 2025

@Soupstraw While performing this task I would like for you to also write up a document that explains the steps that are necessary to follow in order to define a new blank era that matches the behavior of the previous one exactly and executes all of the same tests.

@Soupstraw Soupstraw marked this pull request as draft May 13, 2025 15:59
@Soupstraw Soupstraw force-pushed the jj/dijkstra-certs branch 3 times, most recently from a1f79ae to 653e068 Compare May 20, 2025 16:59
@Soupstraw Soupstraw marked this pull request as ready for review May 20, 2025 16:59
@Soupstraw Soupstraw force-pushed the jj/dijkstra-certs branch 3 times, most recently from 8ad56f1 to e6687a0 Compare May 20, 2025 17:02
@Soupstraw Soupstraw requested a review from lehins May 20, 2025 17:06
@Soupstraw Soupstraw force-pushed the jj/dijkstra-certs branch 2 times, most recently from 0ad9a04 to 1b87737 Compare May 20, 2025 17:10
@Soupstraw Soupstraw marked this pull request as draft May 21, 2025 10:10
@Soupstraw Soupstraw force-pushed the jj/dijkstra-certs branch 3 times, most recently from ca870e4 to 93ed7dd Compare May 21, 2025 12:54
@Soupstraw Soupstraw marked this pull request as ready for review May 21, 2025 12:54
@Soupstraw Soupstraw force-pushed the jj/dijkstra-certs branch 6 times, most recently from 0a1be72 to af584e4 Compare May 23, 2025 12:19
@Soupstraw Soupstraw marked this pull request as draft May 23, 2025 12:59
@Soupstraw Soupstraw force-pushed the jj/dijkstra-certs branch from af584e4 to 8a8f90a Compare May 26, 2025 10:22
@Soupstraw Soupstraw marked this pull request as ready for review May 27, 2025 16:49
@Soupstraw Soupstraw force-pushed the jj/dijkstra-certs branch from 9990534 to ecb01a4 Compare May 28, 2025 10:23
@Soupstraw Soupstraw requested a review from teodanciu May 28, 2025 10:31
@Soupstraw Soupstraw force-pushed the jj/dijkstra-certs branch from ecb01a4 to 58124ec Compare May 28, 2025 15:20
Copy link
Collaborator

@lehins lehins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks awesome! Thank you for all the simplification and changes to tests reusability

@Soupstraw Soupstraw force-pushed the jj/dijkstra-certs branch 9 times, most recently from eeb3f6a to 337f767 Compare May 29, 2025 11:56
@Soupstraw Soupstraw enabled auto-merge (rebase) May 29, 2025 12:01
@Soupstraw Soupstraw force-pushed the jj/dijkstra-certs branch 4 times, most recently from 3d3f908 to 7463b4b Compare May 30, 2025 13:29
@lehins
Copy link
Collaborator

lehins commented May 30, 2025

Looks like it is ready to go, just need to run formatters

@Soupstraw Soupstraw force-pushed the jj/dijkstra-certs branch 2 times, most recently from 728d103 to 2d38499 Compare June 2, 2025 10:07
Removed era parameter from GovActionId
Made some Conway tests era-generic

Co-authored-by: Alexey Kuleshevich <[email protected]>
@Soupstraw Soupstraw force-pushed the jj/dijkstra-certs branch from 2d38499 to 9d1af1d Compare June 2, 2025 10:08
@Soupstraw Soupstraw merged commit cab9dc5 into master Jun 2, 2025
130 of 132 checks passed
@Soupstraw Soupstraw deleted the jj/dijkstra-certs branch June 2, 2025 11:27
@amesgen
Copy link
Member

amesgen commented Jun 2, 2025

Is it intentional that this PR still has


? Fixing this also requires adding a (probably trivial for now) Dijkstra.Transition module.

@lehins
Copy link
Collaborator

lehins commented Jun 3, 2025 via email

@lehins lehins mentioned this pull request Jun 16, 2025
23 tasks
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.

Create Dijkstra era TxBody Create new era named Dijkstra
3 participants