@noir-lang/noir_wasm
Advanced tools
Changelog
0.11.0 (2023-09-07)
fixed_base_scalar_mul
to be more descriptive (#2488)acvm-backend-barretenberg
v0.12.0 (#2377)nargo backend ls
and nargo backend use
command to switch between backends (#2552) (7471147)noirc_abi_wasm
crate for ABI encoding in JS (#1945) (669e0da)nargo info
(#2542) (14d31a5)Language
and Opcode
support from backend (#2563) (2d0a5e4)i128
(#2547) (d73f30e)aztec_library.rs
(#2567) (a8d0328)Changelog
0.10.0 (2023-08-15)
-p
short flag from the --program-dir
flag (#2300)--contracts
flag with contract
package type (#2204)flat_witness
feature flag (#2208)type
be specified in Nargo.toml (#2134)--name
flag (#2144)assert_constant
(#2242) (a72daa4)deprecated
attribute (#2041) (9e2cf6f)Option<T>
to noir stdlib (#1781) (920a900)--name
flag (#2144) (e932599)--exact
flag to nargo test
(#2272) (1ad9199)--workspace
flag to run commands in every package (#2313) (d6deb0c)nargo check
(#2267) (3d1b252)--contracts
flag with contract
package type (#2204) (968e12c)type
be specified in Nargo.toml (#2134) (1c991d0)x < 0
for unsigned x
to false (#2206) (25bc969)comptime
and warn upon usage (#2178) (98d0de3)mul_with_witness
(#2078) (9f3198e)AND
s with multiplication (#1954) (435ab35)contract
package type in nargo info
command (#2249) (d309cc0)two_complement
(#2081) (63c4da0)mut
and &mut
are used (#2264) (b07a7ff).len()
in Acir-Gen (#2077) (ab61e3a)Nargo.toml
(#2226) (8846bf2)--program-dir
to test command from codelens (#2292) (92e1802)--program-dir
flag anywhere in a command (#2290) (7834fce)-p
short flag from the --program-dir
flag (#2300) (cc2af74)nargo info
(b30b3f4)nargo info
(#2259) (b30b3f4)--program-dir
(#2324) (9eb45da)name
option in nargo new
(#2183) (68f5887)Option::value
to Option::_value
(#2127) (8a1ace7)tecurve::contains
formula (#1821) (6a10ecf)Changelog
0.6.0 (2023-05-16)
to_radix
for any field element (#1343) (c3bdec2)return
expression (#1330) (a6de557)CompiledProgram
in CLI code and use separate ABI/bytecode (#1269) (f144391)to_bits
and to_radix
for values >128 bits (#1312) (12f3e7e)Changelog
Changelog
0.4.0 (2023-04-17)
Vec
type to frontend (#1103) (e125157)map
(#997) (34eab32)std::unsafe::zeroed
(#1048) (9a43f85)nargo
crate (#1142) (753a272)noirc_driver
aware of contracts (#999) (c21afca)InvalidPackageError
and DependencyResolutionError
error types. (#1007) (1e6761b)nargo
from any directory in package (#1010) (761fdb5)Prover.toml
(#1087) (57c817f)nargo
into core and cli packages (#1065) (7c388f9)nargo_cli
to nargo
(74d7369)nargo_cli
to nargo
(#1095) (74d7369)Nargo.toml
in commands which act on a Nargo package (#1029) (6e642b9)Changelog
0.3.0 (2023-03-13)
contract
command to codegen-verifier
(#959)FunctionSignature
type alias (#930)CliError
visibility to crate (#911)Driver
(#881)to_bytes
to_radix
and to_bits
(#914) (43abc6b)false
bools (#893) (6c7aa2f)nargo prove
(#949) (2829af1)to_le_bytes
(#941) (2ee0119)Driver
(48cda7a)Driver
(#881) (48cda7a)Evaluator
in test (#863) (bbb70bd)Changelog
0.2.0 (2023-02-16)
nargo test
now only runs test functions defined in the current module (#805) (c6293c9)Changelog
0.1.1 (2023-02-06)
nargo execute
command (#725) (9d6be60)nargo test
command to run all unit tests (#728) (2e1dc82)