Xi Lin
|
8bd4277c13
|
feat(contracts): 4844 support (#1179)
|
2024-03-22 18:02:02 +08:00 |
|
Chomtana
|
dc98cf9c08
|
docs: fix word transfered -> transferred (#1114)
Co-authored-by: georgehao <haohongfan@gmail.com>
|
2024-02-19 22:49:47 +08:00 |
|
Xi Lin
|
6030927680
|
fix(contracts): OZ-H01 ETH Deposits Can Get Stuck if They Are Not Successfully Bridged (#1093)
Co-authored-by: icemelon <icemelon@users.noreply.github.com>
|
2024-02-06 21:16:55 -08:00 |
|
Xi Lin
|
367179394e
|
docs(contracts): OZ-N07 Missing or Inconsistent Documentation (#1098)
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
|
2024-02-05 18:11:48 +01:00 |
|
Xi Lin
|
ce29d82e5a
|
fix(contracts): OZ-N08 Deprecated Variables Are Still Being Assigned Values (#1099)
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
|
2024-02-05 16:13:06 +01:00 |
|
Xi Lin
|
adbcd7fb0f
|
fix(contracts): OZ-L01 Implementation Keeps Functionalities for Deprecated Variables (#1094)
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
|
2024-02-05 14:20:04 +01:00 |
|
Xi Lin
|
aaea3cc1f2
|
feat(contracts): bridge costs optimization (#1011)
|
2024-01-08 17:25:08 +08:00 |
|
Xi Lin
|
3143373f5f
|
feat(contracts): remove rate limiter related codes (#978)
|
2023-10-05 21:16:01 +02:00 |
|
Xi Lin
|
55e0b11d17
|
fix(contracts): OZ-N03 Inconsistent Usage of msg.sender (#906)
|
2023-10-04 15:45:17 -07:00 |
|
Xi Lin
|
56150da353
|
docs(contracts): OZ-L03 Missing Docstrings (#940)
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2023-09-12 10:27:54 +08:00 |
|
Xi Lin
|
ae1cb30ed1
|
fix(contracts): OZ-M01 L2USDCGateway Is Missing Rate Limiter Functionality (#927)
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2023-09-11 10:47:14 +08:00 |
|
Xi Lin
|
0b0b84a513
|
fix(contracts): OZ-N01 Unused Imports (#930)
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2023-09-06 13:34:29 +08:00 |
|
Xi Lin
|
e35de74495
|
docs(contracts): OZ-L01 Misleading Comment (#928)
|
2023-09-06 11:59:35 +08:00 |
|
Xi Lin
|
f6894bb82f
|
feat(contracts): add usdc gateway (#426)
Co-authored-by: zimpha <zimpha@users.noreply.github.com>
Co-authored-by: Haichen Shen <shenhaichen@gmail.com>
|
2023-08-29 00:28:29 -07:00 |
|
Xi Lin
|
102d29c54d
|
docs(contracts): OZ-N06 Inconsistent Coding Style (#874)
Co-authored-by: zimpha <zimpha@users.noreply.github.com>
|
2023-08-25 11:59:20 +08:00 |
|
Xi Lin
|
d7d62eb8e6
|
docs(contracts): OZ-L09 Misleading and Incorrect Comments (#851)
Co-authored-by: zimpha <zimpha@users.noreply.github.com>
|
2023-08-22 12:53:42 +08:00 |
|
Xi Lin
|
ae2e010324
|
feat(contracts): add rate limiter (#712)
Co-authored-by: zimpha <zimpha@users.noreply.github.com>
|
2023-08-18 06:43:58 -07:00 |
|
Xi Lin
|
f1073e7d13
|
refactor(contracts): OZ-L1-N03 Events Should Emit Old and New Value (#673)
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
|
2023-08-06 14:18:13 +02:00 |
|
Xi Lin
|
e2185ffe20
|
refactor(contracts): OZ-L1-L03 Code Redundancy, OZ-L1-N15 Unused Imports and OZ-L2-N02 Unused Imports (#698)
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
|
2023-08-06 10:21:18 +02:00 |
|
Xi Lin
|
8bb9b22741
|
feat(contracts): add dummy dai gateway in L1 and L2 (#704)
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
|
2023-08-04 07:56:39 +02:00 |
|
Haichen Shen
|
e2612a3d88
|
fix(contracts): Fix typos in the contract function name and docs (#679)
|
2023-07-27 09:58:07 -07:00 |
|
Xi Lin
|
4d96c12e7b
|
fix(contracts): OZ-L1-N02 Error-Prone Call Encoding and OZ-L2-L03 Unsafe ABI Encoding (#668)
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2023-07-24 23:05:54 +08:00 |
|
Xi Lin
|
2bd9694348
|
fix(contracts): OZ-L2-L05 Lack of Event Emissions (#650)
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2023-07-24 22:43:43 +08:00 |
|
Xi Lin
|
523cc2cb7e
|
fix(contracts): OZ-L1-L02 Initialization Not Disabled for Implementation Contracts (#639)
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2023-07-20 21:14:35 +08:00 |
|
Xi Lin
|
b5bbb72756
|
fix(contracts): OZ-L1-L10 Unpinned Compiler Version (#636)
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2023-07-20 20:57:43 +08:00 |
|
Xi Lin
|
f8ec59f7e1
|
fix(contracts): OZ-L1-M02 Lack of Upgradeability Storage Gaps (#618)
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2023-07-20 15:52:48 +08:00 |
|
Xi Lin
|
535ec91141
|
fix(contracts): OZ-L1-H07 L2 Standard ERC-20 Token Metadata Can Be Set Arbitrarily (#606)
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2023-07-10 15:31:11 +08:00 |
|
Xi Lin
|
96452ee32b
|
feat(contracts): add a simple usdc gateway (#587)
Co-authored-by: Haichen Shen <shenhaichen@gmail.com>
|
2023-07-08 11:39:37 +08:00 |
|
Ahmed Castro
|
8f0690be41
|
refactor: turn L1ERC721Gateway and L1ERC1155Gateway internal functions virtual (#552)
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
Co-authored-by: Xi Lin <zimpha@gmail.com>
|
2023-07-05 09:48:36 +02:00 |
|
Xi Lin
|
29f358e838
|
feat(contracts): add a non-upgradeable version of IScrollStandardERC20 (#501)
Co-authored-by: Haichen Shen <shenhaichen@gmail.com>
|
2023-05-21 15:16:52 +08:00 |
|
Haichen Shen
|
f6f11be0cf
|
feat(contracts): remove unnecessary todos (#483)
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2023-05-17 13:56:10 +08:00 |
|
Xi Lin
|
26b65473cf
|
feat(contracts): fixes according to Zellic contract audits (#441)
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
Co-authored-by: Haichen Shen <shenhaichen@gmail.com>
|
2023-05-12 09:10:53 -07:00 |
|
Xi Lin
|
cf9f0b921f
|
feat(contracts): forward data to receiver after deposit/withdraw (#429)
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2023-04-21 19:27:49 +08:00 |
|
Xi Lin
|
19f74075a1
|
fix(contracts): add missing payable in L2 ERC721/1155 gateway (#382)
|
2023-03-22 12:20:12 +08:00 |
|
Haichen Shen
|
cb6a609366
|
fix(contract): mutated function -> mutation function (#377)
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2023-03-20 21:20:19 +08:00 |
|
Xi Lin
|
77f1fa7ca7
|
style(contracts): reformat contract codes with prettier (#376)
|
2023-03-20 13:43:55 +08:00 |
|
Xi Lin
|
7e99c5148d
|
feat(contracts): new bridge contracts (#288)
Co-authored-by: Haichen Shen <shenhaichen@gmail.com>
Co-authored-by: Thegaram <th307q@gmail.com>
Co-authored-by: colin <102356659+colinlyguo@users.noreply.github.com>
|
2023-02-20 13:44:49 -08:00 |
|
HAOYUatHZ
|
acf79df679
|
feat: add contracts (#22)
|
2022-10-10 21:04:30 +08:00 |
|