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

L1 to L2 messaging fixes #471

Merged
merged 5 commits into from
May 5, 2023
Merged

L1 to L2 messaging fixes #471

merged 5 commits into from
May 5, 2023

Conversation

PhilWindle
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.

Copy link
Contributor

@LHerskind LHerskind left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@LHerskind LHerskind merged commit 09b3f3f into master May 5, 2023
@LHerskind LHerskind deleted the pw/l1-l2-messaging-fixes branch May 5, 2023 09:50
ludamad pushed a commit that referenced this pull request Jul 14, 2023
…5s wasm time). (#434)

* Remove foundation submodule, add build-system
* Initial bindgen work.
* GPT4 created rust bindgen.
* Debug build preset wasm-dbg for stack traces etc.
* Async call support. Refactor binds. Common is module. WASM stubs unused wasi.
* Move some c_bind to module root and make use new abi.
* Initial working pthreads.
* Polynomial cache
* Custom poly allocator. Prealloc.
* Cleanup. Several parallel_for solutions. Might be worth keeping them around until threading work stabilises.
* Improve mem usage by slab allocating large parts of pippenger runtime state, and allowing slab reuse by removing from pk.
* Don't need binaryen.
* Bump alpine to get clang 16
* Backwards compatible cbinds.
* Move slab allocator to common. Init slab allocator just before creating pk.
* Dont need bleeding edge fork of libc anymore
* bb.js is standalone prover that handles noir constraint/witness output. (#471)
* format msgpack serialization and excldue msgpack-c from clang-format (#467)
* Fix horrific nasty memory bug.

---------

Co-authored-by: Suyash Bagad <[email protected]>
Co-authored-by: Maxim Vezenov <[email protected]>
Co-authored-by: Maddiaa <[email protected]>
Co-authored-by: ledwards2225 <[email protected]>
Co-authored-by: Innokentii Sennovskii <[email protected]>
Co-authored-by: kevaundray <[email protected]>
Co-authored-by: zac-williamson <[email protected]>
Co-authored-by: codygunton <[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.

3 participants