Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
ce7ec68
feat: add tally test and update client result get
99Kies Dec 1, 2025
77dbaed
feat: update add new key test
99Kies Dec 6, 2025
d5a918c
feat: update add new key test and docs
99Kies Dec 7, 2025
5d6c9f0
feat: add test contract
99Kies Dec 12, 2025
30078fb
fix: add test to old func
99Kies Dec 12, 2025
a182be5
feat: change poseidon-rs to light-poseidon
99Kies Dec 14, 2025
d3930f9
feat: update dependencies
99Kies Dec 14, 2025
3cbdbfc
feat: update dependencies
99Kies Dec 14, 2025
6a067e6
feat: update gitignore to add checksums
99Kies Dec 17, 2025
ab20f02
feat: support 633125 circuit size and amaci process message test
99Kies Dec 20, 2025
9c81ff6
feat(sdk): test 633125 amaci round created
99Kies Dec 20, 2025
dd772ef
feat(e2e): update test to support more deactivate/addNewKey flow
99Kies Dec 20, 2025
66de906
feat(e2e): update amaci e2e test
99Kies Dec 21, 2025
19ad9cf
feat: update operator client and amaci test
99Kies Dec 22, 2025
24aee74
fix(e2e): update amaci addnewkey e2e test
99Kies Dec 22, 2025
bf7ef69
feat(docs): update amaci deactivate docs
99Kies Dec 23, 2025
b3c6ddd
feat(crypto): add rust crypto lib
99Kies Dec 25, 2025
6018d1a
feat: remove some test md
99Kies Dec 25, 2025
b2e3c2c
feat(maci-crypto): update baby-jubjub
99Kies Dec 27, 2025
39f12b8
feat(crate): add baby-jubjub and eddsa-poseidon lib
99Kies Dec 27, 2025
db8e32a
fix(e2e): update crate keypair e2e test
99Kies Dec 27, 2025
7d9e149
feat: add amaci process and tally docs and fix contract format json i…
99Kies Jan 3, 2026
4d7a44f
feat(maci-crypto): support ElGamal alg
99Kies Jan 3, 2026
a323066
feat(maci-crypto): update keypair to support genShareKey
99Kies Jan 3, 2026
958ebd4
feat(maci-crypto/keypair): support genDeactivateRoot
99Kies Jan 3, 2026
9c19a07
fix(e2e): fix deactivate generate vector
99Kies Jan 4, 2026
591273e
fix(e2e): update the tree fromat in rust
99Kies Jan 4, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,9 @@ jobs:
working-directory: ./crates/maci-utils
run: cargo build --bin generate_test_vectors --release

- name: Generate Poseidon test vectors
- name: Generate all test vectors
working-directory: ./e2e
run: pnpm run generate:vectors
run: pnpm run generate:all-vectors

- name: Run e2e tests
working-directory: ./e2e
Expand Down
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ add-new-key_v3/
/target
/schema
*/target
/artifacts
*/artifacts
# Ignore wasm files in artifacts, but keep checksums.txt
**/*.wasm
!/artifacts/checksums.txt

# Cargo+Git helper file (https://github.com/rust-lang/cargo/blob/0.44.1/src/cargo/sources/git/utils.rs#L320-L327)
.cargo-ok
Expand All @@ -66,3 +67,5 @@ add-new-key_v3/
# IDEs
*.iml
.idea

maci-details.md
Loading
Loading