mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-27 12:17:35 +03:00
Merge pull request #2637 from AleoHQ/deps/snarkvm-0.15.0
[Dependencies] Update to snarkVM v0.15.2
This commit is contained in:
commit
3de4c75078
442
Cargo.lock
generated
442
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -45,12 +45,11 @@ members = [
|
||||
]
|
||||
|
||||
[workspace.dependencies.snarkvm]
|
||||
git = "https://github.com/AleoHQ/snarkVM.git"
|
||||
branch = "testnet3"
|
||||
version = "0.15.2"
|
||||
|
||||
|
||||
[workspace.dependencies.snarkvm-console]
|
||||
git = "https://github.com/AleoHQ/snarkVM.git"
|
||||
branch = "testnet3"
|
||||
version = "0.15.2"
|
||||
|
||||
[lib]
|
||||
path = "leo/lib.rs"
|
||||
|
@ -16,10 +16,10 @@ outputs:
|
||||
results:
|
||||
main:
|
||||
- input: "[0u32, 1u32]"
|
||||
output: "[false]"
|
||||
output: "SnarkVMError('test.aleo/main' is not satisfied on the given inputs (18459 constraints).)"
|
||||
- input: "[1u32, 1u32]"
|
||||
output: "[true]"
|
||||
- input: "[1u32, 2u32]"
|
||||
output: "[false]"
|
||||
output: "SnarkVMError('test.aleo/main' is not satisfied on the given inputs (18459 constraints).)"
|
||||
- input: "[2u32, 2u32]"
|
||||
output: "[true]"
|
||||
|
@ -16,7 +16,7 @@ outputs:
|
||||
results:
|
||||
address_casts:
|
||||
- input: "[aleo1hjnn8jdxlzzlqjywamdx4hzcxny5gszzm0q5xmnae4ed6qqn2gys4ugtey]"
|
||||
output: "[aleo1hjnn8jdxlzzlqjywamdx4hzcxny5gszzm0q5xmnae4ed6qqn2gys4ugtey, false, 4215828253063057579372973753238191915437678788189540242352627279098623010748field, 4215828253063057579372973753238191915437678788189540242352627279098623010748group, -68i8, -22596i16, -919361604i32, -1115211937480464452i64, 69581248500420848509480883781010433980i128, 188u8, 42940u16, 3375605692u32, 17331532136229087164u64, 69581248500420848509480883781010433980u128, 597325464396926472386380471716694795022991767388272616119577778851337709500scalar]"
|
||||
output: "SnarkVMError('test.aleo/address_casts' is not satisfied on the given inputs (35900 constraints).)"
|
||||
bool_casts:
|
||||
- input: "[false]"
|
||||
output: "[aleo1qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq3ljyzc, false, 0field, 0group, 0i8, 0i16, 0i32, 0i64, 0i128, 0u8, 0u16, 0u32, 0u64, 0u128, 0scalar]"
|
||||
|
Loading…
Reference in New Issue
Block a user