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

Conway cert builder support #270

Merged
merged 4 commits into from
Oct 31, 2023
Merged

Conway cert builder support #270

merged 4 commits into from
Oct 31, 2023

Conversation

rooooooooob
Copy link
Contributor

support for adding conway certs to txs with support for deposit calculation

also fixes NetworkId bug

support for adding conway certs to txs with support for deposit
calculation

also fixes NetworkId bug
@rooooooooob rooooooooob requested a review from gostkin October 23, 2023 19:54
Certificate::RegCert(_cert) => todo!(),
Certificate::RegCert(_cert) => {
// does not require a witness
}
Certificate::UnregCert(_cert) => todo!(),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why todos?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Forgot to add them here too. The ones in cert_required_wits were all tested so this should be fine since it's based on those and identical except it errors when the wits aren't vkeys. I just pushed a commit that includes these too.

@gostkin gostkin merged commit 6102d5c into develop Oct 31, 2023
@rooooooooob rooooooooob deleted the conway-cert-builder branch July 18, 2024 18:12
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