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

0.9.0 errata, move to tmio for tuweni dep #182

Conversation

garyschulte
Copy link
Contributor

Remove tuweni as a runtime dependency for gnark-crypto, back to testImplementation dependency. Also, bump tuweni dep to tmio.

In besu we have to specifically exclude this dependency from the gnark dep to prevent conflicts with besu's version of tuweni.

@garyschulte garyschulte force-pushed the bugfix/remove-errant-tuweni-runtime-dep branch 3 times, most recently from 4a86403 to 9978d1c Compare June 26, 2024 20:49
pinges
pinges previously requested changes Jun 27, 2024
Copy link

@pinges pinges left a comment

Choose a reason for hiding this comment

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

see comment

o_len.setValue(0);
} else {
err_len.setValue(0);
}
return ret;
}

public int findFirstTrailingZeroIndex(byte[] array) {
Copy link

Choose a reason for hiding this comment

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

this is implemented in the Utils class. I think this is not needed ...
You are even using the Utils implementation further up :-)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

where? would love to DRY this out, but I don't see the usage you are talking about

Copy link
Contributor Author

Choose a reason for hiding this comment

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

found and removed ;). thx

Copy link

Choose a reason for hiding this comment

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

This implementation has no usages, and can now be removed.

Signed-off-by: garyschulte <garyschulte@gmail.com>
…ed ECC precompiles

Signed-off-by: garyschulte <garyschulte@gmail.com>
@garyschulte garyschulte force-pushed the bugfix/remove-errant-tuweni-runtime-dep branch from 8aca5a1 to 209d3e6 Compare June 27, 2024 22:39
Signed-off-by: garyschulte <garyschulte@gmail.com>
Copy link

@jflo jflo left a comment

Choose a reason for hiding this comment

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

suggest removing removed method via removal

o_len.setValue(0);
} else {
err_len.setValue(0);
}
return ret;
}

public int findFirstTrailingZeroIndex(byte[] array) {
Copy link

Choose a reason for hiding this comment

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

This implementation has no usages, and can now be removed.

@garyschulte garyschulte dismissed pinges’s stale review June 28, 2024 23:07

removed duplicate method 👍

@garyschulte garyschulte merged commit bf0b8e2 into hyperledger:main Jun 28, 2024
11 checks passed
@garyschulte garyschulte deleted the bugfix/remove-errant-tuweni-runtime-dep branch June 28, 2024 23:08
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.

3 participants