maskpp
|
4cb711dc36
|
add test cases
|
2023-04-11 15:52:15 +08:00 |
|
maskpp
|
75e3bd4b86
|
Merge branch 'feat/record_transaction' into feat/resend_unconfirmed_txs
|
2023-04-11 12:38:43 +08:00 |
|
maskpp
|
f5caf35785
|
Clean extra_data after tx is confirmed.
|
2023-04-11 11:11:54 +08:00 |
|
maskpp
|
bf1d007acf
|
merge feat/record_transaction branch
|
2023-04-11 11:10:04 +08:00 |
|
maskpp
|
7b6556922c
|
Add test case for extra_data field.
|
2023-04-11 11:05:55 +08:00 |
|
maskpp
|
481b05e487
|
Merge branch 'feat/record_transaction' into feat/resend_unconfirmed_txs
|
2023-04-11 10:53:32 +08:00 |
|
maskpp
|
37cf73348f
|
Add extra data field in scroll_transaction table order to record rollupCommitting batch_hashes.
|
2023-04-11 10:52:59 +08:00 |
|
maskpp
|
9be3ce1d90
|
Update l1 relayer test case.
|
2023-04-11 10:16:58 +08:00 |
|
maskpp
|
4fc06301d2
|
Add test cases.
|
2023-04-10 13:35:22 +08:00 |
|
maskpp
|
d789c62042
|
Merge branch 'feat/record_transaction' into feat/resend_unconfirmed_txs
|
2023-04-10 10:50:58 +08:00 |
|
maskpp
|
d3fe77716d
|
Add tx confirm field, when received confirm message from sender update it.
|
2023-04-10 10:49:06 +08:00 |
|
maskpp
|
22b51207c5
|
Merge branch 'feat/record_transaction' into feat/resend_unconfirmed_txs
|
2023-04-07 09:41:33 +08:00 |
|
maskpp
|
0b9cfe9f34
|
fix mistakes
|
2023-04-06 16:19:04 +08:00 |
|
maskpp
|
9a3a28f6e8
|
Merge branch 'feat/record_transaction' into feat/resend_unconfirmed_txs
|
2023-04-06 15:57:37 +08:00 |
|
maskpp
|
d423841ed8
|
revert mistake change
|
2023-04-06 15:57:10 +08:00 |
|
maskpp
|
9fd74d581e
|
merge feat/record_transaction branch
|
2023-04-06 15:55:08 +08:00 |
|
maskpp
|
809d0c71af
|
fix comments
|
2023-04-06 11:30:36 +08:00 |
|
maskpp
|
92ba5c1878
|
Merge branch 'feat/record_transaction' into feat/resend_unconfirmed_txs
|
2023-04-04 21:25:05 +08:00 |
|
maskpp
|
4d9e8ed47d
|
fix comments
|
2023-04-04 21:23:33 +08:00 |
|
maskpp
|
89ac6e2d1e
|
merge feat/record_transaction branch
|
2023-04-04 16:49:20 +08:00 |
|
maskpp
|
b1ef3c5053
|
add type in transaction table
|
2023-04-04 16:35:50 +08:00 |
|
maskpp
|
340dc45108
|
add resend unconfirm txs logic
|
2023-04-04 15:47:48 +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
|
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
|
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
|
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>
|
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>
|
2023-03-25 11:50:02 +08:00 |
|
HAOYUatHZ
|
c752e3473d
|
feat: upgade l2geth to alpha-v1.10 (#379)
|
2023-03-21 15:53:52 +08:00 |
|
colin
|
7b0546e1e5
|
feat(relayer & watcher & coordinator): add metrics (#330)
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
Co-authored-by: maskpp <maskpp266@gmail.com>
|
2023-03-16 11:21:40 +08:00 |
|
ChuhanJin
|
d2597e0926
|
refactor(bridge): refactor start() in l1/l2 watcher/relayer/batchproposer (#363)
Co-authored-by: vincent <419436363@qq.com>
Co-authored-by: colinlyguo <651734127@qq.com>
Co-authored-by: maskpp <maskpp266@gmail.com>
|
2023-03-15 14:13:57 +08:00 |
|
maskpp
|
2f2072fd4e
|
fix(docker cmd): fix bug in docker cmd (#364)
|
2023-03-14 16:47:26 +08:00 |
|
ChuhanJin
|
d3c84dd013
|
refactor(common): Add docker app into common for test cases (#351)
Co-authored-by: vincent <419436363@qq.com>
Co-authored-by: colinlyguo <651734127@qq.com>
Co-authored-by: colin <102356659+colinlyguo@users.noreply.github.com>
|
2023-03-10 10:05:46 +08:00 |
|
Péter Garamvölgyi
|
e78cff529c
|
fix: reduce finalize batch tx frequency (#332)
|
2023-03-01 09:01:15 +01:00 |
|
HAOYUatHZ
|
24c7a632f2
|
fix(db): fix SetMaxOpenConns (#328)
|
2023-02-28 15:15:15 +08:00 |
|
Haichen Shen
|
fb7002bd6d
|
feat(bridge): update the watcher and relayer based on the new contract (#305)
Co-authored-by: colinlyguo <651734127@qq.com>
Co-authored-by: zimpha <zimpha@gmail.com>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
Co-authored-by: HAOYUatHZ <haoyu@protonmail.com>
|
2023-02-22 18:15:44 +08:00 |
|
HAOYUatHZ
|
a90f2e6c4e
|
chore: upgrade l2geth dependency for trace type (#304)
|
2023-02-21 10:40:46 +08:00 |
|
Péter Garamvölgyi
|
65e0b671ff
|
feat: import genesis batch during startup (#299)
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2023-02-18 23:29:34 +01:00 |
|
maskpp
|
4ad17468d0
|
feat(coordinator): Enable set ws compression level. (#292)
|
2023-02-13 19:56:30 +08:00 |
|
HAOYUatHZ
|
aa885f068f
|
docs(db): fix sql comments (#260)
|
2023-01-20 09:44:19 +08:00 |
|
HAOYUatHZ
|
91ee767669
|
doc(db): update sql comment (#259)
|
2023-01-20 09:27:50 +08:00 |
|