-
Notifications
You must be signed in to change notification settings - Fork 22
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
conway governance tasks #181
Conversation
0dfde3b
to
945a2a8
Compare
@ecioppettini hopefully dcSpark/cardano-multiplatform-lib#324 will fix it. I'll test out syncing sancho later after I update multi-era (soon). |
MultiEraCertificate::PoolRegistration(registration) => { | ||
let operator_credential = registration.pool_params.operator.to_raw_bytes().to_vec(); | ||
let operator_credential = |
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 is unrelated, but I think this was incorrect, and it was incorrectly ported in the pallas to cml migration.
For the most part this can be reviewed, although I probably will do some renames and small changes. BUT the tasks are not tested yet. Mostly because current version of cml parsing fails at an early block in sancho. I have tested the endpoints with mocked data in the tables, and also tested that this doesn't break in preview, but ideally I'd like to test the tasks with actual certificates.