Commit Graph

243 Commits

Author SHA1 Message Date
georgehao
64d6e5fc5c feat: update 2024-04-21 10:19:54 +08:00
georgehao
ce2777943a feat: update 2024-04-21 10:06:36 +08:00
georgehao
74f839e7f3 feat: update 2024-04-21 10:03:06 +08:00
georgehao
005c425a6b feat: update 2024-04-21 09:56:34 +08:00
georgehao
4d3117fea6 feat: update 2024-04-21 09:52:43 +08:00
georgehao
0b4c48061e feat: update 2024-04-21 09:43:32 +08:00
georgehao
1357a1c947 feat: update 2024-04-21 09:02:53 +08:00
georgehao
9dfb082cf4 feat: update 2024-04-20 23:57:43 +08:00
georgehao
dd9892ed25 feat: update 2024-04-20 23:40:28 +08:00
georgehao
ad185c328d feat: update 2024-04-20 23:37:17 +08:00
georgehao
557734ea99 feat: update 2024-04-20 23:34:00 +08:00
georgehao
026030746b feat: update 2024-04-20 23:30:15 +08:00
georgehao
fbcafc260c feat: update 2024-04-20 23:19:20 +08:00
georgehao
3740eb2b3e feat: update 2024-04-20 23:14:09 +08:00
georgehao
86b852c7ae feat: update 2024-04-20 23:07:58 +08:00
georgehao
4aa7e2d7b0 feat: update 2024-04-20 22:58:17 +08:00
georgehao
8fe045b810 feat: update 2024-04-20 22:54:02 +08:00
georgehao
2ec0e1d1b8 feat: update 2024-04-20 22:49:14 +08:00
georgehao
d49ce4ca4f feat: update 2024-04-20 22:34:52 +08:00
georgehao
23c3b208a3 feat: update 2024-04-20 22:31:32 +08:00
georgehao
7a5e704c69 feat: update 2024-04-20 22:25:06 +08:00
georgehao
a498f55d1e feat: update 2024-04-20 22:20:45 +08:00
georgehao
8d3221900d feat: test 2024-04-20 22:16:51 +08:00
georgehao
59ba4b90d7 feat: update 2024-04-20 22:13:23 +08:00
georgehao
609a4b92e5 feat: update 2024-04-20 22:09:35 +08:00
georgehao
fa813dbfc4 feat: update 2024-04-20 21:54:52 +08:00
georgehao
100124985a feat: update 2024-04-20 21:50:38 +08:00
georgehao
8fc60d1d3a feat: update 2024-04-20 19:58:56 +08:00
georgehao
3479f1d7d2 feat: upddate 2024-04-20 19:05:44 +08:00
georgehao
06af04827c feat: update 2024-04-20 00:35:28 +08:00
georgehao
ec5b3c3a18 feat: update 2024-04-20 00:18:03 +08:00
georgehao
f535dd977f feat: update 2024-04-20 00:14:11 +08:00
Daniel Helm
4b32a44a70 docs(coordinator): fix internal links to config files in README (#1272) 2024-04-14 16:27:17 +08:00
HAOYUatHZ
5b827c3c18 feat(db): add batch_data_hash & blob metadata (#1221)
Co-authored-by: HAOYUatHZ <HAOYUatHZ@users.noreply.github.com>
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
2024-04-12 15:45:06 +08:00
georgehao
b4f8377a08 fix(coordinator): fix coordinator recover public key inconsistent (#1265)
Co-authored-by: georgehao <georgehao@users.noreply.github.com>
2024-04-12 07:19:31 +08:00
Mengran Lan
201bf401cd feat(coordinator): add new metric get_task_counter tracking prover info (#1235)
Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com>
2024-04-11 12:47:03 +08:00
Zhang Zhuo
73045df037 feat(coordinator): support multiple batch verifier versions (#1249)
Co-authored-by: georgehao <haohongfan@gmail.com>
Co-authored-by: colin <102356659+colinlyguo@users.noreply.github.com>
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
2024-04-11 10:55:58 +08:00
HAOYUatHZ
b7324c76bc fix(test,verifier): fix TestFFI (#1250) 2024-04-09 16:47:43 +08:00
JayLiu
9e35ce0ab4 test: add testcontainers (#1248) 2024-04-08 00:10:14 +08:00
JayLiu
78a4298eda test: add testcontainers (#1229)
Co-authored-by: liuyuecai <liuyuecai@360.cn>
2024-04-07 14:26:06 +08:00
georgehao
af2913903b feat(coordinator): optimize get_task sql (#1228)
Co-authored-by: georgehao <georgehao@users.noreply.github.com>
2024-04-03 12:01:48 +08:00
Zhang Zhuo
620c71b16d fix(proving): use ChunkInfo embedded inside ChunkProof for tx_bytes (#1230)
Co-authored-by: HAOYUatHZ <HAOYUatHZ@users.noreply.github.com>
2024-04-03 09:24:06 +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
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
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