colin
|
52bf3a55fc
|
fix(coordinator): fix CollectProofs for multi-roller & add tests (#252)
Co-authored-by: colinlyguo <colinlyguo@gmail.com>
|
2023-01-19 14:52:20 +08:00 |
|
Péter Garamvölgyi
|
598e10e4fc
|
feat(bridge): update skipped batches in a single db operation (#242)
|
2023-01-18 15:21:41 +01:00 |
|
colin
|
5a4bea8ccd
|
fix(coordinator): set session failed when all rollers have submitted invalid proof (#241)
Co-authored-by: colinlyguo <colinlyguo@gmail.com>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2023-01-18 20:01:43 +08:00 |
|
HAOYUatHZ
|
09dc638652
|
perf(db): add limit in block_batch queries (#240)
|
2023-01-17 20:46:51 +08:00 |
|
Scroll Dev
|
0fcdb6f824
|
doc: bump version number (#238)
|
2023-01-17 06:57:43 +08:00 |
|
Xi Lin
|
d0c63e75df
|
bugfix(database): make sure return order of statuses in GetRollupStatusByIDList (#235)
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
|
2023-01-16 20:57:27 +08:00 |
|
Xi Lin
|
a1cb3d3b87
|
fix(contracts&libzkp): fix mpt circuits panic (#232)
Co-authored-by: HAOYUatHZ <haoyu@protonmail.com>
Co-authored-by: Lawliet-Chan <1576710154@qq.com>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2023-01-14 14:58:37 +08:00 |
|
colin
|
47b4c54e05
|
fix(relayer): use sync map for concurrent write (#231)
Co-authored-by: colinlyguo <colinlyguo@gmail.com>
Co-authored-by: HAOYUatHZ <haoyu@protonmail.com>
|
2023-01-14 12:07:59 +08:00 |
|
maskpp
|
fe822a65b9
|
refactor(bridge): refactor bridge parallelization (#213)
Co-authored-by: colin <102356659+colinlyguo@users.noreply.github.com>
Co-authored-by: colinlyguo <colinlyguo@gmail.com>
|
2023-01-14 09:40:07 +08:00 |
|
HAOYUatHZ
|
8f55299941
|
Revert "refactor(coordinator): remove debug api namespace from manager" (#224)
Co-authored-by: Nazarii Denha <dengaaa2002@gmail.com>
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
|
2023-01-13 08:41:36 +08:00 |
|
HAOYUatHZ
|
0bdcce79ba
|
chore: bump version number (#226)
|
2023-01-13 08:33:53 +08:00 |
|
Péter Garamvölgyi
|
fcd29c305d
|
fix(coordinator): use uint32 for timestamp to enable RLP encoding (#225)
|
2023-01-12 18:24:59 +01:00 |
|
Lawliet-Chan
|
54a6ab472a
|
feat(message): replace json.Marshal with rlp.Encode for Signing (#219)
|
2023-01-12 22:21:59 +08:00 |
|
HAOYUatHZ
|
b2a5baa2ad
|
feat(bridge): upgrade TraceGasCost estimation (#222)
|
2023-01-12 16:45:11 +08:00 |
|
maskpp
|
a44956a05f
|
fix(bug): fix data race in common/cmd module. (#220)
|
2023-01-11 21:05:46 +08:00 |
|
Péter Garamvölgyi
|
d24392feac
|
feat(bridge): Propose batches, fetch blocks and events in parallel (#216)
|
2023-01-10 23:13:06 +08:00 |
|
Péter Garamvölgyi
|
fa93de97de
|
feat(bridge): Relay messages and batches in parallel (#212)
Co-authored-by: HAOYUatHZ <haoyu@protonmail.com>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2023-01-10 09:18:36 +08:00 |
|
Lawliet-Chan
|
fff2517a76
|
build(libzkp): update dependency common-rs -> scroll-zkevm (#204)
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2023-01-09 09:32:14 +08:00 |
|
Xi Lin
|
eba7647e21
|
bugfix(bridge): add suffix to id in processingFinalization and processingCommitment (#207)
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
|
2023-01-06 14:33:21 +01:00 |
|
Xi Lin
|
51076d21c3
|
bugfix(bridge): failed to fetch rollup events on restart (#201)
|
2023-01-06 20:39:09 +08:00 |
|
maskpp
|
077ed9839a
|
feat(bug): fix bug in l2 watcher (#199)
|
2023-01-05 17:32:50 +08:00 |
|
HAOYUatHZ
|
bbdbf3995f
|
feat(bridge): fast catch up new blocks (#184)
Co-authored-by: colinlyguo <colinlyguo@gmail.com>
|
2023-01-04 15:43:14 +08:00 |
|
HAOYUatHZ
|
7fb8bc6e29
|
fix(test): fix TestCmd (#194)
|
2023-01-02 19:38:37 +08:00 |
|
maskpp
|
23bc381f5c
|
fix(integration-test): fixtestStartProcess (#193)
|
2022-12-29 16:43:06 +08:00 |
|
HAOYUatHZ
|
a545954dbc
|
chore(bridge): increase blockTracesFetchLimit & `contractEventsBlock… (#185)
|
2022-12-26 17:55:03 +08:00 |
|
HAOYUatHZ
|
dc6ef83fbd
|
chore: bump version number (#182)
|
2022-12-26 14:32:11 +08:00 |
|
HAOYUatHZ
|
feaa95aefe
|
Revert "feat(libzkp): unwind panic (#163)" (#179)
|
2022-12-26 11:50:27 +08:00 |
|
HAOYUatHZ
|
8ad8a1b6f0
|
feat(batch_proposer): add batchTxNumThreshold (#178)
|
2022-12-26 10:17:16 +08:00 |
|
maskpp
|
22f6781c26
|
feat(Integration test): Enable run child process in integration-test test cases. (#102)
Co-authored-by: colinlyguo <102356659+colinlyguo@users.noreply.github.com>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2022-12-22 22:13:04 +08:00 |
|
HAOYUatHZ
|
b165402e81
|
refactor(bridge): refactor watcher confirmation check and add more logs (#173)
Co-authored-by: Scroll Dev <dev@scroll.io>
|
2022-12-22 21:26:52 +08:00 |
|
maskpp
|
1c4ed0487a
|
fix(tests): fix docker workflow for tests (#152)
Co-authored-by: colinlyguo <102356659+colinlyguo@users.noreply.github.com>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2022-12-19 14:49:01 +08:00 |
|
Lawliet-Chan
|
6eb71869e8
|
feat(libzkp): unwind panic (#163)
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2022-12-15 20:26:38 +08:00 |
|
Xi Lin
|
91dcd51d55
|
fix(database): handle empty message array (#166)
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2022-12-15 17:09:37 +08:00 |
|
Nazarii Denha
|
479a061ee6
|
perf: optimize block trace db usage (#162)
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
Co-authored-by: maskpp <maskpp266@gmail.com>
Co-authored-by: HAOYUatHZ <haoyu@protonmail.com>
|
2022-12-14 21:43:33 +08:00 |
|
HAOYUatHZ
|
d463c6fb72
|
feat(batch_proposer): add batch_proposer configuration (#129)
Co-authored-by: maskpp <maskpp266@gmail.com>
|
2022-12-14 10:45:41 +08:00 |
|
HAOYUatHZ
|
450ff4b51f
|
build: bump version to prealpha-v7.3 (#160)
|
2022-12-13 13:55:51 +08:00 |
|
maskpp
|
87fc9a8cc9
|
feat(l2geth version): bump l2geth version (#159)
|
2022-12-13 13:15:20 +08:00 |
|
Lawliet-Chan
|
a63fe6924a
|
feat: Add version into coordinator (#157)
|
2022-12-13 11:58:13 +08:00 |
|
Nazarii Denha
|
c05a31524f
|
feat(coordinator&roller): secure handshaking (#106)
Co-authored-by: chuhanjin <419436363@qq.com>
Co-authored-by: maskpp <maskpp266@gmail.com>
Co-authored-by: Lawliet-Chan <1576710154@qq.com>
Co-authored-by: ChuhanJin <60994121+ChuhanJin@users.noreply.github.com>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
Co-authored-by: colinlyguo <colinlyguo@gmail.com>
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
Co-authored-by: colinlyguo <102356659+colinlyguo@users.noreply.github.com>
Co-authored-by: Thegaram <th307q@gmail.com>
|
2022-12-12 13:24:42 +01:00 |
|
HAOYUatHZ
|
ac342faaf0
|
chore: add more logs for libzkp (#151)
Co-authored-by: Lawliet-Chan <1576710154@qq.com>
|
2022-12-12 17:59:28 +08:00 |
|
Lawliet-Chan
|
2bc951f622
|
feat: use common lib for verifier & roller (#74)
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
Co-authored-by: colinlyguo <102356659+colinlyguo@users.noreply.github.com>
Co-authored-by: colinlyguo <colinlyguo@gmail.com>
Co-authored-by: HAOYUatHZ <haoyu@protonmail.com>
|
2022-12-10 18:46:18 +08:00 |
|
ChuhanJin
|
11fa61c45c
|
refact(orm): parallel insert and change gas_cost compute logic (#133)
Co-authored-by: vincent <419436363@qq.com>
|
2022-12-09 17:37:22 +08:00 |
|
HAOYUatHZ
|
98cd149627
|
refactor: merge common config (#128)
|
2022-12-08 20:52:25 +08:00 |
|
colinlyguo
|
303a7d02c8
|
feat: coordinator graceful restart (#110)
Co-authored-by: colinlyguo <colinlyguo@gmail.com>
Co-authored-by: maskpp <maskpp266@gmail.com>
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
Co-authored-by: Lawliet-Chan <1576710154@qq.com>
Co-authored-by: HAOYUatHZ <haoyu@protonmail.com>
|
2022-12-08 19:44:16 +08:00 |
|
HAOYUatHZ
|
b71834c0e1
|
build: bump version number (#125)
|
2022-12-01 21:15:24 +08:00 |
|
ChuhanJin
|
b794f31d38
|
feat: update ws api service (#39)
Co-authored-by: chuhanjin <419436363@qq.com>
Co-authored-by: maskpp <maskpp266@gmail.com>
Co-authored-by: Lawliet-Chan <1576710154@qq.com>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
Co-authored-by: colinlyguo <colinlyguo@gmail.com>
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
Co-authored-by: colinlyguo <102356659+colinlyguo@users.noreply.github.com>
|
2022-12-01 20:59:59 +08:00 |
|
Xi Lin
|
09dcaae497
|
fix: padding bytes in ComputeBatchID (#124)
|
2022-11-30 17:45:22 +08:00 |
|
HAOYUatHZ
|
02effbc5a1
|
fix(bridge): fix Layer2Relayer processSavedEvent (#123)
|
2022-11-30 16:19:46 +08:00 |
|
HAOYUatHZ
|
fed5cef7fc
|
fix(bridge): fix watcher processedMsgHeight (#122)
|
2022-11-30 11:31:37 +08:00 |
|
HAOYUatHZ
|
95fd1c57f8
|
feat: include at least 1 block in a batch (#114)
Co-authored-by: maskpp <maskpp266@gmail.com>
|
2022-11-28 15:58:13 +08:00 |
|