Skip to content

Commit 56faa79

Browse files
committed
rebase
1 parent 75d1c33 commit 56faa79

292 files changed

Lines changed: 18534 additions & 12840 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.codecov.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
coverage:
2-
status:
3-
project:
4-
default:
5-
threshold: 4%
2+
status:
3+
project:
4+
default:
5+
threshold: 4%

.github/ISSUE_TEMPLATE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
## 👉 [Please follow one of these issue templates](https://github.com/ProvableHQ/sdk/issues/new/choose) 👈
22

3-
Note: to keep the backlog clean and actionable, issues may be immediately closed if they do not follow one of the above issue templates.
3+
Note: to keep the backlog clean and actionable, issues may be immediately closed
4+
if they do not follow one of the above issue templates.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
blank_issues_enabled: true
22
contact_links:
3-
- name: ❓ Q&A Technical Support Channel
4-
url: https://discord.gg/aleo
5-
about: For quick questions or technical troubleshooting, please ask them on our dedicated Discord channel.
3+
- name: ❓ Q&A Technical Support Channel
4+
url: https://discord.gg/aleo
5+
about:
6+
For quick questions or technical troubleshooting, please ask them on
7+
our dedicated Discord channel.

.github/ISSUE_TEMPLATE/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: 📚 Documentation
33
about: Report an issue related to documentation
44
title: "[Docs]"
5-
labels: 'documentation'
5+
labels: "documentation"
66
---
77

88
## 📚 Documentation

.github/ISSUE_TEMPLATE/feature.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: 🚀 Feature
2+
name: 🚀 Feature
33
about: Submit a new feature request
44
title: "[Feature]"
55
labels: feature
@@ -18,7 +18,7 @@ labels: feature
1818
<!--
1919
Why should this feature be implemented in the Provable SDK?
2020
How would this feature be used in the Provable SDK?
21-
21+
2222
Is this feature request related to a problem? If so, please describe.
2323
Please link to any relevant issues or other PRs!
2424
-->
@@ -33,4 +33,5 @@ labels: feature
3333
How should this feature be implemented?
3434
-->
3535

36-
**Are you willing to open a pull request?** (See [CONTRIBUTING](../../CONTRIBUTING.md))
36+
**Are you willing to open a pull request?** (See
37+
[CONTRIBUTING](../../CONTRIBUTING.md))

.github/ISSUE_TEMPLATE/proposal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: 💥 Proposal
33
about: Propose a non-trivial change to the Provable SDK
44
title: "[Proposal]"
5-
labels: 'proposal'
5+
labels: "proposal"
66
---
77

88
## 💥 Proposal
Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
name: Setup Rust
22
description: Sets up Rust
33
runs:
4-
using: "composite"
5-
steps:
6-
- uses: actions/cache@v4
7-
with:
8-
path: |
9-
~/.cargo/registry
10-
~/.cargo/git
11-
target
12-
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
4+
using: "composite"
5+
steps:
6+
- uses: actions/cache@v4
7+
with:
8+
path: |
9+
~/.cargo/registry
10+
~/.cargo/git
11+
target
12+
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
1313

14-
- name: Initialize Rustup
15-
shell: bash
16-
run: |
17-
rustup show
14+
- name: Initialize Rustup
15+
shell: bash
16+
run: |
17+
rustup show
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: Setup Yarn
22
description: Sets up Yarn
33
runs:
4-
using: "composite"
5-
steps:
6-
- uses: actions/setup-node@v4
7-
with:
8-
cache: 'yarn'
4+
using: "composite"
5+
steps:
6+
- uses: actions/setup-node@v4
7+
with:
8+
cache: "yarn"
99

10-
- name: yarn install
11-
shell: bash
12-
run: |
13-
yarn install --immutable --check-cache
10+
- name: yarn install
11+
shell: bash
12+
run: |
13+
yarn install --immutable --check-cache
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Use build
22
description: Uses the build artifacts
33
runs:
4-
using: "composite"
5-
steps:
6-
- name: Download build
7-
uses: actions/download-artifact@v4
8-
with:
9-
name: build
4+
using: "composite"
5+
steps:
6+
- name: Download build
7+
uses: actions/download-artifact@v4
8+
with:
9+
name: build

.github/dependabot.yml

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,56 @@
11
version: 2
22
updates:
3-
- package-ecosystem: cargo
4-
directory: "/"
5-
schedule:
6-
interval: daily
7-
time: "10:00"
8-
open-pull-requests-limit: 10
9-
ignore:
10-
- dependency-name: wiremock
11-
versions:
12-
- 0.5.2
13-
- dependency-name: wasm-bindgen
14-
versions:
15-
- 0.2.71
16-
- 0.2.72
17-
- dependency-name: snarkvm-utilities
18-
versions:
19-
- 0.0.3
20-
- 0.0.4
21-
- 0.0.6
22-
- 0.2.0
23-
- 0.2.1
24-
- dependency-name: serde_json
25-
versions:
26-
- 1.0.63
27-
- 1.0.64
28-
- dependency-name: self_update
29-
versions:
30-
- 0.24.0
31-
- dependency-name: thiserror
32-
versions:
33-
- 1.0.24
34-
- dependency-name: snarkvm-storage
35-
versions:
36-
- 0.0.3
37-
- 0.0.4
38-
- dependency-name: snarkvm-dpc
39-
versions:
40-
- 0.0.3
41-
- 0.0.4
42-
- dependency-name: snarkvm-errors
43-
versions:
44-
- 0.0.3
45-
- 0.0.4
46-
- dependency-name: rand_chacha
47-
versions:
48-
- 0.3.0
49-
- dependency-name: snarkvm-objects
50-
versions:
51-
- 0.0.3
52-
- 0.0.4
53-
- dependency-name: snarkvm-models
54-
versions:
55-
- 0.0.3
56-
- 0.0.4
3+
- package-ecosystem: cargo
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
time: "10:00"
8+
open-pull-requests-limit: 10
9+
ignore:
10+
- dependency-name: wiremock
11+
versions:
12+
- 0.5.2
13+
- dependency-name: wasm-bindgen
14+
versions:
15+
- 0.2.71
16+
- 0.2.72
17+
- dependency-name: snarkvm-utilities
18+
versions:
19+
- 0.0.3
20+
- 0.0.4
21+
- 0.0.6
22+
- 0.2.0
23+
- 0.2.1
24+
- dependency-name: serde_json
25+
versions:
26+
- 1.0.63
27+
- 1.0.64
28+
- dependency-name: self_update
29+
versions:
30+
- 0.24.0
31+
- dependency-name: thiserror
32+
versions:
33+
- 1.0.24
34+
- dependency-name: snarkvm-storage
35+
versions:
36+
- 0.0.3
37+
- 0.0.4
38+
- dependency-name: snarkvm-dpc
39+
versions:
40+
- 0.0.3
41+
- 0.0.4
42+
- dependency-name: snarkvm-errors
43+
versions:
44+
- 0.0.3
45+
- 0.0.4
46+
- dependency-name: rand_chacha
47+
versions:
48+
- 0.3.0
49+
- dependency-name: snarkvm-objects
50+
versions:
51+
- 0.0.3
52+
- 0.0.4
53+
- dependency-name: snarkvm-models
54+
versions:
55+
- 0.0.3
56+
- 0.0.4

0 commit comments

Comments
 (0)