78 Commits

Author SHA1 Message Date
attemka
e95ad5eeae feat (contracts): ComplexPool deployment script (#99)
Co-authored-by: moebius <0xmoebius@protonmail.com>
Co-authored-by: moebius <132487952+0xmoebius@users.noreply.github.com>
2025-07-31 20:48:17 +04:00
moebius
7ccea5c4f2 feat: entrypoint upgrade (#82)
Signed-off-by: Ameen Soleimani <ameen.sol@gmail.com>
Co-authored-by: Ameen Soleimani <ameen.sol@gmail.com>
2025-05-21 08:35:28 -07:00
moebius
8cc84cf9b8 fix: use placeholder cid 2025-03-26 14:53:22 +01:00
moebius
fd18570e22 fix: medusa test 2025-03-26 14:10:11 +01:00
moebius
3685ca9fef fix: update the root update method to accept a string instead of bytes32 2025-03-26 13:45:43 +01:00
moebius
1791d4249b fix: test 2025-03-19 17:10:50 +01:00
moebius
c1bbef9ddb Merge branch 'dev' of wonderland:0xbow-io/privacy-pools-core into fix/register-pool-check 2025-03-14 14:18:00 +01:00
moebius
39e1cdcfba fix: linting 2025-03-14 14:08:46 +01:00
moebius
c4ed54697e fix: update tree file 2025-03-14 13:59:29 +01:00
moebius
532eaa8ed1 fix: add entrypoint address check in pool registration 2025-03-14 13:57:01 +01:00
Nathaniel Blakely
12e7b46e9c Merge branch 'dev' into feat/deterministic-deployments 2025-03-13 11:43:34 -07:00
moebius
d8cc8d7f14 refactor: undo deploy lib methods 2025-03-11 14:06:47 +01:00
moebius
74e49b264b feat: create2 deploy lib 2025-03-11 13:16:37 +01:00
moebius
ac36feba8b fix: improve test readability 2025-03-10 13:22:01 +01:00
moebius
3e42d4c087 fix: undo starting at index zero 2025-03-10 10:02:38 +01:00
moebius
e86fa902bf fix: circular buffer starting index and tests 2025-03-07 22:39:27 +01:00
moebius
a7605db7a2 fix: typo 2025-03-07 19:31:54 +01:00
moebius
d31854e08c test: add test for specific mainnet usdt token approval 2025-03-07 19:30:46 +01:00
moebius
934ea02a6e fix: root set returned index, increase root history size 2025-03-07 18:28:22 +01:00
moebius
f078c5db94 chore: update tree file 2025-03-05 12:40:41 +01:00
moebius
92497a8994 fix: max relay fee fuzzing value 2025-03-05 12:36:54 +01:00
moebius
c1f7b4eed1 test: update with configurable max relayer fee 2025-03-05 12:12:02 +01:00
moebius
8b88ac32df fix: formatting 2025-03-05 09:41:49 +01:00
moebius
c07658a474 fix: proof integration tests depth 2025-03-05 09:39:42 +01:00
moebius
ccaf8b0ded test: pool is dead revert case on register pool 2025-03-04 16:09:58 +01:00
moebius
94db354d95 fix: removed duplicated test 2025-03-04 16:02:35 +01:00
moebius
ff16eef408 fix: audit findings and tests updates 2025-03-04 15:55:06 +01:00
moebius
3f42454337 fix: contracts linting 2025-02-24 15:22:06 +01:00
moebius
d64c0fc147 chore: update verifiers and integration tests 2025-02-22 13:40:03 +01:00
moebius
ac019e77c1 chore: update contracts with new circuit version 2025-02-22 13:05:22 +01:00
moebius
1b3f385dd8 fix: add precommitment to deposit event 2025-02-22 00:00:49 +01:00
moebius
6d71637053 fix: lint 2025-02-19 14:32:47 +01:00
moebius
36f0887dc7 fix: update test doc and tree file 2025-02-19 14:28:17 +01:00
moebius
28f2f45c9c chore: update with dev 2025-02-19 14:19:41 +01:00
moebius
24c257745b fix: update medusa constraint 2025-02-19 14:18:59 +01:00
moebius
f2b5afe322 Merge branch 'dev' into fix/circuits-audit-issues 2025-02-19 14:11:24 +01:00
moebius
684d08bfd0 fix: add check for really big values on deposit 2025-02-19 11:26:44 +01:00
Artem
4c5ebe0e4f Merge remote-tracking branch 'origin/fix/relayer-sdk' into fix/relayer-sdk 2025-02-18 23:09:55 +07:00
Artem
33493a0386 moved projects to public sdk package 2025-02-18 23:09:24 +07:00
moebius
3efc7e7b98 chore: update license to apache 2 on contracts 2025-02-18 16:52:42 +01:00
moebius
f0b8fe5e7b fix: add assumptions on test addresses (#83) 2025-02-14 15:05:43 +01:00
Simon Something /DrGoNoGo
646e5508ce test: property and invariant tests (#61)
- define properties and invariants
- implement a Medusa-based fuzzing campaign

---------

Co-authored-by: drgorillamd <83670532+drgorillamd@users.noreply.github.com>
Co-authored-by: moebius <0xmoebius@protonmail.com>
2025-02-14 12:12:37 +00:00
moebius
13bbc96dc7 fix: internal review (#80)
This pull requests introduces the fixes to the internal review findings.
Tests for covering the new error cases have been added.
2025-02-14 09:20:59 +00:00
Turtle
b4dcd74381 refactor: temporal package name (#76)
Fixes SEC-255
2025-02-08 00:00:44 +01:00
moebius
c9c8401cc3 docs: mdbook (#56) 2025-02-03 08:46:18 +00:00
moebius
1ac05ef7a9 chore: improve deployment scripts (#55)
Updated the `Deploy.s.sol` script to support multiple configurations per
chain.
2025-01-31 12:03:34 +00:00
moebius
326246cacb test: complex integration test cases (#54) 2025-01-31 11:25:09 +00:00
moebius
5318a1c597 test: entrypoint upgrades (#52) 2025-01-28 17:42:21 +00:00
moebius
aead9f5471 chore: add assertions to integration tests, fix linting issues, improve docs (#51) 2025-01-28 17:09:52 +00:00
moebius
e32e76d398 chore: integrate SDK into contracts tests (#47)
Co-authored-by: Lempire <61431140+lempire123@users.noreply.github.com>
2025-01-28 16:19:32 +00:00