noir-lang / noir-bignum

bignum
Apache License 2.0
16 stars 8 forks source link

Release v0.3.5 #25

Closed jp4g closed 1 month ago

jp4g commented 1 month ago

Problem

Commit 08f5710e085e55c038b8555032c90a31d7c91037 fixed an issue where the bls12_377 Fr and Fq comments had a non-ascii character.

noir_rsa is dependent on this library and will not compile with aztec-nargo without this dependency included (regular nargo is fine for some reason)

Obviously this is resolvable by pointing to local clones for each repo/ forking but this is not as desirable

Happy Case

Release tag v0.3.5 including at least up to commit 08f5710e085e55c038b8555032c90a31d7c91037 so that noir_rsa v0.3.1 can import it for use in aztec-nargo

Workaround Description

Clone downstream repositories and change dependencies, potentially pushing to forked library if critical

TomAFrench commented 1 month ago

This release was made in #26