Commit Graph

31 Commits

Author SHA1 Message Date
rymnc 9222310701
fix: tests 2023-04-24 18:23:27 +05:30
Aaryamann Challani 97710d597e
Merge branch 'main' into set_range 2023-04-24 18:20:22 +05:30
rymnc 7e2c3120d7
feat: set_range for indexed batch_insertions 2023-04-24 18:18:59 +05:30
rymnc f777a3a457
fix: tests 2023-04-18 14:30:03 +05:30
rymnc 1055d4723e
fix: custom error enum 2023-04-18 14:22:38 +05:30
Magamedrasul Ibragimov ee50bb7318 feat: add Config associated type to Database trait 2023-02-10 14:52:45 +04:00
Magamedrasul Ibragimov f261dc15bb chore: reimplement Error API with Error trait objects 2023-02-10 13:33:58 +04:00
Magamedrasul Ibragimov 0462068697 chore: refactor batch_insertions 2023-02-02 21:10:48 +04:00
Magamedrasul Ibragimov c84e12f124 test: implement batch_insertions for sled 2023-02-02 20:34:23 +04:00
Magamedrasul Ibragimov 516c46d5f8 chore: fix the bug in batch_insertions 2023-02-02 20:24:58 +04:00
Magamedrasul Ibragimov f7e19730f8 test: implement batch_insertions for sled 2023-02-02 16:11:50 +04:00
Magamedrasul Ibragimov 0d3f2e0657 test: implement batch_insert for memory_keccak 2023-02-02 15:47:19 +04:00
Magamedrasul Ibragimov 824e643c77 chore: implement parallel insertion 2023-02-02 14:31:18 +04:00
Magamedrasul Ibragimov 3095ec2b73 refactor: remove useless prints 2022-12-10 16:41:07 +03:00
Magamedrasul Ibragimov ea8c7a5264 feat: change Hasher API 2022-11-30 21:50:10 +03:00
Magamedrasul Ibragimov 09d95a901f test: add zerokit test for poseidon_sled case 2022-11-30 17:22:05 +03:00
Magamedrasul Ibragimov 629a2bafad tests: add zerokit test for poseidon_memory 2022-11-30 17:11:26 +03:00
Magamedrasul Ibragimov 5b25cbc721 test: update poseidon test with proofs 2022-11-16 19:23:05 +03:00
Magamedrasul Ibragimov 20a436781b feat: add test with poseidon 2022-11-16 19:21:58 +03:00
Magamedrasul Ibragimov ccb66c61fb test: add tests for proof & verify API 2022-11-08 15:36:17 +03:00
Magamedrasul Ibragimov ef4d821d3c feat: implement proof & verify functions for Merkle Tree 2022-11-08 15:29:59 +03:00
Magamedrasul Ibragimov afa7b33299 test: update tests with Error handling 2022-11-06 15:25:19 +03:00
Magamedrasul Ibragimov bd9711d954 feat: add Error handling 2022-11-06 15:00:09 +03:00
Magamedrasul Ibragimov 0cb7d88251 test: add test for persistent sled_db 2022-11-02 13:45:49 +03:00
Magamedrasul Ibragimov 6b74938519 test: add test for root calculation & for mt state 2022-11-01 21:01:35 +03:00
Magamedrasul Ibragimov 01dd08d803 fix: update recalculate_from function 2022-11-01 21:00:31 +03:00
Magamedrasul Ibragimov 6b18234c66 chore: remove delete method from Database trait 2022-11-01 20:33:44 +03:00
Magamedrasul Ibragimov 4591a9001c fix: change initialization for cached_vec 2022-11-01 20:31:18 +03:00
Magamedrasul Ibragimov 5f2b9c61ba chore: remove new method from hasher trait & implement test 2022-11-01 20:24:31 +03:00
Magamedrasul Ibragimov 6516b95507 test: change sha to keccak 2022-11-01 12:08:27 +03:00
Magamedrasul Ibragimov 100b6d7b0f test: add integration test for Memory_Sha case 2022-10-31 10:29:21 +03:00