Conversation
fix: operands order in `le` and `lt` `Felt` op bindings
…cfg[test] block Signed-off-by: Tomas Fabrizio Orsi <tomas.orsi@lambdaclass.com>
…d test registration instead Signed-off-by: Tomas Fabrizio Orsi <tomas.orsi@lambdaclass.com>
Signed-off-by: Tomas Fabrizio Orsi <tomas.orsi@lambdaclass.com>
This reverts commit fd8cce2.
Signed-off-by: Tomas Fabrizio Orsi <tomas.orsi@lambdaclass.com>
Signed-off-by: Tomas Fabrizio Orsi <tomas.orsi@lambdaclass.com>
Signed-off-by: Tomas Fabrizio Orsi <tomas.orsi@lambdaclass.com>
Signed-off-by: Tomas Fabrizio Orsi <tomas.orsi@lambdaclass.com>
Signed-off-by: Tomas Fabrizio Orsi <tomas.orsi@lambdaclass.com>
Signed-off-by: Tomas Fabrizio Orsi <tomas.orsi@lambdaclass.com>
Signed-off-by: Tomas Fabrizio Orsi <tomas.orsi@lambdaclass.com>
feat: increase Vec capacity in `get_inputs` bindings to 1024
…inear tactic - Reject operand-movement solutions that would require MASM stack access beyond the 16-field-element window (prevents movup 16 panics). - Update the Linear tactic to keep move-constrained operands reachable and to materialize copies “deepest-first” so copy materialization doesn’t push an uncopied source past index 15.
`Linear` now chooses the deepest addressable copy source (by felt depth) so repeated aliases don't require `Copy(16)`. The pre-pass that keeps move-constrained operands reachable now uses felt depth rather than operand count.
docs(sdk): add more details to changelog
fix(examples): remove unused dependency
…ovements wip: fix various compilation issues and codegen blockers
[1/2] chore: install `cargo-nextest` with `--locked` option
it does not work. `native_account::add_asset` can be called inside an account code only.
[2/2] fix: SDK bindings for `*_note::get_metadata`, missing result`reverse` in `add_asset`
chore: SDK v0.10 release
chore: update new project git tags (with SDK v0.10)
mooori
approved these changes
Feb 11, 2026
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.