-
Notifications
You must be signed in to change notification settings - Fork 36
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
Derive Copy for types based on fixed-len arrays #268
Conversation
I'm not sure why the CI job run is failing. I can't reproduce it locally with the same command, and the clippy error doesn't make much sense as both Either way it's definitely not related to this PR as it's happening in my other open PR but the last few merged PRs had their CI jobs complete just fine. |
I put up a PR #269 that should fix it. I'll try and get it merged then rerun the check here and if it passes (it failing prevented a bunch of other later checks from running in this PR) I'll merge this. |
@oskin1 I think you'll need to merge the latest |
6b025a9
to
4a506b6
Compare
@rooooooooob rebased on top of develop |
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.
LGTM. Thanks for the contribution!
* Conway cert builder support support for adding conway certs to txs with support for deposit calculation also fixes NetworkId bug * add vkeys to add_cert_vkeys() * Fix clippy after merging #268
Duplicate of #257