You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1093: Binary decoder for stake pool registrations. r=rvl a=rvl
Relates to #1089
# Overview
- Adds a binary decoder for stake pool registration certificates.
- Use jcli to generate golden test data for pool registration fragments.
Co-authored-by: Rodney Lorrimar <[email protected]>
1093: Binary decoder for stake pool registrations. r=rvl a=rvl
Relates to #1089
# Overview
- Adds a binary decoder for stake pool registration certificates.
- Use jcli to generate golden test data for pool registration fragments.
Co-authored-by: Rodney Lorrimar <[email protected]>
Context
We need to decode pool registrations in order to track the mapping from
PoolId
toPoolOwner
.Decision
In relation to format.abnf, implement decoders for fragments:
POOL-REGISTRATION
6POOL-RETIREMENT
And add them to the Jormungandr block
Fragment
type.Note that 7
POOL-UPDATE
in the spec is aTODO
stub so it can be ignored.The only information that cardano-wallet requires from pool registrations is:
Acceptance Criteria
Pool retirements must be in the jormungandr Block type.Development
QA
BinarySpec.hs
.The text was updated successfully, but these errors were encountered: