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
|
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 |
|
georgehao
|
e35d1d5b4e
|
fix: make fmt failure & unit test failure (#1180)
|
2024-03-07 00:03:40 +08:00 |
|
colin
|
63f1b1e7de
|
feat(coordinator): add a prover block list (#1161)
Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com>
Co-authored-by: georgehao <haohongfan@gmail.com>
|
2024-03-06 15:09:56 +08:00 |
|
colin
|
8910699e31
|
feat: new bridge history apis (#1024)
Co-authored-by: georgehao <haohongfan@gmail.com>
Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com>
|
2023-12-28 11:34:41 +08:00 |
|
georgehao
|
7dd1b05f46
|
build: upgrade go version to 1.20 (#1045)
|
2023-12-13 15:01:23 +08:00 |
|
georgehao
|
50040a164e
|
feat(coordinator): split the coordinator cron to single process (#995)
Co-authored-by: maskpp <maskpp266@gmail.com>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
Co-authored-by: HAOYUatHZ <HAOYUatHZ@users.noreply.github.com>
|
2023-10-26 13:15:44 +08:00 |
|
georgehao
|
f7a2465db8
|
fix(coordinator): fix can't assigned failure task (#963)
Co-authored-by: georgehao <georgehao@users.noreply.github.com>
|
2023-09-22 02:31:28 +08:00 |
|
georgehao
|
2b266aaa68
|
perf(coordinator): optimize coordinator get task's index (#962)
Co-authored-by: georgehao <georgehao@users.noreply.github.com>
|
2023-09-22 01:30:57 +08:00 |
|
georgehao
|
410f14bc7d
|
perf(coordinator): optimize get_task of bad index (#961)
Co-authored-by: georgehao <georgehao@users.noreply.github.com>
|
2023-09-21 23:48:34 +08:00 |
|
georgehao
|
59a2f1e998
|
perf(coordinator): optimize get task's optimistic lock (#960)
Co-authored-by: georgehao <georgehao@users.noreply.github.com>
Co-authored-by: colinlyguo <colinlyguo@scroll.io>
|
2023-09-21 22:44:06 +08:00 |
|
georgehao
|
20c5e9855b
|
perf(coordinator): use optimistic lock during batch/chunk assignment (#958)
Co-authored-by: georgehao <georgehao@users.noreply.github.com>
Co-authored-by: colin <102356659+colinlyguo@users.noreply.github.com>
|
2023-09-21 17:03:42 +08:00 |
|
georgehao
|
dcd85b2f56
|
feat(coordinator): bump version (#952)
Co-authored-by: georgehao <georgehao@users.noreply.github.com>
|
2023-09-19 17:50:25 +08:00 |
|
georgehao
|
afb6476823
|
feat: fix cleanup bug again (#951)
|
2023-09-19 17:45:45 +08:00 |
|
georgehao
|
d991d6b99d
|
fix(coordinator): fix clean challenge bug (#950)
Co-authored-by: georgehao <georgehao@users.noreply.github.com>
|
2023-09-19 16:41:33 +08:00 |
|
georgehao
|
a79992e772
|
feat(coordinator): clean up challenge (#946)
Co-authored-by: georgehao <georgehao@users.noreply.github.com>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2023-09-17 08:14:47 +08:00 |
|
HAOYUatHZ
|
2a54c8aae6
|
build: fix Makefile (#947)
|
2023-09-14 21:58:47 +08:00 |
|
georgehao
|
8bae647921
|
feat: remove prover-stats-api (#944)
|
2023-09-13 21:03:44 +08:00 |
|
georgehao
|
0730e91292
|
feat(observability):add ready&health check api for k8s (#938)
Co-authored-by: georgehao <georgehao@users.noreply.github.com>
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
|
2023-09-11 19:22:19 +08:00 |
|
HAOYUatHZ
|
cd456ee3db
|
feat(prover, coordinator): update vk handling logic (#931)
Co-authored-by: Steven Gu <asongala@163.com>
Co-authored-by: HAOYUatHZ <HAOYUatHZ@users.noreply.github.com>
|
2023-09-07 10:59:47 +08:00 |
|
colin
|
d39db01c5b
|
fix(coordinator): decrease active attempts zero check (#934)
Co-authored-by: HAOYUatHZ <HAOYUatHZ@users.noreply.github.com>
|
2023-09-06 18:22:25 +08:00 |
|
georgehao
|
c6cc51bcfd
|
feat(coordinator): prover task assigned multiple prover (#871)
Co-authored-by: georgehao <georgehao@users.noreply.github.com>
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
Co-authored-by: colin <102356659+colinlyguo@users.noreply.github.com>
Co-authored-by: colinlyguo <colinlyguo@scroll.io>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2023-09-06 15:28:31 +08:00 |
|
maskpp
|
237d048ce6
|
feat(prover): update l2geth version and enable use compression when get trace (#915)
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
Co-authored-by: HAOYUatHZ <HAOYUatHZ@users.noreply.github.com>
|
2023-09-02 14:38:47 +08:00 |
|
maskpp
|
3958e8bd86
|
feat(rollup_relayer): add chain_monitor client (#885)
Co-authored-by: mask-pp <mask-pp@users.noreply.github.com>
Co-authored-by: colin <102356659+colinlyguo@users.noreply.github.com>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2023-08-31 20:15:26 +08:00 |
|
georgehao
|
1dfca3b7c0
|
feat(coordinator): prover task record unique (#845)
Co-authored-by: georgehao <georgehao@users.noreply.github.com>
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2023-08-28 10:51:01 +08:00 |
|
colin
|
8c71a6d22a
|
fix(chunk-proposer): count l1+l2 txs into chunk (#879)
Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com>
|
2023-08-26 14:53:59 +08:00 |
|
colin
|
dab21fc712
|
refactor(coordinator): omit coordinator's error details to prover & add logs (#863)
Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com>
|
2023-08-24 22:59:33 +08:00 |
|
HAOYUatHZ
|
c44b7f7bf4
|
fix(coordinator): fix TestApis (#870)
|
2023-08-24 16:05:53 +08:00 |
|
georgehao
|
ae2f62df00
|
fix(coordinator): fix GetAssignedTaskOfOtherProvers (#868)
Co-authored-by: georgehao <georgehao@users.noreply.github.com>
|
2023-08-24 15:25:16 +08:00 |
|
georgehao
|
ce5c6e0aa3
|
feat(coordinator): fix all chunks ready bug (#862)
Co-authored-by: georgehao <georgehao@users.noreply.github.com>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2023-08-24 15:20:03 +08:00 |
|
georgehao
|
e8ddf99184
|
feat(coordinator):fix recover status bug (#866)
Co-authored-by: georgehao <georgehao@users.noreply.github.com>
|
2023-08-24 12:21:29 +08:00 |
|
HAOYUatHZ
|
db46ce408d
|
feat(coordinator): hardcode tag validation (#864)
Co-authored-by: HAOYUatHZ <HAOYUatHZ@users.noreply.github.com>
|
2023-08-23 21:37:29 +08:00 |
|
HAOYUatHZ
|
3d1a8374d0
|
feat(coordinator): check vk (#859)
Co-authored-by: HAOYUatHZ <HAOYUatHZ@users.noreply.github.com>
|
2023-08-23 17:12:39 +08:00 |
|
HAOYUatHZ
|
a2b9878733
|
fix(coordinator): fix taskType for ProverTask orm calls (#854)
Co-authored-by: HAOYUatHZ <HAOYUatHZ@users.noreply.github.com>
|
2023-08-22 15:19:03 +08:00 |
|
HAOYUatHZ
|
61eb75fbb6
|
refactor(types): make DEPRECATED ProvingTaskProved more explict (#837)
Co-authored-by: HAOYUatHZ <HAOYUatHZ@users.noreply.github.com>
|
2023-08-22 10:47:48 +08:00 |
|
georgehao
|
e9af5912ac
|
Fix(coordinator): fix coordinator recover proving_status error (#829)
Co-authored-by: georgehao <georgehao@users.noreply.github.com>
Co-authored-by: colinlyguo <colinlyguo@scroll.io>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2023-08-22 06:42:48 +08:00 |
|
HAOYUatHZ
|
b734282a44
|
fix(coordinator): bypass version check for v0.6.2 in v0.6.5 (#834)
Co-authored-by: HAOYUatHZ <HAOYUatHZ@users.noreply.github.com>
|
2023-08-19 13:10:19 +08:00 |
|
maskpp
|
60bea74444
|
fix(coordinator): fix version check in HandleZkProof (#831)
Co-authored-by: mask-pp <mask-pp@users.noreply.github.com>
|
2023-08-19 04:42:44 +08:00 |
|
Haichen Shen
|
767a2cbfdf
|
fix(coordinator): Do not update proof or proving status if a chunk or batch is verified (#828)
Co-authored-by: icemelon <icemelon@users.noreply.github.com>
|
2023-08-18 19:53:31 +08:00 |
|
georgehao
|
1f151f6ae5
|
feat(bridge): add metric bridge (#808)
Co-authored-by: georgehao <georgehao@users.noreply.github.com>
|
2023-08-18 14:51:57 +08:00 |
|
georgehao
|
ca76835712
|
fix(coordinator): fix coordinator recover proving status from prover error (#820)
Co-authored-by: georgehao <georgehao@users.noreply.github.com>
|
2023-08-18 12:26:36 +08:00 |
|
georgehao
|
b85a109fd3
|
feat(coordinator): when prover failure, recover status (#814)
Co-authored-by: georgehao <georgehao@users.noreply.github.com>
|
2023-08-17 21:15:27 +08:00 |
|
georgehao
|
c091081f70
|
feat(coordinator): check timeout more than once (#813)
Co-authored-by: georgehao <georgehao@users.noreply.github.com>
|
2023-08-17 18:41:48 +08:00 |
|
HAOYUatHZ
|
9a5ad83121
|
feat(coordinator): print more logs for `ErrValidatorFailureProverTask… (#809)
Co-authored-by: HAOYUatHZ <HAOYUatHZ@users.noreply.github.com>
|
2023-08-17 14:54:04 +08:00 |
|
georgehao
|
ba90865ec6
|
feat(coordinator): split chunk/bactch timeout (#806)
Co-authored-by: georgehao <georgehao@users.noreply.github.com>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
Co-authored-by: HAOYUatHZ <HAOYUatHZ@users.noreply.github.com>
|
2023-08-17 13:55:59 +08:00 |
|
HAOYUatHZ
|
66f3b42d24
|
fix(coordinator): fix validateFailureTotal (#810)
Co-authored-by: HAOYUatHZ <HAOYUatHZ@users.noreply.github.com>
|
2023-08-16 19:43:00 -07:00 |
|
HAOYUatHZ
|
24898602de
|
fix(coordinator): fix cannot get ProverTask correctly (#805)
Co-authored-by: HAOYUatHZ <HAOYUatHZ@users.noreply.github.com>
|
2023-08-16 18:05:08 +08:00 |
|
HAOYUatHZ
|
373e98ff3c
|
fix(db): don't overwrite prover_task's prover_version (#797)
Co-authored-by: HAOYUatHZ <HAOYUatHZ@users.noreply.github.com>
|
2023-08-16 13:25:26 +08:00 |
|
HAOYUatHZ
|
34c3b91fd7
|
feat(coordinator): print version at startup (#800)
Co-authored-by: HAOYUatHZ <HAOYUatHZ@users.noreply.github.com>
|
2023-08-16 12:23:36 +08:00 |
|