1.9.10 (2023-11-03)
- ci: 🐛 Add compressed binaries into release (be4ce3b)
- ci: 🐛 Make compressed files with binaries for each os (b63e253)
1.9.9 (2023-11-03)
- ci: 🐛 Add different names to binary files to resolve the release conflict (12d2cf3)
1.9.8 (2023-11-03)
1.9.7 (2023-11-03)
1.9.6 (2023-11-03)
- ci: 🩹 Correct target path for win & macos releases (3f64863)
1.9.5 (2023-11-03)
- cli: 🩹 Change proofs output name for cleaner structure (474e6cf)
1.9.4 (2023-11-02)
- ci: ⏪ Revert to linux only build (4d58bb6)
1.9.3 (2023-11-02)
- ci: 🐛 Do not build macos to avoid licencing issue (fbbbc88)
- ci: 🐛 Run-on macos-latest (1418cdd)
- ci: 🐛 Use cross for multi-os build (643601f)
1.9.2 (2023-11-02)
- ci: 🐛 run-on ubuntu only and fetch depth 0 (f803252)
1.9.1 (2023-11-02)
- ci: 🐛 Do not run tests in this action. Tests have dedicated action (9450692)
- ci: 🐛 Remove the
--target
fromcargo build
andcargo test
(2c13892) - ci: 🐛 Run tests only on Ubuntu (81f0e16)
- ci: 🐛 Set
bash
as shell execution (35ecb74) - ci: 🐛 Use actions-rust-lang/setup-rust-toolchain@v1 (9649c1b)
1.9.0 (2023-11-02)
- cli: ✨ Add
token
command to generate a sample token contract (59124e5) - cli: ✨ Add command
all
to run all the other commands end-2-end (25c0886) - cli: ✨ Include
token
command onall
command (9501075)
1.8.0 (2023-11-01)
- cli: 🐛 use
IsEqual
template to correctly compare the addresses (94f382a)
- cli: ✨ Add operations for read lines and write file (6b068a7)
- cli: ✨ Implement procedure for creating proofs (8651b81)
- cli: ✨ Include
proofs
command (56c20b5)
1.7.0 (2023-10-31)
- cli: ✨ Add
movejs
command and assistant file operations (64af834)
1.6.0 (2023-10-30)
- cli: ✨ Add verifier command and tests (16fc8db)
1.5.0 (2023-10-30)
- cli: ✨ Add circuit module with copy_circuit_file function (e010ba0)
- cli: ✨ Add compile module with compile_circuit function (d3f0cbf)
- cli: ✨ Add setup module with execute_setup_command and ensure_success functions (bfa60e9)
- cli: ⏪ revert the complext circuit execution (e8cca4e)
1.4.0 (2023-10-30)
- cli: ✨ Implement
setup
command that runs a ceremony and generates required files (2dd7951)
1.3.1 (2023-10-30)
- cli: 🐛 correct short version option test (5b88725)
1.3.0 (2023-10-29)
- cli: 🏗️ Migrate CLI Argument Parsing to Clap (09d03e0)
1.2.1 (2023-10-29)
- ci: 🐛 Add circom path and run test on push (9aad534)
- ci: 🐛 Ignore errors on circom build (4e85c3b)
- ci: 🐛 Update GitHub Actions to install circom and snarkjs (4b87618)
1.2.0 (2023-10-29)
- cli: 🐛 Make public variable in array (88b5313)
- cli: ✨ Implement
compile
command to compile the circuit file (a81d213)
1.1.0 (2023-10-29)
- cli: ✨ Add
circuit
command to createcircuit.circom
on user's folder (943931b)
1.0.10 (2023-10-28)
- ci: 🐛 Add Cargo.lock to auto git files (9131659)
1.0.9 (2023-10-28)
- ci: 🐛 Update the version in Cargo.lock with update_version script (db6ee49)
1.0.8 (2023-10-28)
- ci: 🐛 Sync cargo.lock version (1cd7d32)
1.0.7 (2023-10-28)
- ci: 🐛 Add build into update version script (b384deb)
1.0.6 (2023-10-28)
- ci: 🐛 merge build and semantic version run commands (90a90d0)
1.0.5 (2023-10-28)
- ci: 🐛 manual upload release binary (84dd40a)
1.0.4 (2023-10-28)
- ci: 🐛 change order of release build (97f9dd2)
1.0.3 (2023-10-28)
- ci: 🐛 update cargo.lock after version update (004747e)
1.0.2 (2023-10-28)
- ci: 🐛 sync cargo.lock version (12b7fd1)
1.0.1 (2023-10-28)
- ci: 🐛 change order of release actions (4eee730)
- ci: 🐛 Add permissions: contents: write (aa15f8f)
- ci: 🐛 Add GH_TOKEN env variable (00e170b)
- ci: 🐛 add missing dependencies (d4e9c49)
- ci: 🐛 add repo on package and change order of release commands (8044721)
- ci: 🐛 correct master branch name (78e61a8)
- ci: 🐛 Fix branches definition (094be0f)
- ci: 🐛 use newer node version (f460bea)
- ci: 🐛 use newer rust action and node version (32dbefa)
- ci: 🐛 use newer rust toolchain (b0a6439)
- ci: 🐛 use personal token (dde2db2)