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

[ZK 37] only check path_type in configure_extension_old and configure_extension_new #79

Merged
merged 9 commits into from
Nov 14, 2023

Conversation

@z2trillion z2trillion changed the base branch from v0.4 to audit August 7, 2023 11:37
@@ -1286,12 +1277,6 @@ fn configure_code_size<F: FieldExt>(
bytes: &impl BytesLookup,
poseidon: &impl PoseidonLookup,
) {
cb.assert(
Copy link
Contributor Author

Choose a reason for hiding this comment

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

ExtensionNew(Old) are already disallowed for CodeSizeExists in configure_extension_new(old).

@@ -1525,12 +1494,6 @@ fn configure_poseidon_code_hash<F: FieldExt>(
cb: &mut ConstraintBuilder<F>,
config: &MptUpdateConfig,
) {
cb.assert(
Copy link
Contributor Author

Choose a reason for hiding this comment

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

ExtensionNew(Old) are already disallowed for PoseidonCodeHashExists in configure_extension_new(old).

@z2trillion z2trillion changed the title [ZT 37] only check path_type in configure_extension_old and configure_extension_new [ZK 37] only check path_type in configure_extension_old and configure_extension_new Aug 7, 2023
@z2trillion z2trillion requested a review from noel2004 August 23, 2023 22:35
@z2trillion z2trillion changed the base branch from audit to v0.5 August 23, 2023 22:36
@z2trillion z2trillion changed the base branch from v0.5 to v0.7 November 6, 2023 20:27
@z2trillion z2trillion merged commit 757675b into v0.7 Nov 14, 2023
3 checks passed
@z2trillion z2trillion deleted the zellic_kalos_37 branch November 14, 2023 00:07
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