Skip to content

1.35.7+cip-0094

Latest
Compare
Choose a tag to compare
@KtorZ KtorZ released this 03 May 10:43
· 2 commits to release/1.35+cip-0094 since this release
1.35.7+cip-0094
88d751a

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