ChuhanJin
|
b0628b67ee
|
fix(bridge-history-api): fix txhashes api error (#732)
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
|
2023-08-06 09:51:37 +02:00 |
|
Péter Garamvölgyi
|
b977e5a62f
|
fix: handle importGenesisBatch in bridge-history calldata decoder (#731)
|
2023-08-06 07:41:29 +02:00 |
|
Péter Garamvölgyi
|
1b77f9044a
|
fix(bridge-history): do not fail if all proofs in DB are empty (#730)
|
2023-08-06 06:48:22 +02:00 |
|
Péter Garamvölgyi
|
46adbc7c0c
|
fix: update ScrollChain ABI (#729)
|
2023-08-06 05:39:36 +02:00 |
|
ChuhanJin
|
bdf2968771
|
fix(bridge-history-api): Fix cors (#726)
|
2023-08-05 13:55:30 +02:00 |
|
ChuhanJin
|
8013ab8529
|
fix(bridge-history-api): fix GetLatestL2SentMsgBatchIndex return wrong column (#713)
|
2023-08-03 12:55:25 +08:00 |
|
ChuhanJin
|
d183125c59
|
feat(bridge-history-api): server add withdraw_root api service (#708)
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2023-08-03 09:58:51 +08:00 |
|
HAOYUatHZ
|
9ce3d4188c
|
feat: upgrade l2geth to scroll-v4.3.8 (#706)
Co-authored-by: root <root@vultr.guest>
|
2023-08-02 21:25:09 +08:00 |
|
ChuhanJin
|
51fa5c823c
|
feat(bridge-history-api): server api add return l1l2token (#705)
|
2023-08-02 10:33:10 +02:00 |
|
ChuhanJin
|
7fce3c30c6
|
feat(bridge-history-api): maintain withdraw_root in workflow and db (#694)
Co-authored-by: colinlyguo <colinlyguo@scroll.io>
Co-authored-by: colin <102356659+colinlyguo@users.noreply.github.com>
|
2023-08-02 12:51:40 +08:00 |
|
ChuhanJin
|
c5590e9434
|
refactor(bridge-history-api): server switch to gin framework (#672)
Co-authored-by: colinlyguo <colinlyguo@scroll.io>
Co-authored-by: colin <102356659+colinlyguo@users.noreply.github.com>
Co-authored-by: georgehao <haohongfan@gmail.com>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2023-08-02 00:05:48 +08:00 |
|
ChuhanJin
|
e780994146
|
fix(bridge-history-api): fix error not return 0 (#685)
|
2023-07-28 22:18:44 +08:00 |
|
ChuhanJin
|
f9a0de0f16
|
feat(bridge-history-api): switch to v2 decoding (#683)
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2023-07-28 13:55:55 +02:00 |
|
ChuhanJin
|
5c4f7c33fd
|
refactor(bridge-history-api): use Gorm (#656)
Co-authored-by: vincent <419436363@qq.com>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
Co-authored-by: colinlyguo <colinlyguo@scroll.io>
Co-authored-by: colin <102356659+colinlyguo@users.noreply.github.com>
Co-authored-by: georgehao <haohongfan@gmail.com>
|
2023-07-24 17:35:43 +08:00 |
|
georgehao
|
58e07a7481
|
refactor(coordinator): update coordinator orm and layout (#521)
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
Co-authored-by: HAOYUatHZ <haoyu@protonmail.com>
Co-authored-by: colinlyguo <colinlyguo@scroll.io>
|
2023-07-22 09:24:58 +08:00 |
|
colin
|
3880cdc1af
|
refactor(scroll): update dependencies and format goimports in prover-stats-api module (#662)
|
2023-07-21 15:03:32 +08:00 |
|
ChuhanJin
|
577cc90a34
|
refactor(bridge-history-api): fix go lint (#638)
Co-authored-by: vincent <419436363@qq.com>
Co-authored-by: colinlyguo <colinlyguo@scroll.io>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2023-07-18 18:35:45 +08:00 |
|
ChuhanJin
|
b4cb30e2a1
|
feat(bridge-history-api): add watch nft batch events watching (#643)
Co-authored-by: vincent <419436363@qq.com>
|
2023-07-17 21:10:03 +08:00 |
|
ChuhanJin
|
6db2c0a8cb
|
fix(bridge-history-api): crossMsgs can be empty (#646)
Co-authored-by: vincent <419436363@qq.com>
|
2023-07-14 17:39:37 +08:00 |
|
ChuhanJin
|
0caf0d4052
|
fix(bridge-history-api): fix claimable api sql issue (#645)
Co-authored-by: vincent <419436363@qq.com>
|
2023-07-14 15:26:31 +08:00 |
|
ChuhanJin
|
425f74e763
|
feat(bridge-history-api): add new api to fetch all claimable txs under one address (#607)
Co-authored-by: vincent <419436363@qq.com>
Co-authored-by: georgehao <haohongfan@gmail.com>
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
|
2023-07-11 23:10:06 +08:00 |
|
ChuhanJin
|
72ef2cc80e
|
fix(bridge-history-api): fix insert string slice and db type (#614)
Co-authored-by: vincent <419436363@qq.com>
Co-authored-by: colin <102356659+colinlyguo@users.noreply.github.com>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
Co-authored-by: georgehao <haohongfan@gmail.com>
|
2023-07-06 10:48:36 +08:00 |
|
ChuhanJin
|
672c2dd49c
|
fix(bridge-history-api): fix relayed_msg table unique index (#611)
Co-authored-by: vincent <419436363@qq.com>
|
2023-07-05 10:58:35 +08:00 |
|
ChuhanJin
|
3d9fce26b6
|
refactor(bridge-history-api): add combine constraint (#585)
Co-authored-by: vincent <419436363@qq.com>
Co-authored-by: georgehao <haohongfan@gmail.com>
Co-authored-by: colinlyguo <colinlyguo@scroll.io>
|
2023-07-04 13:48:51 +08:00 |
|
Xi Lin
|
7e9fb0c667
|
feat(bridge): add function to decode batch range from calldata (#562)
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2023-06-28 10:36:15 +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 |
|
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 |
|
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 |
|
Xi Lin
|
ea227b5c85
|
feat(bridge): add function to decode batch range from calldata with old abi (#568)
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2023-06-15 14:28:16 +08: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 |
|
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 |
|
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 |
|
ChuhanJin
|
d234156475
|
feat(bridge-history-api): add withdrawtrie (#537)
Co-authored-by: vincent <419436363@qq.com>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2023-06-05 22:45:21 +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 |
|
maskpp
|
2cec2a3da2
|
feat(l2geth): bump l2geth version to scroll-v3.1.12 (#477)
|
2023-05-15 10:47:09 +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 |
|