Skip to content

Conversation

jasagredo
Copy link
Contributor

Changelog

- description: |
    <insert-changelog-description-here>
# uncomment types applicable to the change:
  type:
  # - feature        # introduces a new feature
  # - breaking       # the API has changed in a breaking way
  # - compatible     # the API has changed but is non-breaking
  # - optimisation   # measurable performance improvements
  # - refactoring    # QoL changes
  # - bugfix         # fixes a defect
  # - test           # fixes/modifies tests
  # - maintenance    # not directly related to the code
  # - release        # related to a new release preparation
  # - documentation  # change in code docs, haddocks...

Context

Additional context for the PR goes here. If the PR fixes a particular issue please provide a link to the issue.

How to trust this PR

Highlight important bits of the PR that will make the review faster. If there are commands the reviewer can run to observe the new behavior, describe them.

Checklist

  • Commit sequence broadly makes sense and commits have useful messages
  • New tests are added if needed and existing tests are updated. See Running tests for more details
  • Self-reviewed the diff

Jimbo4350 and others added 26 commits July 30, 2025 14:36
- QueryAccountState returns `ChainAccountState` instead of
  `AccountState`
- Use updated consensus queries `GetStakeDistribution2` and  `GetPoolDistr2`
Dijkstra genesis file needs to be parseable
Implement orphan DijkstraPParams Arbitrary instances
Copy link
Contributor

@Jimbo4350 Jimbo4350 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 good however we should deprecate the existing QueryLedgerPeerSnapshot constructor. I think we should do this after the 10.6 release as there are already a decent amount of changes.

@Jimbo4350 Jimbo4350 force-pushed the ana/v2-node-release-10.6 branch from 8e5de0c to 0eeff17 Compare August 8, 2025 16:46
@Jimbo4350 Jimbo4350 requested a review from a team as a code owner August 8, 2025 16:46
@palas palas force-pushed the ana/v2-node-release-10.6 branch 2 times, most recently from 5ff5430 to 64e62e7 Compare August 12, 2025 19:16
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.

3 participants