-
Notifications
You must be signed in to change notification settings - Fork 116
Update openvm to 1.4.0 #3291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update openvm to 1.4.0 #3291
Changes from 158 commits
e1e783a
2cfe4e3
21ad1e7
26e31c4
04508d5
33efc8e
a36b3a2
dcb0293
0c3dd22
9596cc7
c0da8f8
14229da
3269e55
d1e2a22
aab0dfd
85f35d0
3724813
e276b89
3f37dc2
7c3d7aa
ad65a11
78752fd
d2571c8
2ff7ce1
4b3d8f9
189d9de
3d0ff0c
4bf21e6
7d1c5f9
47d1bb0
864e93c
e9a80e9
a1a8d40
08c894c
5834bf7
287f34e
57cd49d
72b4171
7aea878
b8720e2
c6b6c17
ed27104
6077b02
1236462
e64ed22
0445fb2
fe7d918
8f3a49a
04a260f
191aef2
462ccbc
a837b8c
172409d
1e3e47a
491b632
a18f82b
d1f1c7c
815dd47
7827f09
4f8edcc
16461c9
0617a00
5b5db0a
440c271
4ccec33
ab10057
f2f7425
ae0e785
57180c2
ff27118
675176d
00601e8
eda50b5
b0ac0d9
ad0f4b5
9ecf44c
6f91298
ac5b415
bfe1d86
f791df2
f9addcd
283f080
7df1ce1
54d39f0
f49c4bd
7496c8e
8fddb45
69cefba
716b797
41b6aa3
e13688f
4afaede
8dbcfd2
1902bf3
42ed94b
81091cc
bdda298
be9ca33
096b9bc
e8e0c0d
7708fd3
a6453d2
91d6736
eaa8283
452481f
7eef8b6
c47561a
ad2d461
4234175
9b12547
75d25e0
e2dc162
907a0bf
4c5f4eb
058f2ef
8ad34a4
7a09cb4
94dc325
5dcbb34
a8d8fbf
0b35edf
ddc1309
3260408
fa84893
5d34a76
c800f49
c6a13e6
8ab376d
c37f3f9
f72f8e5
6d4b3b7
180027f
e88c853
274c73b
d32a136
6a147f4
ad00797
a4f438f
63191ff
9de513b
e854c9f
5885b92
70169b3
26fe978
ffa9419
2ee1142
21bd511
ca3ff63
055b6fb
e5d9993
3a1dacd
2139f4e
6b3e266
5b1f359
f69b675
7d2d9a0
9975ee6
e4730ef
a1a84d9
d3da73c
d0e6c3c
99651ba
cbef8b2
6ab6e42
0546cfa
74a927c
6ff518a
1369c00
739f5c9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,11 @@ license.workspace = true | |
homepage.workspace = true | ||
repository.workspace = true | ||
|
||
[features] | ||
default = [] | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. why is There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. the metrics are required for benchmarks to work on ci. Happy to remove the default and pass the feature explicitly there. For here, same, I don't have a strong opinion, but metrics sounds more like something you'd turn on only if needed. |
||
tco = ["openvm-sdk/tco"] | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. what's tco? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. tail call optimization |
||
metrics = ["openvm-sdk/metrics"] | ||
|
||
[dependencies] | ||
openvm.workspace = true | ||
openvm-build.workspace = true | ||
|
@@ -80,6 +85,7 @@ openvm-pairing-transpiler.workspace = true | |
serde_cbor = "0.11.2" | ||
expect-test = "1.5.1" | ||
criterion = { version = "0.4", features = ["html_reports"] } | ||
tracing-log = "0.2.0" | ||
|
||
[lib] | ||
bench = false # See https://github.com/bheisler/criterion.rs/issues/458 | ||
|
Uh oh!
There was an error while loading. Please reload this page.