Skip to content

Releases: CardanoSolutions/cardano-node

1.35.7+cip-0094

03 May 10:43
1.35.7+cip-0094
88d751a
Compare
Choose a tag to compare

Changelog

Added

  • IntersectMBO#5050, IntersectMBO#5132

    • New commands for on-chain SPOs polls under shelley governance:
      • create-poll:
        For the current governing entities, as a means to create new polls.

      • answer-poll:
        For participants who want to answer a given poll.

      • verify-poll:
        For anyone who seek to verify a poll entry (e.g. explorers)

    The commands are built to fit and play nicely within the cardano-cli. The poll and answers structures are based on transaction metadata and require to be embedded in an actual transaction. The added commands however only works from metadata and raw "GovernancePoll" envelopes.

    See CIP-0094 for details, and the tutorial for usage.

Changed

N/A

Removed

N/A