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

WIP: Milestone 1.4 #183

Closed
wants to merge 19 commits into from
Closed

WIP: Milestone 1.4 #183

wants to merge 19 commits into from

Conversation

sirasistant
Copy link
Collaborator

Description

Please provide a paragraph or two giving a summary of the change, including relevant motivation and context.

Checklist:

  • I have reviewed my diff in github, line by line.
  • Every change is related to the PR description.
  • I have linked this pull request to the issue(s) that it resolves.
  • There are no unexpected formatting changes, superfluous debug logs, or commented-out code.
  • The branch has been merged or rebased against the head of its merge target.
  • I'm happy for the PR to be merged at the reviewer's next convenience.

wasm.writeMemory(0, leafPreimage.toBuffer());
await wasm.asyncCall('abis__compute_contract_leaf', 0, data.length);
return Buffer.from(wasm.getMemorySlice(data.length, data.length + 32));
export async function computeContractLeaf(wasm: CircuitsWasm, newContractData: NewContractData) {
Copy link
Collaborator Author

@sirasistant sirasistant Apr 5, 2023

Choose a reason for hiding this comment

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

There seems to be an issue in the abis__compute_contract_leaf, if we use it, It won't match the rollup circuit value

ludamad pushed a commit that referenced this pull request Apr 14, 2023
* add rollup subtree height

* just use one type of public inputs for base/merge (#168)

* fix: re-usable rollup components

* fix: hash_multiple -> hash_pair_native

---------

Co-authored-by: Rahul Kothari <[email protected]>
ludamad pushed a commit that referenced this pull request Apr 17, 2023
* add rollup subtree height

* just use one type of public inputs for base/merge (#168)

* fix: re-usable rollup components

* fix: hash_multiple -> hash_pair_native

---------

Co-authored-by: Rahul Kothari <[email protected]>
ludamad pushed a commit that referenced this pull request Apr 17, 2023
* add rollup subtree height

* just use one type of public inputs for base/merge (#168)

* fix: re-usable rollup components

* fix: hash_multiple -> hash_pair_native

---------

Co-authored-by: Rahul Kothari <[email protected]>
@sirasistant sirasistant deleted the arv/milestone-1-4 branch April 27, 2023 12:03
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