We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The native base rollup implementation differs in the computaiton of calldata hash from #412. Should be updated to use same ordering and have parity.
The calldata hash between CPP and (SOL/TS) will not hit parity until BB is fixed to make WASM and CPP use same generators for hash computations.
The text was updated successfully, but these errors were encountered:
feat: Optimize memory consumption of pedersen generators (#413)
5692fc7
Co-authored-by: Charlie Lye <[email protected]>
I think this was handled way back and should be checked by:
integration_l1_publisher.test.ts
Sorry, something went wrong.
LHerskind
No branches or pull requests
The native base rollup implementation differs in the computaiton of calldata hash from #412. Should be updated to use same ordering and have parity.
The calldata hash between CPP and (SOL/TS) will not hit parity until BB is fixed to make WASM and CPP use same generators for hash computations.
The text was updated successfully, but these errors were encountered: