colinlyguo
|
7196c5cab6
|
Merge branch 'develop' into feat/upgrade4
|
2024-07-08 19:27:05 +08:00 |
|
colin
|
86aed8e667
|
chore: decommission event-watcher (#1413)
|
2024-07-08 17:54:25 +08:00 |
|
colin
|
bc9bc5db36
|
feat(rollup-relayer): finalize bundle (#1411)
|
2024-07-08 15:26:50 +08:00 |
|
colin
|
229809ad6f
|
feat(rollup-relayer): support commitBatchWithBlobProof (#1397)
|
2024-06-27 21:25:51 +08:00 |
|
colin
|
ba77a74743
|
feat(rollup-relayer): support codecv2 (#1298)
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
Co-authored-by: georgehao <haohongfan@gmail.com>
Co-authored-by: Zhang Zhuo <mycinbrin@gmail.com>
Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com>
|
2024-05-30 19:00:40 +08:00 |
|
colin
|
320ab56d1d
|
feat(codecv1): add commit gas and calldata size estimation (#1324)
Co-authored-by: georgehao <haohongfan@gmail.com>
|
2024-05-07 16:35:49 +08:00 |
|
JayLiu
|
d1bec53e50
|
test: replace l1GethContainer with poSL1Container (#1312)
Co-authored-by: TKTech660 <liujay48@gmail.com>
|
2024-04-30 16:25:22 +08:00 |
|
colin
|
34ad8ca772
|
fix(batch-proposer): potential panic risk (#1311)
|
2024-04-30 08:46:13 +08:00 |
|
Péter Garamvölgyi
|
c56bda9f47
|
feat(gas-oracle): relay blob base fee after Bernoulli block (#1293)
|
2024-04-23 16:53:39 +08:00 |
|
JayLiu
|
9e35ce0ab4
|
test: add testcontainers (#1248)
|
2024-04-08 00:10:14 +08:00 |
|
Péter Garamvölgyi
|
5362e28f74
|
feat: rename fork to Bernoulli (#1210)
Co-authored-by: Thegaram <Thegaram@users.noreply.github.com>
|
2024-03-26 17:30:06 +00:00 |
|
colin
|
e8eb7ff8fd
|
feat(rollup-relayer): support codecv1 (#1201)
Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com>
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
|
2024-03-25 18:09:07 +00:00 |
|
georgehao
|
b01b5819da
|
feat(coordinator): support assigning tasks of different versions to provers (#1182)
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
Co-authored-by: colin <102356659+colinlyguo@users.noreply.github.com>
Co-authored-by: Thegaram <Thegaram@users.noreply.github.com>
|
2024-03-25 16:51:36 +00:00 |
|
colin
|
02415a692a
|
feat(sender): support blob transaction (#1183)
Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com>
|
2024-03-19 08:43:23 +00:00 |
|
colin
|
4c6d7b7deb
|
refactor(batch): removing db fields in batch encoding type (#1196)
|
2024-03-19 10:16:54 +08:00 |
|
colin
|
395a0b7fe2
|
fix(chunk & batch proposer): metrics (#1195)
Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com>
|
2024-03-14 19:00:35 +08:00 |
|
colin
|
73414391b9
|
refactor(relayer): support multiple codec versions (#1178)
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com>
Co-authored-by: georgehao <haohongfan@gmail.com>
|
2024-03-13 20:48:40 +08:00 |
|
Ömer Faruk Irmak
|
96179d1c60
|
feat: make chunk and batch proposers respect fork boundaries (#1174)
Co-authored-by: georgehao <haohongfan@gmail.com>
|
2024-03-06 22:58:23 +08:00 |
|
georgehao
|
e41fee6766
|
feat: remove unused code (#1152)
Co-authored-by: colinlyguo <colinlyguo@scroll.io>
|
2024-02-21 21:34:06 +08:00 |
|
colin
|
5c3b358a22
|
refactor(event-watcher): remove duplicated L2 message syncing features (#1134)
Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com>
|
2024-02-20 15:57:16 +08:00 |
|
colin
|
bab1841193
|
feat(rollup-relayer & gas-oracle): graceful restart (#1076)
Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com>
Co-authored-by: zzq0826 <770166635@qq.com>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2024-01-25 21:52:42 +08:00 |
|
colin
|
44c5f1c8b4
|
test(rollup): add commit and finalize genesis batch (#1086)
|
2024-01-22 15:00:08 +08:00 |
|
colin
|
25d5fabac9
|
fix(gas-oracle): fetch block header (#984)
Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com>
|
2023-10-10 17:25:39 +08:00 |
|
colin
|
e843419397
|
fix(rollup-relayer): better estimate commit batch gas limit (#982)
Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com>
|
2023-10-09 08:31:31 +02:00 |
|
colin
|
caa16e1676
|
fix(rollup-relayer): address underestimation of commitBatch gas in low-tx batches (#980)
Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com>
|
2023-10-07 15:35:53 +02:00 |
|
colin
|
c551609e17
|
feat(watcher&rollup): add block commit calldata size and commit/finalize batch revert metrics (#974)
Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com>
|
2023-09-29 15:33:08 +08:00 |
|
colin
|
8c41b0b86b
|
test(rollup-relayer): add chunk and batch proposer limit tests (#932)
Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com>
|
2023-09-07 13:29:08 +08:00 |
|
colin
|
f4663fd249
|
feat(rollup-relayer): add number of blocks per chunk limit (#880)
Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com>
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
Co-authored-by: HAOYUatHZ <HAOYUatHZ@users.noreply.github.com>
|
2023-09-05 15:00:16 +08:00 |
|
HAOYUatHZ
|
38551c4eeb
|
refactor: rename bridge to rollup (#644)
Co-authored-by: HAOYUatHZ <HAOYUatHZ@users.noreply.github.com>
|
2023-09-02 15:42:01 +08:00 |
|