Commit Graph

298 Commits

Author SHA1 Message Date
maskpp
bb969f357f Merge branch 'develop' into feat/record_transaction 2023-04-06 10:38:52 +08:00
Péter Garamvölgyi
5d761ad812 Make sure attempts can be deserialized from db on startup (#410) v3.0.6 2023-04-05 19:00:54 +02:00
Nazarii Denha
4042bea6db retry proving timeout batch (#313)
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
Co-authored-by: colin <102356659+colinlyguo@users.noreply.github.com>
v3.0.5
2023-04-05 16:42:06 +02:00
maskpp
4d9e8ed47d fix comments 2023-04-04 21:23:33 +08:00
maskpp
e5ccef40a9 fix comments 2023-04-04 17:36:51 +08:00
maskpp
06b7622333 add comment 2023-04-04 17:08:29 +08:00
maskpp
484f26918f Merge branch 'develop' into feat/record_transaction 2023-04-04 16:36:28 +08:00
maskpp
b1ef3c5053 add type in transaction table 2023-04-04 16:35:50 +08:00
maskpp
de7c38a903 feat(test): let integration-test log verbosity be configurable (#409) 2023-04-04 16:20:12 +08:00
maskpp
d46529501a Merge branch 'develop' into feat/record_transaction 2023-04-03 21:31:03 +08:00
Péter Garamvölgyi
41e2d960d8 Fix already executed revert message (#408) v3.0.4 2023-04-03 21:26:30 +08:00
maskpp
068e35705a fix ci 2023-04-03 21:21:12 +08:00
maskpp
05a3dccc53 revert mistake change 2023-04-03 21:19:40 +08:00
maskpp
f07dc25cd4 fix comments 2023-04-03 20:42:08 +08:00
maskpp
7ed5464de7 fix comments 2023-04-03 20:10:13 +08:00
maskpp
032ab6649e add comment 2023-04-03 17:51:26 +08:00
maskpp
f60cb1c9e8 Merge branch 'develop' into feat/record_transaction 2023-04-03 17:00:12 +08:00
HAOYUatHZ
170bc08207 build(docker): auto docker push when pushing git tags (#406) 2023-04-03 16:52:51 +08:00
maskpp
26b799f713 update migration version 2023-04-03 16:43:54 +08:00
maskpp
21cf0ad2da revert mistake change 2023-04-03 16:37:34 +08:00
maskpp
d4eca74c03 revert mistake change 2023-04-03 16:28:28 +08:00
maskpp
41a9e7fb60 fix ci 2023-04-03 16:20:22 +08:00
maskpp
3eff1e49aa fix ci 2023-04-03 16:02:25 +08:00
maskpp
b40a4baab5 fix ci 2023-04-03 15:52:10 +08:00
maskpp
2cb4232365 merge develop branch and fix conflict 2023-04-03 15:38:18 +08:00
maskpp
28b7b5b83c Merge branch 'develop' into feat/record_transaction 2023-04-03 15:21:21 +08:00
maskpp
d3fc4e1606 feat(pending limit): Let sender's pending limit be configurable. (#398)
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
Co-authored-by: ChuhanJin <60994121+ChuhanJin@users.noreply.github.com>
Co-authored-by: vincent <419436363@qq.com>
Co-authored-by: colinlyguo <651734127@qq.com>
2023-04-03 14:24:47 +08:00
HAOYUatHZ
77749477db build(docker): only build docker images when push github tags (#404) 2023-04-01 11:54:56 +08:00
HAOYUatHZ
1a5df6f4d7 fix(build): move docker build from jenkins to github to avoid unknown errors (#403) 2023-03-31 15:55:55 +08:00
maskpp
826280253a fix(test): fix bug in testBatchProposerProposeBatch (#399)
Co-authored-by: colinlyguo <651734127@qq.com>
2023-03-31 13:58:46 +08:00
ChuhanJin
d376c903af feat(bridge): separate bridge into subcomponents (#397)
Co-authored-by: vincent <419436363@qq.com>
Co-authored-by: colinlyguo <651734127@qq.com>
v3.0.3
2023-03-31 11:04:24 +08:00
maskpp
793804cb2e record tx 2023-03-31 10:17:27 +08:00
Max Wolff
179c6ee978 add failed relay status to db (#384)
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
v3.0.2
2023-03-27 11:52:07 +02:00
HAOYUatHZ
165c9092da feat(bridge): fetch block transaction data instead of trace (#393)
Co-authored-by: colinlyguo <651734127@qq.com>
v3.0.1
2023-03-25 11:50:02 +08:00
HAOYUatHZ
54c28fa512 build: update version (#387) v3.0.0 2023-03-24 09:25:10 +08:00
maskpp
3c7c41e1bb fix(cmd test): add more log to handle error and remove serial execution test (#391) 2023-03-23 16:43:41 +08:00
Péter Garamvölgyi
2962fa4b0e batch proposer: only sleep if we failed to create batch (#388) alpha-v2.5 2023-03-22 22:16:31 +08:00
colin
5b7ee9e55c fix(batch proposer): propose up to propose batch limit (#383)
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
alpha-v2.4
2023-03-22 20:39:25 +08:00
maskpp
0b8a737090 fix(integration test): fix bug in integration test (#386)
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
2023-03-22 18:18:13 +08:00
Lawliet-Chan
ceb406b68b feat(roller): add dump proof (#289)
Co-authored-by: xinran chen <lawliet@xinran-m1x.local>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
2023-03-22 13:46:09 +08:00
HAOYUatHZ
1a29797ee1 fix(CI): temporarily disable integration test (#385) 2023-03-22 12:42:52 +08:00
Xi Lin
19f74075a1 fix(contracts): add missing payable in L2 ERC721/1155 gateway (#382) 2023-03-22 12:20:12 +08:00
HAOYUatHZ
c752e3473d feat: upgade l2geth to alpha-v1.10 (#379) alpha-v2.3 2023-03-21 15:53:52 +08:00
Haichen Shen
cb6a609366 fix(contract): mutated function -> mutation function (#377)
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
2023-03-20 21:20:19 +08:00
maskpp
87cc80e6e3 feat(jenkins): Remove duplicate module tests (#374)
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
2023-03-20 19:59:27 +08:00
Xi Lin
77f1fa7ca7 style(contracts): reformat contract codes with prettier (#376) 2023-03-20 13:43:55 +08:00
Nazarii Denha
c2445176ec feat(verifier): add worker pool for verifying proofs (#357)
Co-authored-by: maskpp <maskpp266@gmail.com>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
Co-authored-by: colinlyguo <651734127@qq.com>
alpha-v2.2
2023-03-18 21:39:14 +08:00
Xi Lin
3a1cb6a34b feat(contracts): add refund address in sendMessage (#371)
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
2023-03-18 16:03:38 +08:00
ChuhanJin
0a404fe10f Build(contracts): add coverage report in /contracts (#373)
Co-authored-by: vincent <419436363@qq.com>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
2023-03-17 18:20:07 +08:00
Xi Lin
73b6bd176e feat(bridge): add min gas limit for message relay (#365)
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
Co-authored-by: maskpp <maskpp266@gmail.com>
Co-authored-by: HAOYUatHZ <haoyu@protonmail.com>
alpha-v2.1
2023-03-16 18:19:13 +08:00