Skip to content
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

fix required_signers CDDL type #2523

Merged
merged 1 commit into from
Oct 18, 2021
Merged

Conversation

JaredCorduan
Copy link
Contributor

🔬 PR

In the Alonzo CDDL spec, required_signers was listed as set<$vkey>, when it should have been set<$addr_keyhash>. These type are both bytes .size 28, so the tests did not catch the mistake.

It was listed as set<$vkey>, when it should have been
set<$addr_keyhash>. These type are both "bytes .size 28", so the tests
did not catch the mistake.
@nc6 nc6 merged commit f32e0c0 into master Oct 18, 2021
@iohk-bors iohk-bors bot deleted the jc/fix-required_signers-cddl-type branch October 18, 2021 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants