84 Commits

Author SHA1 Message Date
hueso
811d5344a3 Partial hardhat -> viem migration for tests.
Typescript updated to v5.
Notably all calls to p2pix.callStatic.getStr() were replaced by viem.stringToHex() due to bug in ethers (https://github.com/ethers-io/ethers.js/issues/4965)
Full migration to viem might not be possible currently due to hard-chai-matchers incompatibility:
> The hardhat-chai-matchers plugin is designed to work with hardhat-ethers. Attempting to use it in conjunction with hardhat-viem results in compatibility issues.
https://hardhat.org/hardhat-chai-matchers/docs/overview
2025-06-11 11:55:24 -03:00
hueso
4f1f8d6025 sepolia deployment 2024-07-18 17:59:44 -03:00
hueso
c25fa24b2f ditch amount hardcodings 2024-03-03 21:53:48 -03:00
hueso
4f63d17eb1 set deposit() nonReentrant 2024-02-29 20:09:54 -03:00
hueso
d27bdda15e update tests for current function parameters 2024-02-29 19:53:12 -03:00
hueso
1ffa9c6b5c update documentation 2024-02-13 16:35:16 -03:00
hueso
f02dad07c8 restore function parameters. reverts 26a4952 2024-02-13 15:13:36 -03:00
hueso
db7407e299 add RSK networks 2024-02-13 13:26:39 -03:00
hueso
e95828b7dd ERC2771 compatibility 2023-09-05 00:40:18 -03:00
hueso
a3e6aa5879 add artifacts to .gitignore 2023-09-04 18:02:33 -03:00
hueso
f5f9923833 mark assembly blocks as memory-safe 2023-09-04 18:00:19 -03:00
hueso
b571d6c47e use ERC20 datatype 2023-09-04 18:00:19 -03:00
hueso
95463cdfa3 revamped lock() conditionals 2023-09-04 18:00:09 -03:00
PedroCailleret
1a91b64024 increased lock gas savings 2023-06-05 22:04:46 -03:00
PedroCailleret
631c1d5dfb Added support for flatsigs 2023-05-22 07:43:47 -03:00
PedroCailleret
26a495246e Moved stack allocation from memory to calldata 2023-05-22 06:40:53 -03:00
PedroCailleret
4281526d77 🔧 Inheritance reordering 2023-05-21 02:40:42 -03:00
PedroCailleret
28245db8dd Comment cleanup 2023-05-21 02:26:24 -03:00
PedroCailleret
32469e2480 Added ERC2771 support & Increased pixTarget max size 2023-05-21 02:05:43 -03:00
PedroCailleret
2129566a27 cleanup 2023-05-20 00:49:54 -03:00
PedroCailleret
c927f741e6 Removed relayer logic 2023-05-19 21:22:29 -03:00
PedroCailleret
ce5f3e4265 Inheritance refactoring 2023-05-19 05:14:11 -03:00
PedroCailleret
440048453b Types cleanup 2023-05-19 00:49:29 -03:00
PedroCailleret
0b9b0307d2 🏗️ 2023-05-16 21:09:39 -03:00
PedroCailleret
545887baec Cleanup 2023-05-15 00:16:36 -03:00
PedroCailleret
d8147bd58e Solidity version bump & viaIR compilation 2023-05-14 22:31:12 -03:00
PedroCailleret
8ebef3aaf1 Optimized SafeTransferLib (Solady) 2023-05-14 21:26:08 -03:00
PedroCailleret
9d14f053d5 Rearchitected storage 🗃️ 2023-05-14 20:44:18 -03:00
PedroCailleret
6a3bea432c Errors cleanup 2023-05-08 16:17:32 -03:00
PedroCailleret
a0e39bafab Administrative settings example script added. 2023-02-15 22:08:18 -03:00
PedroCailleret
55fc45fc73 Deployment scripts updated 2023-02-14 19:56:34 -03:00
PedroCailleret
8310e013f6 Enhanced integration & optimized testing 2023-02-14 18:40:02 -03:00
PedroCailleret
4c8016080d getLocksStatus fix 2023-01-30 22:34:23 -03:00
PedroCailleret
8f51b7841c sort fix 2023-01-30 07:50:04 -03:00
PedroCailleret
d946c239dc 🔧 Added getLocksStatus 2023-01-30 07:29:55 -03:00
Filipe Soccol
ce28faae9d Merged V2 overriding main. 2023-01-27 19:02:56 -03:00
PedroCailleret
bb10cf953f 🩹 getBalances Fix 2023-01-27 01:50:37 -03:00
PedroCailleret
6fe1e794d0 V2 Release 2023-01-26 21:40:17 -03:00
filipesoccol
8e2323a099
Merge pull request #7 from doiim/hotfix-1.0.3
Hotfix 1.0.3
2023-01-10 09:13:55 -03:00
PedroCailleret
44e2bf1d35 Merge branch 'hotfix-1.0.3' into main
Added Goerli and Mumbai testnet Deployment scripts and contract instances.
2023-01-09 18:06:15 -03:00
PedroCailleret
042667f10d Added testnet deployments 2023-01-09 18:05:14 -03:00
filipesoccol
95a43113ec
Merge pull request #6 from PedroCailleret/main
Added amount to LockReleased event.
2022-12-20 18:36:34 -03:00
PedroCailleret
1a9353575c Merge branch 'hotfix-1.0.2' into main 2022-12-20 17:35:17 -03:00
PedroCailleret
cb93b4db4b amount added to LockReleased event 2022-12-20 17:33:58 -03:00
PedroCailleret
ffa0fe22e3
Merge pull request #5 from doiim/fix-wad-math
HOTFIX: fixed WAD Math
2022-12-20 11:20:28 -03:00
PedroCailleret
0d612572c6 feat: 🚧 Deposit struct replaced for packed uint 2022-12-20 01:39:35 -03:00
PedroCailleret
5416bbdd72 fix: fixed WAD Math 2022-12-17 00:55:43 -03:00
Filipe Soccol
122044a1e5 HOTFIX: Adjusted minimum spend limit 2022-12-16 10:04:01 -03:00
PedroCailleret
0b0f2a667f
Merge pull request #4 from doiim/dev
Merge pixTimestamp hotfix to use Bytes32
2022-12-15 18:40:08 -03:00
PedroCailleret
7b05a3199e Merge branch 'hotfix-1.0.0' into dev 2022-12-15 17:11:11 -03:00