Open
Conversation
- Introduced STARKNET curve ID and its parameters in definitions. - Implemented scalar field retrieval for STARKNET curve. - Enhanced G1Point class with addition and multiplication operators. - Updated tests to exclude STARKNET from ECIP tests due to deprecation. - Added STARKNET support in Rust definitions and calldata handling, marking it as unsupported in certain contexts.
… and reverse multiplication methods. Introduce an inverse method for better clarity and usability.
…s from 5 to 4 for improved test coverage and efficiency.
- Commented out debug print statements in `transcript.rs` to clean up output. - Introduced `merlin_transcript.rs` for Python bindings to facilitate testing of Transcript operations. - Added `wlna.rs` for WLNA proof structure and related methods, enabling Python access to proof generation and verification.
- Introduced `bp_transcript.py` and `bp_utils.py` for handling transcript operations and utility functions. - Implemented `wlna.py` for WLNA proof structure, including commitment and proof generation methods. - Added tests in `test_wlna.py` to validate WLNA proof functionality and performance. - Updated `Makefile` to include a command for building with maturin.
- Changed Rust toolchain in `e2e.yml` from `1.81.0` to `stable`. - Updated Rust toolchain in `maturin.yml` from `stable` to `1.87.0`. - Modified `Cargo.toml` to update `getrandom` from `0.3.1` to `0.3.3` and `starknet-types-core` from `0.1.7` to `0.1.8`. - Added local dependencies for `bp-pp` and `merlin` in `Cargo.toml`. - Updated Dockerfile in `garaga_ts` to use Rust `1.87.0`. - Refactored TypeScript definitions and JavaScript bindings for improved externref handling in WASM.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.