File tree
13 files changed
+389
-271
lines changed- android/src/main/jniLibs
- arm64-v8a
- armeabi-v7a
- x86
- x86_64
- ios
- debug
- release
- rust
- src/aleo
13 files changed
+389
-271
lines changedBinary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Submodule fox-aleo-rust updated 31 files
- .cargo/config.toml
- .circleci/config.yml+7-8
- .github/workflows/release.yml+1-186
- .github/workflows/test-release.yml-64
- .rusty-hook.toml-1
- Cargo.lock+3.9k
- Cargo.toml+5-1
- cli/commands/deploy.rs+11-3
- cli/commands/execute.rs+12-3
- cli/commands/transfer.rs+38-60
- cli/lib.rs+1-1
- rust/Cargo.toml+4-1
- rust/README.md+11-11
- rust/benches/account.rs+4-4
- rust/benches/private_key_encryption.rs+7-7
- rust/develop/src/cli.rs+3-3
- rust/develop/src/lib.rs+3-3
- rust/develop/src/routes.rs+17-16
- rust/src/account/encryptor.rs+1-1
- rust/src/api/blocking.rs+75-10
- rust/src/api/mod.rs+8
- rust/src/lib.rs+23-31
- rust/src/program/deploy.rs+61-38
- rust/src/program/execute.rs+99-51
- rust/src/program/helpers/offline.rs+1-1
- rust/src/program/helpers/records.rs+59-6
- rust/src/program/mod.rs+53-23
- rust/src/program/network.rs+7-6
- rust/src/program/resolver.rs+52-43
- rust/src/program/transfer.rs+23-23
- rust/src/test_utils/mod.rs+12-12
Submodule fox-snarkvm updated 1486 files
456 KB
Binary file not shown.
280 KB
Binary file not shown.
+3-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 |
| - | |
| 44 | + | |
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 |
| - | |
| 55 | + | |
| 56 | + | |
56 | 57 |
|
0 commit comments