-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump CHaP index in preparation for 8.3.0 pre #174
Conversation
52ce26f
to
78881a5
Compare
Ledger.DelegStakeTxCert stakeCredential (Shelley.KeyHash kh) -> | ||
"Stake address delegation" .= object | ||
[ "stake credential" .= stakeCredJson sbe stakeCredential | ||
, "key hash" .= String (textShow kh) | ||
ConwayLedger.UpdateDRepTxCert drepCredential mbAnchor -> | ||
"Drep certificate update" .= object | ||
[ "Drep credential" .= drepCredJson sbe drepCredential | ||
, "anchor " .= mbAnchor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This case expression and a ledger COMPLETE
pragma currently disagree, only on this case.
I currently include a commit in this PR that assumes the COMPLETE
pragma is right and the case expression was wrong.
But I'm not sure what exactly the body of this UpdateDRepTxCert
should be. For example, should it use conwayToObject
instead of the drepCredJson
I added?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On Slack, Alexey wrote "yes, complete pragma is right. UpdateDRepTxCert
is the new addition".
319c34f
to
838f702
Compare
26464e6
to
6180614
Compare
6180614
to
763b3e5
Compare
513c768
to
d9058dc
Compare
a7a6345
to
2d0afd3
Compare
…7.0.0, ouroboros-consensus-cardano-0.8.0.1
2d0afd3
to
35e13ae
Compare
proposal anchor and maybe previous governance action id relating to the last new committee proposal.EraBasedNewConstitution EraBasedNewConstitution: Update fields with the same as above EraBasedNoConfidence: Update fields with the same as above with the exception of maybe previous governance action id EraBasedTreasuryWithdrawal: Update fields with the same as EraBasedNoConfidence Propagate these changes throughout the cli adding parsers as necessary Update vote creation to create a voting entry
Update readTxVotes to read a VotingEntry which consists of the voter's voting credential, the governance action id of the proposal the vote is for and the vote itself
35e13ae
to
3844429
Compare
3844429
to
bb00b05
Compare
Changelog
Context
Additional context for the PR goes here.
If the PR fixes a particular issue please provide a
link
to the issue.
Checklist
See Running tests for more details
.cabal
files are updatedhlint
. See.github/workflows/check-hlint.yml
to get thehlint
versionstylish-haskell
. See.github/workflows/stylish-haskell.yml
to get thestylish-haskell
versionghc-8.10.7
andghc-9.2.7