Péter Garamvölgyi
|
f00c400993
|
fix(chunk proposer): treat L2 tx gas check as soft limit (#602)
|
2023-06-29 23:32:16 +08:00 |
|
Péter Garamvölgyi
|
bb6428848f
|
fix: improve import genesis logs (#601)
|
2023-06-29 17:18:54 +02:00 |
|
Péter Garamvölgyi
|
c8146ebb1a
|
feat(rollup-relayer): commit genesis batch to L1 during startup (#596)
|
2023-06-29 15:55:21 +08:00 |
|
ChuhanJin
|
d7d09c2ac7
|
feat(bridge-history-api): support let user relay l2 msg (#563)
Co-authored-by: vincent <419436363@qq.com>
Co-authored-by: georgehao <haohongfan@gmail.com>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2023-06-28 10:21:42 +08:00 |
|
colin
|
86175a04c3
|
feat(bridge): upgrade bridge to rollup v2 (#530)
Co-authored-by: Richard Zhang <rzhang139@gmail.com>
Co-authored-by: georgehao <haohongfan@gmail.com>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
Co-authored-by: HAOYUatHZ <haoyu@protonmail.com>
|
2023-06-28 10:12:16 +08:00 |
|
HAOYUatHZ
|
65620464fb
|
feat: upgrade l2geth to scroll-v4.1.0 (#593)
Co-authored-by: Your Name <you@example.com>
|
2023-06-27 18:27:09 +08:00 |
|
ChuhanJin
|
8d667f9353
|
fix(bridge-history-api): fix wrong table name (#584)
Co-authored-by: vincent <419436363@qq.com>
|
2023-06-16 21:23:38 +08:00 |
|
ChuhanJin
|
55612a0dbb
|
fix(bridge-history-api): Avoid cors issue in bridgehistoryapi-server (#583)
Co-authored-by: vincent <419436363@qq.com>
|
2023-06-16 19:42:12 +08:00 |
|
Richord
|
a8b2706752
|
feat(batch proposer): implemented l1msgtx fields in batch header (#567)
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
|
2023-06-16 10:54:24 +02:00 |
|
ChuhanJin
|
de2669da2b
|
fix(bridge-history-api): upgrade and fix misc issues (#580)
Co-authored-by: vincent <419436363@qq.com>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
Co-authored-by: georgehao <haohongfan@gmail.com>
|
2023-06-16 14:53:45 +08:00 |
|
Péter Garamvölgyi
|
bfaf2fd0e2
|
feat(batch proposer): Support skipping L1 messages in block/chunk encoding (#569)
|
2023-06-15 09:49:01 +02:00 |
|
Richord
|
86b67f6dad
|
feat(batch proposer): chunk encoding using L1MsgTxs (#557)
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
|
2023-06-13 10:08:07 -07:00 |
|
ChuhanJin
|
7118746e34
|
fix(bridge-history-api): change hostport as configurable to support and misc fixes (#564)
Co-authored-by: vincent <419436363@qq.com>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2023-06-13 20:23:28 +08:00 |
|
Péter Garamvölgyi
|
f180a40ed9
|
fix(batch proposer): limit the number of batches in a single commitBatches transaction (#555)
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2023-06-09 23:27:29 +08:00 |
|
Richord
|
fc577a535e
|
feat(batch proposer): Batch header encoding and hashing without L1MessageTx (#543)
Co-authored-by: colin <102356659+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>
|
2023-06-09 23:21:35 +08:00 |
|
maskpp
|
2a745ad7a9
|
build: Update golang-ci version to v1.52.2 and go version to v1.19.x (#525)
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
Co-authored-by: HAOYUatHZ <haoyu@protonmail.com>
|
2023-06-07 23:07:14 +08:00 |
|
Richord
|
7ca897d887
|
feat(batch proposer): implement chunk hashing (#536)
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
Co-authored-by: colin <102356659+colinlyguo@users.noreply.github.com>
Co-authored-by: georgehao <haohongfan@gmail.com>
|
2023-06-06 10:51:37 -07:00 |
|
ChuhanJin
|
81589c55f5
|
feat(bridge-history-api): add blocktimestamp into cross_msg (#526)
Co-authored-by: vincent <419436363@qq.com>
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2023-06-05 22:52:42 +08:00 |
|
Richord
|
186e76852b
|
feat(batch proposer): implement chunk encoding (#519)
|
2023-06-04 08:35:48 -07:00 |
|
maskpp
|
b706cb69d3
|
fix(db): return same amount of status as hashes for GetRollupStatusByHashList (#523)
|
2023-05-29 15:46:01 +08:00 |
|
HAOYUatHZ
|
4398a36ee2
|
feat(db): update block_batch's proof (#520)
|
2023-05-27 15:53:38 +08:00 |
|
HAOYUatHZ
|
9a27499c03
|
feat(db): rename created_time to created_at & updated_time to `… (#502)
Co-authored-by: maskpp <maskpp266@gmail.com>
|
2023-05-27 06:25:19 +08:00 |
|
georgehao
|
9d2a41a231
|
refactor(bridge): update bridge orm and layout (#496)
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2023-05-26 12:23:29 +08:00 |
|
Richord
|
e53c7bca99
|
Add metric to track batch payload size and number of oversized batches (#500)
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-24 09:08:39 -07:00 |
|
Lawliet-Chan
|
01a8f32363
|
feat(roller&coordinator): fetch traces from local l2geth node on roller (#452)
Co-authored-by: xinran chen <lawliet@xinran-m1x.local>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2023-05-24 22:00:18 +08:00 |
|
Lawliet-Chan
|
bd9d2e784c
|
feat(version&Roller): add Halo2 version into Roller (#494)
Co-authored-by: xinran chen <lawliet@xinran-m1x.local>
|
2023-05-22 14:57:10 +08:00 |
|
HAOYUatHZ
|
58b70639b2
|
refactor(bridge-history-api): rename CreatedTime to CreatedAt (#492)
|
2023-05-19 11:22:09 +08:00 |
|
ChuhanJin
|
0a7a7ad98b
|
refactor(bridge-history-api): update bridge-history api (#478)
Co-authored-by: vincent <419436363@qq.com>
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2023-05-17 22:37:16 +08:00 |
|
Lawliet-Chan
|
f2c8b733c3
|
fix(libzkp):fix libzkp.so path (#486)
Co-authored-by: xinran chen <lawliet@xinran-m1x.local>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2023-05-17 13:27:42 +08:00 |
|
Nazarii Denha
|
02d0ff2219
|
Fix race condition in TestWorkerPool (#482)
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
|
2023-05-16 13:19:06 +02:00 |
|
maskpp
|
a70c317b92
|
refactor(API): refactor SubmitProof (#318)
Co-authored-by: colin <102356659+colinlyguo@users.noreply.github.com>
Co-authored-by: Lawliet-Chan <1576710154@qq.com>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
Co-authored-by: HAOYUatHZ <haoyu@protonmail.com>
Co-authored-by: Haichen Shen <shenhaichen@gmail.com>
|
2023-05-16 09:22:45 +08:00 |
|
Lawliet-Chan
|
929c8bf609
|
feat(libzkp): upgrade zkevm to v0.3 (#458)
Co-authored-by: xinran chen <lawliet@xinran-m1x.local>
Co-authored-by: HAOYUatHZ <haoyu@protonmail.com>
|
2023-05-15 15:18:22 +08:00 |
|
maskpp
|
2cec2a3da2
|
feat(l2geth): bump l2geth version to scroll-v3.1.12 (#477)
|
2023-05-15 10:47:09 +08:00 |
|
colin
|
db906f8c8a
|
test: add more tests (#466)
|
2023-05-12 20:28:21 +08:00 |
|
maskpp
|
83c954bd26
|
fix(watcher): fix l1 baseFee (#475)
|
2023-05-12 17:39:14 +08:00 |
|
maskpp
|
97553ecebd
|
refactor(test): simplify bridge tests (#472)
Co-authored-by: colin <102356659+colinlyguo@users.noreply.github.com>
|
2023-05-12 14:15:02 +08:00 |
|
Lawliet-Chan
|
b790c29499
|
feat(libzkp): change linkage from staticlib to dylib (#471)
Co-authored-by: xinran chen <lawliet@xinran-m1x.local>
|
2023-05-12 10:59:32 +08:00 |
|
ChuhanJin
|
0a1e64cc44
|
feat(bridge-history-api):add bridge-history-api (#459)
Co-authored-by: vincent <419436363@qq.com>
Co-authored-by: colinlyguo <colinlyguo@scroll.io>
Co-authored-by: HAOYUatHZ <haoyu@protonmail.com>
|
2023-05-10 19:51:18 +08:00 |
|
maskpp
|
592648e19c
|
refactor(test): use trytimes to replace some waiting logic (#462)
|
2023-05-09 21:19:19 +08:00 |
|
HAOYUatHZ
|
4549439dab
|
chore(coordinator): add more logs to VerifyToken (#456)
|
2023-05-08 22:30:52 +08:00 |
|
maskpp
|
b4d8e5ffd7
|
test:bump l2geth docker version (#455)
|
2023-05-08 19:46:21 +08:00 |
|
Lawliet-Chan
|
5b49c81692
|
feat(roller&coordinator): add aggregation roller communication protocol (#432)
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
Co-authored-by: xinran chen <lawliet@xinran-m1x.local>
Co-authored-by: colin <102356659+colinlyguo@users.noreply.github.com>
|
2023-05-06 20:19:43 +08:00 |
|
colin
|
de735694fb
|
test(bridge): add unit tests (#439)
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
|
2023-05-06 11:43:02 +08:00 |
|
Péter Garamvölgyi
|
168eaf0fc2
|
Respect size limit in batch proposer (#446)
|
2023-05-04 08:44:05 +02:00 |
|
HAOYUatHZ
|
b7c39f64a7
|
refactor: move message package (#442)
|
2023-04-28 16:20:54 +08:00 |
|
georgehao
|
7fea3f5c22
|
test(coordinator): add API unit-tests (#433)
Co-authored-by: colinlyguo <colinlyguo@scroll.io>
Co-authored-by: colin <102356659+colinlyguo@users.noreply.github.com>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2023-04-26 10:20:36 +08:00 |
|
maskpp
|
7afddae276
|
fix(common): fix bug in auth message (#440)
Co-authored-by: HAOYUatHZ <haoyu@protonmail.com>
|
2023-04-25 19:24:36 +08:00 |
|
maskpp
|
0f26e0d67b
|
test(integration): pre-deploy test contracts into genesis (#420)
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2023-04-21 16:23:16 +08:00 |
|
maskpp
|
c774462d1d
|
test(integration-test): refactor integration-test (#425)
|
2023-04-18 21:33:12 +08:00 |
|
Lawliet-Chan
|
401ea68332
|
feat(libzkp): recover rust zkp panic instead of crashing (#421)
|
2023-04-14 20:51:50 +08:00 |
|