Aaryamann Challani
|
7790954c4a
|
chore: Release (#254)
|
2024-05-21 13:16:57 +07:00 |
|
Ekaterina Broslavskaya
|
0005b1d61f
|
Expose a public function to fetch the root of a subtree at level n (#247)
* add get_subroot function
* update test
* update pmtree dependecy
|
2024-05-17 16:35:18 +07:00 |
|
Ekaterina Broslavskaya
|
51939be4a8
|
chore(rln): tests and benchmarks review (#243)
* add set benches
* add set benches
* refactor tests
* took out the general functions in ffi
* rollback file reader
|
2024-05-09 17:37:34 +07:00 |
|
Aaryamann Challani
|
d91a5b3568
|
chore: Release (#236)
|
2024-04-09 03:56:57 +05:30 |
|
Aaryamann Challani
|
aaa12db70d
|
chore: Release (#232)
|
2024-03-07 11:47:23 +05:30 |
|
Aaryamann Challani
|
0997d15d33
|
fix(rln): use tree_height_20 artifacts from ceremony (#218)
* fix(rln): use artifacts from ceremony
* chore: Release
|
2023-10-04 13:22:51 +05:30 |
|
Aaryamann Challani
|
8614b2a33a
|
feat: rln-v2 (#204)
* feat(rln-v2): update serde for rln-v2 (#202)
* feat(rln-v2): update serde for rln-v2
* fix: public tests that needed to append the new fields
* s/id_commitments/rate_commitments (#205)
* feat: rename public, protocol and update tests to use rate_commitments
* fix: into()
* `message_id` range check (#210)
* feature: range check added
* fmt
* feature: message_id_range_check
* fix: corresponding change of types
* comments: function level
* fmt
* fix(rln): tests (#212)
* most changes
* fix
* fix protocol tests
* fmt
* ffi tests fix
* feat(rln-v2): new artifacts, removed older ones (#211)
* feat(rln-v2): new artifacts, removed older ones
* wip: working branch
* fix: remove more refs to epoch + rln_identifier
* Updated serde in RLN proof verification
* Updated artifacts
* chore: update
* chore: update
* hardcoded test works
* fix: proof generation and verification
* fix: rln-wasm tests
* fix: ffi tests
* fix: rln-wasm test
* fix: recover_id_secret
* Fix message (#217)
---------
Co-authored-by: rymnc <43716372+rymnc@users.noreply.github.com>
* chore: Release
---------
Co-authored-by: tyshko-rostyslav <122977916+tyshko-rostyslav@users.noreply.github.com>
|
2023-10-03 21:28:21 +05:30 |
|
rymnc
|
b51896c3a7
|
chore: Release
|
2023-08-25 05:37:09 +05:30 |
|
Aaryamann Challani
|
bf3d1d3309
|
chore: use pmtree instead of vacp2p_pmtree (#203)
|
2023-08-16 16:01:39 +05:30 |
|
Aaryamann Challani
|
ef1da42d94
|
v0.3.1 (#198)
* fix(rln): missing fields from cargo.toml
* fix(utils): missing fields from cargo.toml
* chore: Release
|
2023-08-05 10:42:21 +05:30 |
|
Aaryamann Challani
|
6d58320077
|
fix(crates): version tags (#194)
* fix(crates): version tags
* fix commit
---------
Co-authored-by: Rostyslav Tyshko <tyshko.rostyslav@gmail.com>
|
2023-07-31 09:22:23 +02:00 |
|
tyshko-rostyslav
|
be2dccfdd0
|
Prepare for crates.io publication (#193)
* fix versions, use release ark-circom
* fix utils version
* fix lock file
* utils: renaming, use vacp2p_pmtree, description
* utils: fix benches and tests
* fix lock and rkn files
|
2023-07-28 12:25:34 +02:00 |
|
Aaryamann Challani
|
5cf2b2e05e
|
chore(utils): bump pmtree rev (#190)
|
2023-07-25 22:09:34 +05:30 |
|
Aaryamann Challani
|
36158e8d08
|
chore(utils): bump pmtree rev (#189)
* chore(utils): bump pmtree rev
* chore(utils): bump pmtree rev
|
2023-07-25 21:21:04 +05:30 |
|
Aaryamann Challani
|
c8cf033f32
|
chore(utils): bump pmtree rev (#188)
|
2023-07-25 17:26:43 +05:30 |
|
Aaryamann Challani
|
23d2331b78
|
feat(rln): close db connection before dropping rln object (#187)
|
2023-07-25 15:22:55 +05:30 |
|
Aaryamann Challani
|
2793fe0e24
|
feat(rln): expose set_metadata and get_metadata public and ffi apis (#178)
|
2023-06-15 20:35:49 +05:30 |
|
Aaryamann Challani
|
72a3ce1770
|
fix(cargo.toml): bench=false (#172)
|
2023-05-29 19:44:00 +05:30 |
|
Aaryamann Challani
|
2c4de0484a
|
feat(utils): initialize benchmarks (#166)
|
2023-05-25 12:02:45 +05:30 |
|
Aaryamann Challani
|
8f2c9e3586
|
combined batch operations (insert + delete) (#160)
* fix(rln): clippy error
* feat: batch ops in ZerokitMerkleTree
* chore: bump pmtree
* fix: upstream root calc
|
2023-05-15 07:11:43 +05:30 |
|
Aaryamann Challani
|
2c4b399126
|
feat(rln): ability to pass rln tree config in ffi (#150)
* feat(rln): pass config in rln ffi
* fix: for rln-wasm
* fix: ffi tests
* fix: clippy
* fix: test cursor
|
2023-05-05 15:15:33 +05:30 |
|
Aaryamann Challani
|
fd7d7d9318
|
Integrate pmtree into rln (#147)
* feat: integrate pmtree with zerokit
* fix: tests
|
2023-04-28 10:02:21 +05:30 |
|
tyshko-rostyslav
|
8cd4baba8a
|
leave our fork of ark-circom (#132)
* leave our fork of `ark-circom`
---------
Co-authored-by: tyshkor <tyshko1@gmail.com>
|
2023-03-22 07:01:24 +01:00 |
|
tyshko-rostyslav
|
bf2aa16a71
|
chore(rln): ensure all dependencies have fixed revision (#127)
|
2023-03-07 09:11:08 +05:30 |
|
Aaryamann Challani
|
062055dc5e
|
fix(license): add licensing info to cargo.toml (#121)
|
2023-02-27 11:47:55 +05:30 |
|
tyshko-rostyslav
|
55b00fd653
|
Code quality (#114)
* to color_eyre::Result 1st part
* tests and seconds batch
* third batch
* rln fixes + multiplier
* rln-wasm, assert rln, multiplier
* io to color_eyre
* fmt + clippy
* fix lint
* temporary fix of `ark-circom`
* fix ci after merge
* fmt
* fix rln tests
* minor
* fix tests
* imports
* requested change
* report + commented line + requested change
* requested changes
* fix build
* lint fixes
* better comments
---------
Co-authored-by: tyshkor <tyshko1@gmail.com>
|
2023-02-27 11:46:16 +05:30 |
|
G
|
a5aa4e8d4f
|
feat(rln): add seeded keygen (#56)
* refactor(rln/zerokit): move poseidon to separate utils crate
* refactor(rln/zerokit): move merkle tree to utils crate
* feat(rln): add seeded keygen
|
2022-09-30 17:27:55 +02:00 |
|
G
|
bbacc9dcce
|
Add utils module (#53)
* refactor(rln/zerokit): move poseidon to separate utils crate
* refactor(rln/zerokit): move merkle tree to utils crate
* refactor(rln/zerokit): move poseidon to separate utils crate
* fix(utils/rln): fmt & conflict resolve
* feat(utils): add parallel feature
|
2022-09-28 11:33:14 +02:00 |
|