You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nargo version = 0.36.0
noirc version = 0.36.0+801c71880ecf8386a26737a5d8bb5b4cb164b2ab
(git version hash: 801c71880ecf8386a26737a5d8bb5b4cb164b2ab, is dirty: false)
nargo compile works fine
nargo test returns the following:
error: Function expects 1 parameter but 2 were given
┌─ /Users/madab/nargo/github.com/noir-lang/noir-bignumv0.3.5/src/runtime_bignum.nr:179:9
│
179 │ most_significant_byte.assert_max_bit_size(max_bits_in_most_significant_byte as u32);
│ -----------------------------------------------------------------------------------
│
error: Function expects 1 parameter but 2 were given
┌─ /Users/madab/nargo/github.com/noir-lang/noir-bignumv0.3.5/src/runtime_bignum.nr:229:13
│
229 │ self.limbs[i].assert_max_bit_size(120);
│ --------------------------------------
│
error: Function expects 1 parameter but 2 were given
┌─ /Users/madab/nargo/github.com/noir-lang/noir-bignumv0.3.5/src/runtime_bignum.nr:232:9
│
232 │ self.limbs[N - 1].assert_max_bit_size(final_limb_bits as u32);
│ -------------------------------------------------------------
│
error: Function expects 1 parameter but 2 were given
┌─ /Users/madab/nargo/github.com/noir-lang/noir-bignumv0.3.5/src/runtime_bignum.nr:250:13
│
250 │ self.limbs[i].assert_max_bit_size(120);
│ --------------------------------------
│
error: Function expects 1 parameter but 2 were given
┌─ /Users/madab/nargo/github.com/noir-lang/noir-bignumv0.3.5/src/runtime_bignum.nr:254:9
│
254 │ self.limbs[N - 1].assert_max_bit_size(final_limb_bits as u32);
│ -------------------------------------------------------------
│
error: Function expects 1 parameter but 2 were given
┌─ /Users/madab/nargo/github.com/noir-lang/noir-bignumv0.3.5/src/runtime_bignum.nr:498:9
│
498 │ borrow_flags[0].assert_max_bit_size(1);
│ --------------------------------------
│
error: Function expects 1 parameter but 2 were given
┌─ /Users/madab/nargo/github.com/noir-lang/noir-bignumv0.3.5/src/runtime_bignum.nr:501:13
│
501 │ borrow_flags[i].assert_max_bit_size(1);
│ --------------------------------------
│
error: Function expects 1 parameter but 2 were given
┌─ /Users/madab/nargo/github.com/noir-lang/noir-bignumv0.3.5/src/runtime_bignum.nr:523:13
│
523 │ product_limbs[i].assert_max_bit_size(126); // N.B. is this sufficient? going beyond 126 costs us 1 gate per limb
│ -----------------------------------------
The text was updated successfully, but these errors were encountered:
Nargo version information
nargo version = 0.36.0
noirc version = 0.36.0+801c71880ecf8386a26737a5d8bb5b4cb164b2ab
(git version hash: 801c71880ecf8386a26737a5d8bb5b4cb164b2ab, is dirty: false)
nargo compile
works finenargo test
returns the following:The text was updated successfully, but these errors were encountered: