Skip to content

Conversation

aniketd
Copy link
Contributor

@aniketd aniketd commented Oct 16, 2025

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.

* Remove `WIthdrawalsNotInRewardsDELEGS` pred-failure.
* Add `ShelleyWithdrawalsMissingAccounts` and
  `ShelleyIncompleteWithdrawals` to `ShelleyLedgerPredFailure`.
@aniketd aniketd force-pushed the aniketd/shelley-withdrawals branch from 551ba54 to 6b22c6f Compare October 16, 2025 13:05
@aniketd aniketd marked this pull request as ready for review October 16, 2025 13:06
@aniketd aniketd requested a review from a team as a code owner October 16, 2025 13:06
Copy link
Contributor

@neilmayhew neilmayhew left a comment

Choose a reason for hiding this comment

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

I assume there should be a CDDL change that goes along with this.

Comment on lines +205 to +208
( env@(DelegsEnv slot@(SlotNo slot64) epochNo txIx pp _tx chainAccountState)
, certState
, certificates
) <-
Copy link
Contributor

Choose a reason for hiding this comment

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

The indentation seems off here

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.

2 participants