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

Curie upgrade updates #271

Merged
merged 1 commit into from
Jun 18, 2024
Merged

Curie upgrade updates #271

merged 1 commit into from
Jun 18, 2024

Conversation

isabellewei
Copy link
Contributor

Updates to the scroll-upgrades and rollup pages

@isabellewei isabellewei requested a review from dghelm June 17, 2024 21:57
Copy link

netlify bot commented Jun 17, 2024

Deploy Preview for scroll-documentation ready!

Name Link
🔨 Latest commit 857d991
🔍 Latest deploy log https://app.netlify.com/sites/scroll-documentation/deploys/6670b12b20bc63000803d64a
😎 Deploy Preview https://deploy-preview-271.docs.scroll.xyz
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@isabellewei isabellewei merged commit 07d1f80 into develop Jun 18, 2024
6 checks passed
@isabellewei isabellewei deleted the isabellewei/curie branch June 18, 2024 16:26
isabellewei added a commit that referenced this pull request Jul 5, 2024
* Curie updates (#271)

* curie-update-libzkp-version

* security nit

* move contact info into highlight

* change Aside type

* Update running-a-scroll-node.mdx (#278)

* nodeKey hashing are done with domain 512 not 256

Am currently making a storage prover in noir and found this error

In the zktrie repo nodekeys are hashed with ToSecureKey() in type/util.go (afaik)
https://github.com/scroll-tech/zktrie/blob/23181f209e94137f74337b150179aeb80c72e7c8/types/util.go#L107

ToSecureKey() uses Hash()  in types/bytes32.go which uses HASH_DOMAIN_BYTE32 as domain which is 256 *2 (512)
see here: https://github.com/scroll-tech/zktrie/blob/23181f209e94137f74337b150179aeb80c72e7c8/types/hash.go#L16

and here is where i did my test in noir :D (account leaf is lower in same file)
https://github.com/jimjimvalkema/scrollZkStorageProofs/blob/bcdd922405e046e99787b8b47f374befac170779/ScrollStorageProver/src/main.nr#L168

* add get in touch button

* Revert "add get in touch button"

This reverts commit 5c695f2.

* Curie update details (#286)

* remove legacy flag for foundry

* update Curie details

* fix typo

* oops

* Add PR descriptions

---------

Co-authored-by: colinlyguo <[email protected]>
Co-authored-by: colin <[email protected]>
Co-authored-by: Sina Pilehchiha <[email protected]>
Co-authored-by: Péter Garamvölgyi <[email protected]>
Co-authored-by: jimjimvalkema <[email protected]>
Co-authored-by: Daniel Helm <[email protected]>
Co-authored-by: zhengqi zhang <[email protected]>
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.

4 participants