Skip to content

Commit aa91b65

Browse files
Fix / Release 1.0.1 : Honk contract generation through CLI (#473)
1 parent 5bbb108 commit aa91b65

File tree

66 files changed

+101
-938
lines changed

Some content is hidden

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

66 files changed

+101
-938
lines changed

.github/workflows/cairo.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
name: Cairo 1 tests
1+
name: Cairo Workflow / publish
22

33
on:
44
push:
55
branches: [main]
66
pull_request:
7+
workflow_dispatch:
78

89
jobs:
910
pre_job:

.github/workflows/maturin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: Maturin
22
on:
33
push:
44
tags:

.github/workflows/node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: NODE
1+
name: NODE tests
22

33
on:
44
push:

.github/workflows/wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: WASM
1+
name: WASM npm publish
22

33
on:
44
push:

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/PYPI_README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ garaga gen
4848

4949
Install specific version:
5050
```bash
51-
pip install garaga==1.0.0
51+
pip install garaga==1.0.1
5252
```
5353

5454
Install from Git commit:

docs/gitbook/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Garaga achieves remarkable efficiency through optimized Cairo implementations. S
7373
* **For generated contracts** (Groth16, Noir): Use the same SDK version that generated your verifier contract
7474
* **For maintained contracts** (RISC Zero, SP1, drand): Use the SDK version matching the Garaga release that declared the contract class hashes
7575

76-
All packages are released together with matching version numbers (e.g., `pip install garaga==1.0.0` + `garaga = "1.0.0"` in Scarb.toml + `garaga_rs` tag `v1.0.0` + `npm install [email protected].0`).
76+
All packages are released together with matching version numbers (e.g., `pip install garaga==1.0.1` + `garaga = "1.0.1"` in Scarb.toml + `garaga_rs` tag `v1.0.1` + `npm install [email protected].1`).
7777
{% endhint %}
7878

7979
***
@@ -98,7 +98,7 @@ Or add to `Scarb.toml`:
9898

9999
```toml
100100
[dependencies]
101-
garaga = "1.0.0"
101+
garaga = "1.0.1"
102102
```
103103
{% endtab %}
104104

docs/gitbook/deploy-your-snark-verifier-on-starknet/README.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

docs/gitbook/deploy-your-snark-verifier-on-starknet/groth16/README.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)