Skip to content

Bump Noir from v1.0.0-beta.14 to v1.0.0-beta.20 #250

Description

@krushimir

The extractor pins Noir at rev 9a5b3695b (1.0.0-beta.12). Libraries in the Noir ecosystem now target >=1.0.0, causing extraction failures on noir-bignum v0.9.2:

  • No method named 'as_vector' - API added after beta.12
  • Integers must have the same bit width - stricter type checking rejects valid u128 operations, producing HirStatement::Error that causes the extractor to panic at generator.rs:1405

The extractor should also handle HirStatement::Error gracefully (skip with a warning) as a defensive measure for future version mismatches.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    functionality gapSomething should be working but isn'ttech debtTechnical debt that should be addressed

    Type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions