Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
229 commits
Select commit Hold shift + click to select a range
84f4b4d
feat: Add tracing command which auto-debugs
smanilov May 30, 2024
7bde3fb
feat(tracing): Add scaffolding for tracing tests
smanilov Jun 17, 2024
7db891b
feat(tracing): return and save trace_artifact
smanilov Jun 17, 2024
70770c6
feat(tracing): More structural cleanup
smanilov Jun 20, 2024
f61a78a
feat(tracer): Count lines, not opcodes
smanilov Jun 20, 2024
f94d3ba
feat(tracing): Use runtime_tracing, not TraceArtifact
smanilov Jun 24, 2024
fa777f5
feat(tracing): Outline `get_current_line_and_filepath`
smanilov Jun 24, 2024
36a0944
feat(tracing): Ignore formatting in trace comparison
smanilov Jun 25, 2024
3f1b419
feat(trace): Add test for function calls
smanilov Jun 27, 2024
2b10163
feat(trace): simplify trace test scaffold
smanilov Jun 28, 2024
a91dda3
feat(trace): introduce SourceLocation and DebugStepResult
smanilov Jun 28, 2024
dde1324
feat(trace): fix bug of missing steps
smanilov Jun 28, 2024
8112bfe
feat(tracing): Add test with two files
smanilov Jul 1, 2024
d516fa3
feat(tracer): Record function calls and returns
smanilov Jul 5, 2024
101eda0
chore: remove autogen'ed main.rs
smanilov Jul 9, 2024
36f6164
refactor: outline `fn convert_debugger_location`
smanilov Jul 9, 2024
81cbd15
chore: outline helpers to Tracer
smanilov Jul 9, 2024
0818340
chore: outline debug_context glue functions
smanilov Jul 9, 2024
2fe9b4e
chore: split tracer into modules
smanilov Jul 9, 2024
3302996
refactor(tracer): outline `fn convert_debugger_stack_frame`
smanilov Jul 9, 2024
240a724
feat(tracer): Register variables in trace
smanilov Jul 10, 2024
aefcc84
feat(tracer): Add conversion for UnsignedInteger
smanilov Jul 15, 2024
880ccd4
Add a tool for formatting nargo trace json output
Aristotelis2002 Jul 16, 2024
84a8c68
feat(tracer): Use newer version of runtime_tracing
smanilov Jul 18, 2024
e869c76
feat(tracer): Add function params to trace
smanilov Jul 16, 2024
18a2d97
feat(tracer): Generate trace_paths.json too
smanilov Jul 18, 2024
b1f2a89
chore(tracing): Improve tool for formatting traces
Aristotelis2002 Jul 19, 2024
c66da5e
feat(tracer): Add additional artifacts in trace tests
smanilov Jul 22, 2024
8af8f2b
feat(tracer): Store package name in trace metadata
smanilov Jul 22, 2024
de48c1f
chore(Cargo.lock): update with new package
smanilov Jul 22, 2024
44afdf8
test(tracing): Add unit tests for trace formatter
Aristotelis2002 Jul 23, 2024
eed195e
feat(tracer): Fix steps before call
smanilov Jul 24, 2024
aaefe41
feat(tracer): Add extra step after returns
smanilov Jul 24, 2024
5cc63dc
feat(tracer): Replace todo! with warn! for types
smanilov Sep 2, 2024
9619c5e
feat(trace_plonky2): update runtime_tracing library to 0.5.16
nickysn Oct 18, 2024
2ed9022
feat(trace_plonky2): update tests after previous commit
nickysn Oct 18, 2024
bffddaa
fix(trace): fix crash when tracing zk_dungeon
nickysn Jan 8, 2025
b991a28
test(trace): added zk_dungeon to test_programs/plonky2_trace
nickysn Jan 8, 2025
8b99ef0
fix(trace): added todo: investigate comment and a debug println inste…
nickysn Jan 9, 2025
3be67ce
Update tooling/tracer/src/debugger_glue.rs
nickysn Jan 9, 2025
203572d
feat(trace): try to generate value records for Bool, Array
alehander92 Jan 9, 2025
a271bd2
test(trace): update expected_trace.json files after adding bool/array…
alehander92 Jan 10, 2025
4b75587
feat(trace): make the function result visible as a local variable
nickysn Jan 15, 2025
500fb18
feat(trace): the temporary local variable, used to hold the result va…
nickysn Jan 15, 2025
3ba729f
feat(trace): proper support for reporting return values
nickysn Jan 15, 2025
1311eab
feat(trace): update expected output of tests after implementation of …
nickysn Jan 15, 2025
5ca111c
feat(trace): report program's print and println output as 'special ev…
nickysn Jan 17, 2025
80dced3
test(trace): added test, demonstrating the use of print/println speci…
nickysn Jan 17, 2025
75849c7
refactor(trace): simplified the print callback creation in TracingCon…
nickysn Jan 17, 2025
f6e8e1a
fix(trace): stop using `start()`: don't record a toplevel call
alehander92 Jan 17, 2025
a7f9120
test(trace): fix tests after Alexander's previous commit that removes…
nickysn Jan 21, 2025
006e5ba
test(tracer): removed the dummy "?" entry in expected_paths.json afte…
nickysn Jan 21, 2025
33e6e59
fix(trace): use the line before for print events
alehander92 Jan 17, 2025
c86cf72
test(trace): update test after Alexander's commit named 'use the line…
nickysn Jan 21, 2025
4e47a3b
fix(debug): fix bug, causing the debugger to step into both 'then' an…
nickysn Jan 22, 2025
d49739e
test(trace): update tests after previous fix
nickysn Jan 22, 2025
e04fb50
test(trace): added test for the if..then..else bug
nickysn Jan 22, 2025
e1c43cc
fix(trace): use an empty span for the extra `let __debug_return_expr …
nickysn Jan 29, 2025
d4b131c
fix(trace): only assign the __debug_return_expr variable in the outer…
nickysn Jan 30, 2025
1d09ae3
test(trace): update tests after the previous two commits
nickysn Jan 30, 2025
8d9c212
fix(trace): fix tracing of return values after commit 8477d752142fecb…
nickysn Feb 7, 2025
fc56a50
feat(trace): upgrade runtime_tracing lib to version 0.7.0
nickysn Feb 7, 2025
a1a5039
feat: support SignedInteger in tracer
smanilov Feb 10, 2025
7590cdd
fix(debug): Disable loop invariant code motion
smanilov Feb 11, 2025
6585562
fix(debug) Really disable loop invariant code motion
Aristotelis2002 Feb 11, 2025
bf91742
feat(fmt): Expose format trace functions
Aristotelis2002 Feb 12, 2025
f70265c
feat(fmt): Add `nargo format-trace` to CLI
Aristotelis2002 Feb 12, 2025
cc009e7
chore(cargo): Update Cargo.lock
Aristotelis2002 Feb 12, 2025
dfeccbc
fix(nargo-debug): Disable constant folding
smanilov Feb 17, 2025
e526294
fix(nargo-debug): Remove failing tests
smanilov Feb 17, 2025
c6252dd
feat(trace): report failed asserts as special events
nickysn Feb 11, 2025
27b3f1e
test(trace): added test plonky2_trace/assert
nickysn Feb 11, 2025
72ffc5b
test(trace): fix tests plonky2_trace_7_looper and plonky2_trace_hoist…
nickysn Feb 17, 2025
ed03640
fix(trace): convert the error types from generated_acirs into the Ssa…
nickysn Feb 18, 2025
850dbfd
feat(trace): implemented support for tracing assert messages
nickysn Feb 18, 2025
3138f92
test(trace): added test plonky2_trace_assert_message
nickysn Feb 18, 2025
9ed84da
feat(optimizations): Create a distinction in optimization levels
smanilov Feb 18, 2025
eb8dd93
Revert "fix(nargo-debug): Remove failing tests"
smanilov Feb 18, 2025
5cc884a
cleanup: shorten the "saved trace" message to one line; fix the error…
alehander92 Feb 19, 2025
095c4ea
fix(build): cargo test succeeds again
smanilov Feb 20, 2025
5b2d2ea
chore: address warnings during compilation
smanilov Feb 20, 2025
bf6d693
chore(warnings): Address upstream warnings
smanilov Feb 20, 2025
add00d3
chore: cargo fmt
nickysn Mar 19, 2025
b65c7d4
chore: compilation fix after daily sync
nickysn Mar 19, 2025
69829d3
fix(merge): Satisfy borrow-checker
smanilov Mar 19, 2025
9dd7237
fix(trace): fixed crash when debugging/tracing programs with arrays
nickysn Mar 19, 2025
54f77fe
chore(format_trace): Apply clippy fix
Aristotelis2002 Mar 20, 2025
53c8b1e
fix(trace): Add missing field for SsaEvaluatorOptions
Aristotelis2002 Mar 20, 2025
f83cfd0
chore(trace): Remove compile warnings
Aristotelis2002 Mar 20, 2025
1b9d961
chore(errors): Remove deprecated `FilesystemError`
Aristotelis2002 Mar 21, 2025
399d680
chore(format_trace): Apply clippy fix on fmt tests
Aristotelis2002 Mar 21, 2025
8e8da48
chore(tracer): Apply clippy fix
Aristotelis2002 Mar 21, 2025
212d6f5
chore(cli_trace): Apply clippy fix
Aristotelis2002 Mar 21, 2025
ba80c86
chore(dependency): Runtime_tracing from crates.io
Aristotelis2002 Mar 21, 2025
97bb12f
Merge 'origin/master' into nargo_trace. March 24
Aristotelis2002 Mar 24, 2025
c75a6af
Merge 'origin/master' into nargo_trace
Aristotelis2002 Mar 26, 2025
25cd930
chore: removed non-existing dependency tooling/bb_abstraction_leaks
nickysn Mar 26, 2025
c740c42
chore: removed tooling/acvm_cli from the workspace, as it's not depen…
nickysn Mar 26, 2025
8baf7fa
feat(trace): support PrintableType::String
nickysn Mar 28, 2025
52f503f
feat(trace): support PrintableType::Struct
nickysn Mar 28, 2025
d8ae81a
feat(trace): bump runtime_tracing version to 0.8.0
nickysn Apr 1, 2025
0c9ad42
chore: update Cargo.lock
nickysn Apr 1, 2025
c1a244f
fix(trace): compilation fix after runtime_tracing version update
nickysn Apr 1, 2025
8f67d4c
test(trace): update tests after runtime_tracing version upgrade
nickysn Apr 1, 2025
eeef372
feat(trace): support PrintableType::Slice
nickysn Apr 1, 2025
e13eb2f
test(trace): added trace test that uses the slice type
nickysn Apr 1, 2025
716fdcf
fix(trace): fix panic message for type mismatch for type Array (used …
nickysn Apr 1, 2025
2c7466e
feat(trace): always expect is_slice to be false for the value of Prin…
nickysn Apr 1, 2025
b68a217
feat(trace): remove logic for testing !is_slice for PrintableType::Ar…
nickysn Apr 1, 2025
97ab7ac
feat(trace): support PrintableType::Unit
nickysn Apr 1, 2025
0d79ca9
test(trace): update test after adding support for PrintableType::Unit
nickysn Apr 1, 2025
9f656f0
chore: add commented out code for handling the missing types in regis…
nickysn Apr 1, 2025
6de2724
feat(trace): support PrintableType::Tuple
nickysn Apr 1, 2025
0921d73
test(trace): added test, demonstrating the PrintableType::Tuple support
nickysn Apr 1, 2025
5593a91
feat(trace): bump runtime_tracing version to 0.9.0
nickysn Apr 4, 2025
aab1faa
chore: update Cargo.toml
nickysn Apr 4, 2025
aacb1cc
feat(trace): support PrintableType::Reference
nickysn Apr 4, 2025
127d708
test(trace): added test, demonstrating the PrintableType::Reference s…
nickysn Apr 7, 2025
db2b6cf
feat(trace): support PrintableType::Function
nickysn Apr 7, 2025
4e32eac
feat(trace): handle PrintableType::Enum by throwing a todo!()
nickysn Apr 7, 2025
7fecd37
feat(trace): removed TODO(stanm): cover all types and remove warn!
nickysn Apr 7, 2025
ab5d5a4
feat(trace): removed unused 'use tracing::warn;'
nickysn Apr 7, 2025
39d31a1
chore: removed TODO that isn't needed
nickysn Apr 7, 2025
7f62839
Merge commit 'f1b10dc49' into nargo_trace
nickysn Apr 7, 2025
9da350e
Merge commit 'df0439e9d' into nargo_trace
nickysn Apr 9, 2025
9a504e6
chore: cargo fmt
nickysn Apr 9, 2025
43817f8
refactor: unify optimize_all and optimize_for_debug into a single fun…
nickysn Apr 9, 2025
b4aa879
chore: cargo fmt
nickysn Apr 10, 2025
a72d42f
Merge commit '2056df7bd' into nargo_trace
nickysn Apr 10, 2025
54278eb
chore: satisfy clippy
nickysn Apr 10, 2025
800ab44
chore: cargo fmt
nickysn Apr 10, 2025
e647e3e
chore: compilation fix
nickysn Apr 10, 2025
966267b
fix: derive debug and clone for SsaEvaluatorOptions
nickysn Apr 10, 2025
17dc79a
chore: cargo clippy fix
nickysn Apr 10, 2025
3296b01
Merge 'origin/master' into nargo_trace. April 14
Aristotelis2002 Apr 14, 2025
5debbd5
Merge 'origin/master' into nargo_trace. April 15
Aristotelis2002 Apr 15, 2025
c7ab411
chore: Fuzzer compilation fix
Aristotelis2002 Apr 15, 2025
83545a8
Merge 'origin/master' into nargo_trace. April 16
Aristotelis2002 Apr 16, 2025
040faca
Merge branch 'master' into nargo_trace
nickysn Apr 22, 2025
526c6c2
Merge 'origin/master' into nargo_trace. April 23
Aristotelis2002 Apr 24, 2025
b4eb7a5
fix(debugger): Add correct call stack to assert errors
Aristotelis2002 Apr 24, 2025
b3313fd
Merge 'origin/master' into nargo_trace. April 25
Aristotelis2002 Apr 25, 2025
9bd7e4c
chore: compilation fix in tooling/ast_fuzzer/tests/smoke.rs
nickysn Apr 25, 2025
f45dd95
Merge 'origin/master' into nargo_trace. April 28
Syndamia Apr 28, 2025
77b3ce9
fix: enable the defunctionalization pass in debug mode
nickysn Apr 25, 2025
dcd3d16
Merge branch 'aztec-master' into nargo_trace
Syndamia Apr 29, 2025
fc630ac
Merge 'origin/master' into nargo_trace. April 30
Syndamia Apr 30, 2025
524304d
Merge branch 'master' into nargo_trace
nickysn Apr 30, 2025
f771e9b
fix(debug): enable the inlining pass in debug mode
nickysn May 1, 2025
cf6cf4f
test(trace): update trace tests after enabling the inlining pass in d…
nickysn Apr 30, 2025
84572b4
Merge 'origin/master' into nargo_trace. May 2
Syndamia May 2, 2025
888e963
Merge 'origin/master' into nargo_trace. May 5
Syndamia May 5, 2025
37ef170
Merge 'origin/master' into nargo_trace. May 7
Syndamia May 7, 2025
1b7a74d
Merge branch 'master' into nargo_trace
nickysn May 7, 2025
b2e0640
Merge 'origin/master' into nargo_trace. May 8
Aristotelis2002 May 8, 2025
2841668
Merge 'origin/master' into nargo_trace. May 9
nickysn May 9, 2025
853a604
Merge branch 'master' into nargo_trace
nickysn May 9, 2025
fda637f
chore: satisfy cargo clippy
nickysn May 9, 2025
613b1c4
chore: satisfy cargo fmt
nickysn May 9, 2025
8af3fc1
Merge branch 'master' into nargo_trace
nickysn May 9, 2025
8ee18b7
Merge branch 'master' into nargo_trace
nickysn May 9, 2025
6977419
Merge 'origin/master' into nargo_trace. May 12
Aristotelis2002 May 12, 2025
08f9e26
Merge 'origin/master' into nargo_trace
Aristotelis2002 May 12, 2025
5e02f47
Merge 'origin/master' into nargo_trace. May 13
Aristotelis2002 May 13, 2025
aaa75ad
Merge 'origin/master' into nargo_trace. May 14
Aristotelis2002 May 14, 2025
a04b7d6
Merge 'origin/master' into nargo_trace. May 15
Aristotelis2002 May 15, 2025
113cf81
Merge 'origin/master' into nargo_trace. May 16
Aristotelis2002 May 16, 2025
c71a128
Merge 'origin/master' into nargo_trace. May 19
Aristotelis2002 May 19, 2025
94994a8
Merge 'origin/master' into nargo_trace. May 21
Aristotelis2002 May 20, 2025
4003b58
Merge 'origin/master' into nargo_trace
Aristotelis2002 May 21, 2025
0c60640
Merge 'origin/master' into nargo_trace. May 22
Aristotelis2002 May 22, 2025
18cb854
Merge 'origin/master' into nargo_trace. May 23
Aristotelis2002 May 23, 2025
b09bc3f
Merge 'origin/master' into nargo_trace. May 27
Aristotelis2002 May 27, 2025
571fba9
Merge 'origin/master' into nargo_trace. May 28
Aristotelis2002 May 28, 2025
9fa28be
Merge 'origin/master' into nargo_trace. June 4
Aristotelis2002 Jun 4, 2025
a0c909b
Merge 'origin/master' into nargo_trace. June 11
Aristotelis2002 Jun 11, 2025
15ca100
Merge 'origin/master' into nargo_trace. June 18
Aristotelis2002 Jun 18, 2025
954b7ad
feat(trace): use runtime_tracing from the binary_trace_format git branch
nickysn Jun 10, 2025
99d94f5
feat(trace): update Cargo.lock
nickysn Jun 10, 2025
7aeb3f6
feat(trace): pass TraceEventsFileFormat::Json to tracer.store_trace_e…
nickysn Jun 10, 2025
2d82bac
feat(trace): set address to 0 for ValueRecord::Reference
nickysn Jun 10, 2025
b3cd5d8
test(trace): update trace tests after runtime_tracing update, adding …
nickysn Jun 10, 2025
a0f3123
feat(trace): introduced the '--trace-format=' option to 'nargo trace'
nickysn Jun 10, 2025
e648457
test(trace): fix trace tests by passing the '--trace-format=json' com…
nickysn Jun 11, 2025
eadf8ad
feat(trace): update Cargo.lock
nickysn Jun 11, 2025
ffea159
feat: update runtime_tracing version in Cargo.lock
nickysn Jun 12, 2025
cfe24e2
feat(trace): switch to runtime_tracing version 0.12.0
nickysn Jun 23, 2025
8826eae
feat(trace): update Cargo.lock after runtime_tracing version upgrade
nickysn Jun 23, 2025
b43fb4c
Merge 'origin/master' into nargo_trace. June 25
Aristotelis2002 Jun 25, 2025
3f01b88
feat(trace): bump runtime_tracing library to version 0.12.1
nickysn Jul 1, 2025
56a6055
chore: update Cargo.lock
nickysn Jul 1, 2025
f00e951
Merge 'origin/master' into nargo_trace. July 2
Aristotelis2002 Jul 2, 2025
862dfd6
chore(fmt-trace): Remove trace formatter
Aristotelis2002 Jul 2, 2025
cc546e6
Merge 'origin/master' into nargo_trace. 15 July
Aristotelis2002 Jul 15, 2025
e48b586
Merge 'origin/master' into nargo_trace. 16 July
Aristotelis2002 Jul 16, 2025
a568432
feat(trace): bump runtime_tracing library to version 0.13.0
nickysn Jul 17, 2025
09de1b0
feat(trace): update Cargo.lock after previous commit
nickysn Jul 17, 2025
6b01874
feat(trace): use the new stream writing API from runtime_tracing 0.13.0
nickysn Jul 17, 2025
f79f63f
Merge 'origin/master' into nargo_trace. 23 July
Aristotelis2002 Jul 23, 2025
f54286a
feat(trace_binary_v1): update reference to runtime_tracing to follow …
nickysn Jul 23, 2025
bb2b344
feat(trace_binary_v1): update Cargo.lock after previous commit
nickysn Jul 23, 2025
12235c1
feat(trace_binary_v1): compilation fixed after runtime_tracing upgrade
nickysn Jul 23, 2025
f516a5d
feat(trace_binary_v1): add support for specifying the version 0 of th…
nickysn Jul 23, 2025
91bcb3c
feat(trace_binary_v1): upgrade to runtime_tracing version 0.14.0
nickysn Jul 28, 2025
f787f37
feat(trace_binary_v1): update Cargo.lock after previous commit
nickysn Jul 28, 2025
a054b74
feat(trace_binary_v1): compilation fixes after upgrade of runtime_tra…
nickysn Jul 28, 2025
a153efb
Merge 'origin/master' into nargo_trace. 30 July
Aristotelis2002 Jul 30, 2025
f086925
Merge 'origin/master' into nargo_trace. Aug 6
Aristotelis2002 Aug 6, 2025
0a6af3b
Merge 'origin/master' into nargo_trace. Aug 20
Aristotelis2002 Aug 20, 2025
ca76b89
Merge 'origin/master' into nargo_trace. Aug 27
Aristotelis2002 Aug 27, 2025
70e0507
fix(trace): Gracefully handle references with unknown dereferenced va…
Aristotelis2002 Sep 3, 2025
96816f5
Merge 'origin/master' into nargo_trace. Sep 3
Aristotelis2002 Sep 3, 2025
9e93795
Merge 'origin/master' into nargo_trace. Sep 10
Aristotelis2002 Sep 10, 2025
c56fb17
Merge 'origin/master' into nargo_trace. Sep 17
Aristotelis2002 Sep 17, 2025
e9fa687
Merge 'origin/master' into nargo_trace. Sep 24
Aristotelis2002 Sep 24, 2025
f9fd0e7
Merge 'origin/master' into nargo_trace. Oct 2
Aristotelis2002 Oct 2, 2025
795a7eb
Merge 'origin/master' into nargo_trace. Oct 13
Aristotelis2002 Oct 13, 2025
168f217
Merge 'origin/master' into nargo_trace. Oct 15
Aristotelis2002 Oct 15, 2025
71ee484
feat(nargo-trace): upgrade runtime_tracing 0.14.0 reference to codetr…
nickysn Oct 16, 2025
daa773f
Merge 'origin/master' into nargo_trace. Oct 22
Aristotelis2002 Oct 22, 2025
6058680
Merge 'origin/master' into nargo_trace. Oct 29
Aristotelis2002 Oct 29, 2025
8e286b1
Merge 'origin/master' into nargo_trace. Nov 5
Aristotelis2002 Nov 5, 2025
1377235
Merge 'origin/master' into nargo_trace. Nov 12
Aristotelis2002 Nov 12, 2025
196f7fe
chore(nargo-trace): Bump codetracer dep version
Aristotelis2002 Nov 19, 2025
32a0d2b
Merge 'origin/master' into nargo_trace. Nov 19
Aristotelis2002 Nov 19, 2025
d75f0c7
Merge 'origin/master' into nargo_trace. Nov 26
Aristotelis2002 Nov 26, 2025
c9d2429
Merge 'origin/master' into nargo_trace. Dec 3
Aristotelis2002 Dec 3, 2025
4f7a5db
Merge 'origin/master' into nargo_trace. Dec 11
Aristotelis2002 Dec 11, 2025
6693e15
Merge 'origin/master' into nargo_trace. 12 Jan
Aristotelis2002 Jan 12, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
206 changes: 197 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ members = [
"tooling/ast_fuzzer",
"tooling/ast_fuzzer/fuzz",
"tooling/greybox_fuzzer",
"tooling/tracer",
"tooling/nargo",
"tooling/nargo_doc",
"tooling/nargo_expand",
Expand Down Expand Up @@ -117,12 +118,15 @@ nargo_fmt = { path = "tooling/nargo_fmt" }
nargo_toml = { path = "tooling/nargo_toml" }
noir_lsp = { path = "tooling/lsp" }
noir_debugger = { path = "tooling/debugger" }
noir_tracer = { path = "tooling/tracer" }
noirc_abi = { path = "tooling/noirc_abi" }
noirc_artifacts = { path = "tooling/noirc_artifacts" }
noirc_artifacts_info = { path = "tooling/noirc_artifacts_info" }
noir_artifact_cli = { path = "tooling/artifact_cli" }
noir_ssa_executor = { path = "tooling/ssa_executor" }
noir_ast_fuzzer = { path = "tooling/ast_fuzzer" }
codetracer_trace_types = "0.16.2"
codetracer_trace_writer = "0.17.0"

# Arkworks
ark-bn254 = { version = "^0.5.0", default-features = false, features = [
Expand Down
Loading