Xi Lin
|
b0242c2938
|
feat(contracts): remove startBatchIndex check when updateVerifier in MultipleVersionRollupVerifier (#1372)
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
|
2024-06-12 17:05:08 +08:00 |
|
Xi Lin
|
8bd4277c13
|
feat(contracts): 4844 support (#1179)
|
2024-03-22 18:02:02 +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 |
|
Péter Garamvölgyi
|
97745fc4d0
|
fix: fix bridge init scripts for local testnet (#1087)
|
2024-01-22 14:49:49 +01:00 |
|
Xi Lin
|
69224ebb93
|
feat(contracts): lido gateway (#988)
|
2024-01-16 10:25:41 -08:00 |
|
Xi Lin
|
aaea3cc1f2
|
feat(contracts): bridge costs optimization (#1011)
|
2024-01-08 17:25:08 +08:00 |
|
Xi Lin
|
ff380141a8
|
feat(contracts): update ScrollOwner initialization script (#987)
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2023-10-12 08:51:20 +02:00 |
|
Xi Lin
|
7c742da488
|
feat(contracts): add emergency role to pause L1/L2ScrollMessenger (#975)
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
|
2023-10-07 11:33:09 +02:00 |
|
Péter Garamvölgyi
|
0cdb0dc7a9
|
feat: remove DAI gateway from deployment script (#979)
|
2023-10-06 18:03:21 +02:00 |
|
Xi Lin
|
3143373f5f
|
feat(contracts): remove rate limiter related codes (#978)
|
2023-10-05 21:16:01 +02:00 |
|
Xi Lin
|
4d903bc9b2
|
feat(contracts): foundry scripts for ScrollOwner (#838)
Co-authored-by: zimpha <zimpha@users.noreply.github.com>
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
Co-authored-by: Haichen Shen <shenhaichen@gmail.com>
|
2023-09-21 17:45:24 +02:00 |
|
Xi Lin
|
145edfccb9
|
refactor(contracts): merge FeeVault and L2TxFeeVault (#943)
|
2023-09-13 09:36:53 +02:00 |
|
Péter Garamvölgyi
|
c71fa5a5fc
|
style: use MAX_TX_IN_CHUNK env name in deployment scripts (#921)
|
2023-09-04 14:35:04 +02:00 |
|
Xi Lin
|
7d50699344
|
fix(contracts): OZ-L07 Potentially Misleading Verifier Event (#849)
Co-authored-by: zimpha <zimpha@users.noreply.github.com>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2023-08-25 10:45:35 +08:00 |
|
Péter Garamvölgyi
|
58c0511a94
|
fix: deprecate rollup operator env (#778)
|
2023-08-12 07:24:14 +02:00 |
|
Xi Lin
|
ea3e08ab2a
|
fix(contracts): initialize maxGasLimit by vm.env (#752)
|
2023-08-08 11:53:30 +08: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
|
bb0a0d0d09
|
feat(contracts): better access control of the ScrollChain (#700)
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
|
2023-08-06 09:43:39 +02:00 |
|
Péter Garamvölgyi
|
604a4407a2
|
feat: init DAI token in gateway router (#720)
|
2023-08-04 09:55:27 +02:00 |
|
Xi Lin
|
fe0ecc366d
|
feat(contracts): integrate with on-chain verifier contract (#702)
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
|
2023-08-04 08:54:39 +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 |
|
Péter Garamvölgyi
|
c12b1fd8f2
|
fix(contracts): adjust deployment scripts (#680)
|
2023-07-27 12:40:12 +02:00 |
|
Péter Garamvölgyi
|
d8cc69501e
|
fix(contracts): initialize L2GasOracle with correct intrinsic gas params. (#677)
|
2023-07-26 10:00:39 +02:00 |
|
Xi Lin
|
3832422bc9
|
fix(contracts): OZ-L2-L06 Initialization Performed Outside of Initialization Function (#652)
Co-authored-by: Haichen Shen <shenhaichen@gmail.com>
|
2023-07-25 10:24:53 -07:00 |
|
Xi Lin
|
0fc6d2a5e5
|
fix(contracts): OZ-L2-M02 WETH9 Approval Can Be Front-Run (#632)
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2023-07-24 22:16:12 +08:00 |
|
Xi Lin
|
94c557bfed
|
fix(contracts): remove retry with proof in L2ScrollMessenger (#658)
|
2023-07-21 14:19:01 +08:00 |
|
Péter Garamvölgyi
|
3ce671098a
|
fix(contracts): update deployment scripts (#594)
|
2023-06-28 11:52:25 +02:00 |
|
Péter Garamvölgyi
|
8b018327f2
|
feat(contracts): add fallback contract deployment script (#556)
|
2023-06-09 23:12:22 +08:00 |
|
Xi Lin
|
aa24cdd1db
|
feat(contracts): add chain id in public input hash (#517)
Co-authored-by: Haichen Shen <shenhaichen@gmail.com>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2023-05-28 09:41:38 +08:00 |
|
Xi Lin
|
f705ae7c0f
|
feat(contracts): implement new rollup design (#464)
Co-authored-by: Haichen Shen <shenhaichen@gmail.com>
Co-authored-by: maskpp <maskpp266@gmail.com>
Co-authored-by: Lawliet-Chan <1576710154@qq.com>
Co-authored-by: xinran chen <lawliet@xinran-m1x.local>
Co-authored-by: HAOYUatHZ <haoyu@protonmail.com>
Co-authored-by: Orest Tarasiuk <830847+OrestTa@users.noreply.github.com>
Co-authored-by: colin <102356659+colinlyguo@users.noreply.github.com>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
|
2023-05-21 11:29:16 -07:00 |
|
Haichen Shen
|
dfc443a257
|
feat(contracts): Remove whitelist from ScrollMessengerBase (#499)
|
2023-05-20 00:15:41 -07:00 |
|
Xi Lin
|
aea91291b2
|
feat(contracts): gateway to add enforced transaction (#400)
Co-authored-by: Haichen Shen <shenhaichen@gmail.com>
|
2023-05-16 15:13:09 -07:00 |
|
Max Wolff
|
646ecb0124
|
feat(contracts): Intrinsic Gas Check (#465)
Co-authored-by: Haichen Shen <shenhaichen@gmail.com>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2023-05-12 10:57:58 -07:00 |
|
Xi Lin
|
ebe557acf2
|
feat(contracts): add ScrollChainCommitmentVerifier (#344)
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2023-03-14 15:49:55 +08:00 |
|
Péter Garamvölgyi
|
8f807c8ee0
|
Add weth deploy script (#355)
|
2023-03-10 10:13:12 +01:00 |
|
Haichen Shen
|
fb7002bd6d
|
feat(bridge): update the watcher and relayer based on the new contract (#305)
Co-authored-by: colinlyguo <651734127@qq.com>
Co-authored-by: zimpha <zimpha@gmail.com>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
Co-authored-by: HAOYUatHZ <haoyu@protonmail.com>
|
2023-02-22 18:15:44 +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 |
|
Péter Garamvölgyi
|
eb3f187926
|
feat(contracts): Add fee vault (#223)
|
2023-02-11 21:24:45 +01:00 |
|
Péter Garamvölgyi
|
d5f0218f5f
|
feat: allow to override L2 deployment when address is provided (#293)
|
2023-02-10 14:28:38 +01:00 |
|
Xi Lin
|
0e88b9aa94
|
feat(contract): enable whitelist relayer (#272)
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2023-02-07 14:20:34 +08:00 |
|
Péter Garamvölgyi
|
9fb40a8b14
|
build(contracts): use Foundry for deployment scripts (#52)
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2022-11-03 15:52:49 +08:00 |
|