Skip to content

Comments

Trigger v0.7 compiler release#939

Merged
greenhat merged 431 commits intomainfrom
next
Feb 11, 2026
Merged

Trigger v0.7 compiler release#939
greenhat merged 431 commits intomainfrom
next

Conversation

@greenhat
Copy link
Contributor

No description provided.

greenhat and others added 30 commits January 16, 2026 15:59
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>
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.
bitwalker and others added 25 commits February 9, 2026 20:01
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: update new project git tags (with SDK v0.10)
@greenhat greenhat requested review from bitwalker and mooori February 11, 2026 13:50
@greenhat greenhat merged commit 96c9512 into main Feb 11, 2026
28 of 29 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.

9 participants