Skip to content

Update prod - Aug 5 2024 #302

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

Merged
merged 33 commits into from
Aug 5, 2024
Merged

Update prod - Aug 5 2024 #302

merged 33 commits into from
Aug 5, 2024

Conversation

isabellewei
Copy link
Contributor

No description provided.

isabellewei and others added 23 commits June 18, 2024 12:26
…-version

Curie: update libzkp version to v0.11.3
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
fix page zktrie: change the domain of nodeKey hashing to 512 instead of 256
This reverts commit 94cfcdd.
* remove legacy flag for foundry

* update Curie details

* fix typo

* oops

* Add PR descriptions
* update info on opcodes

* update EIPs
* Add Tooling deployed On Scroll

* update styles

* migrate info from contracts page to tooling page

* add info for open source contributors

* Support dark mode

* Support dark mode

* remove fake data

---------

Co-authored-by: isabelle <isabelle.wei@yahoo.ca>
Copy link

netlify bot commented Jul 16, 2024

Deploy Preview for scroll-documentation ready!

Name Link
🔨 Latest commit c7f3925
🔍 Latest deploy log https://app.netlify.com/sites/scroll-documentation/deploys/669e90aa47a6b10008feaf9d
😎 Deploy Preview https://deploy-preview-302.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.

@dghelm dghelm changed the title Dev Tooling page Update prod - Aug 5 2024 Aug 5, 2024
@dghelm dghelm merged commit 213805a into prod Aug 5, 2024
6 checks passed
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.

6 participants