Skip to content

Conversation

@aniketd
Copy link
Contributor

@aniketd aniketd commented Nov 26, 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.

* Export `Era` from `Cardano.Ledger.Huddle` so that later eras do not
need to depend on core directly; they can just import the previous era.
* Add smart-constructors for scripts-related rules and reorganise them.
Repeat the same additions as core and shelley for mary.

Update changelogs for shelley and allegra to mention `generate-cddl`.
Repeat the same additions as core, shelley, allegra and mary.
Repeat the same additions as core, shelley, allegra, mary and alonzo.
Repeat the same additions as core, shelley, allegra, mary, alonzo, babbage.
hash28 = bytes .size 28

asset_name = bytes .size (0 .. 32)
multiasset<a0> = {* bytes .size 28 => {+ bytes .size (0 .. 32) => a0}}
Copy link
Contributor Author

@aniketd aniketd Nov 26, 2025

Choose a reason for hiding this comment

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

This needs fixing, as well as several others.

drep_update_cert = (18, drep_credential, anchor/ nil)

withdrawals = {+ reward_account => coin}
withdrawals = {* reward_account => coin}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

!

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