colin
|
3ab2d2869b
|
Merge branch 'develop' into feat-rollup-remove-TransactionData
|
2024-02-20 16:22:59 +08:00 |
|
colin
|
5c3b358a22
|
refactor(event-watcher): remove duplicated L2 message syncing features (#1134)
Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com>
|
2024-02-20 15:57:16 +08:00 |
|
colin
|
58517f935f
|
fix(gas-oracle): update gas price with diff at least 1 wei (#1146)
Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com>
|
2024-02-20 14:23:27 +08:00 |
|
colin
|
58c6b97193
|
Merge branch 'develop' into feat-rollup-remove-TransactionData
|
2024-02-19 23:40:12 +08:00 |
|
colin
|
66619a7548
|
fix(sender): add gas limit when querying access list (#1108)
Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
Co-authored-by: HAOYUatHZ <HAOYUatHZ@users.noreply.github.com>
|
2024-02-19 10:59:00 +08:00 |
|
colin
|
e5e5cafc48
|
fix(sender): nil pointer panic when resubmitting failure (#1133)
Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com>
|
2024-02-19 09:45:09 +08:00 |
|
colinlyguo
|
0b8a9b4414
|
chore: auto version bump [bot]
|
2024-02-17 15:29:26 +00:00 |
|
Xi Lin
|
6030927680
|
fix(contracts): OZ-H01 ETH Deposits Can Get Stuck if They Are Not Successfully Bridged (#1093)
Co-authored-by: icemelon <icemelon@users.noreply.github.com>
|
2024-02-06 21:16:55 -08:00 |
|
colinlyguo
|
fd7572f550
|
separate old and new colunms
|
2024-02-04 23:11:58 +08:00 |
|
colinlyguo
|
a8ba6fa50f
|
go work sync
|
2024-02-02 21:37:00 +08:00 |
|
colinlyguo
|
64a055c36f
|
go work sync
|
2024-02-02 20:32:41 +08:00 |
|
colinlyguo
|
a9fc8799ae
|
Merge branch 'develop' into feat-rollup-remove-TransactionData
|
2024-02-02 20:28:13 +08:00 |
|
colinlyguo
|
82beaa145f
|
fix
|
2024-02-02 19:12:42 +08:00 |
|
colinlyguo
|
d1445f75c7
|
sync block traces
|
2024-02-02 16:11:13 +08:00 |
|
colin
|
1901a3295c
|
fix(bridge-history): use msg.sender encoded in message field of SentMessage event (#1103)
Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com>
|
2024-02-02 13:03:54 +08:00 |
|
colin
|
a04026d455
|
fix(sender): enforce single instance for each sender type (#1104)
|
2024-02-01 18:03:48 +08:00 |
|
colin
|
0ad7947c05
|
fix(bridge-history): update l2geth version (#1101)
Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com>
|
2024-01-31 09:21:56 +08:00 |
|
colinlyguo
|
aeffb0ed7f
|
fix: make L1 message field complete
|
2024-01-31 02:56:25 +08:00 |
|
colinlyguo
|
33a09f6745
|
tweak
|
2024-01-31 02:12:09 +08:00 |
|
colinlyguo
|
a4323feb03
|
fix CI
|
2024-01-30 21:13:29 +08:00 |
|
colinlyguo
|
a6ef055201
|
resolve compatible issues and update block traces test data
|
2024-01-30 20:02:26 +08:00 |
|
zzq0826
|
4116338ef4
|
Bump version
|
2024-01-30 14:15:12 +08:00 |
|
colinlyguo
|
848b8b7059
|
partial change
|
2024-01-30 13:45:49 +08:00 |
|
colin
|
bab1841193
|
feat(rollup-relayer & gas-oracle): graceful restart (#1076)
Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com>
Co-authored-by: zzq0826 <770166635@qq.com>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2024-01-25 21:52:42 +08:00 |
|
colin
|
7e958d6e9a
|
fix(bridge-history): incorrect status reset (#1091)
Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com>
|
2024-01-24 13:37:08 +08:00 |
|
colin
|
670e848b2c
|
fix(bridge-history): update fetcher running metrics (#1089)
Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com>
|
2024-01-23 20:28:16 +08:00 |
|
colin
|
c6e8fcb2d3
|
fix(bridge-history): incorrect status update and duplicated failed txs (#1088)
Co-authored-by: zzq0826 <770166635@qq.com>
|
2024-01-23 17:50:12 +08:00 |
|
colin
|
9bb48689ec
|
feat(sender): optimize access list tx (#1080)
Co-authored-by: zzq0826 <770166635@qq.com>
|
2024-01-19 14:44:53 +08:00 |
|
colin
|
352aea4e70
|
feat(sender): add access list to save gas (#1077)
|
2024-01-17 23:46:31 +08:00 |
|
colin
|
317ba26206
|
refactor(bridge-history-fetcher): unify block fetching functions (#1075)
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2024-01-15 15:16:19 +08:00 |
|
shuoer86
|
7a1af5913e
|
docs: fix typos (#1074)
|
2024-01-15 15:08:56 +08:00 |
|
colin
|
221a06ecf2
|
refactor(bridge-history): refactor API field naming and improve ERC721/ERC1155 batch-transfer support (#1072)
Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com>
Co-authored-by: zzq0826 <770166635@qq.com>
|
2024-01-11 14:33:34 +08:00 |
|
georgehao
|
a16bba373a
|
feat: bump version (#1070)
|
2024-01-09 16:17:47 +08:00 |
|
colin
|
b96e8778a5
|
fix(bridge-history-api): add redis tls config InsecureSkipVerify (#1068)
Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com>
|
2024-01-05 13:35:19 +08:00 |
|
colin
|
ab82b79638
|
fix(bridge-history): add cache key prefix (#1067)
Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com>
|
2024-01-05 00:01:54 +08:00 |
|
colin
|
548863854b
|
fix(bridge-history): update sql (#1065)
Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com>
|
2024-01-03 16:29:37 +08:00 |
|
colin
|
ac20a0045c
|
fix(bridge-history): address validation (#1063)
Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com>
|
2024-01-03 11:16:31 +08:00 |
|
colin
|
fdb71dd6aa
|
fix(bridge-history-api): change redis config (#1062)
Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com>
|
2023-12-29 23:40:44 +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 |
|
colin
|
4909dc8cd2
|
fix(sender): gas price bump corner case when resubmitting tx (#1058)
Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com>
|
2023-12-28 11:18:34 +08:00 |
|
Elias Rad
|
7157382b6d
|
docs: fix typos (#1025)
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
Co-authored-by: georgehao <haohongfan@gmail.com>
|
2023-12-14 14:22:39 +08:00 |
|
machinly
|
1264f82290
|
fix: format without placeholder (#1048)
|
2023-12-14 14:15:24 +08:00 |
|
colin
|
b8c463ffbe
|
fix(test): chain monitor server endpoint conflict (#1047)
Co-authored-by: georgehao <georgehao@users.noreply.github.com>
|
2023-12-13 16:37:55 +08:00 |
|
georgehao
|
7dd1b05f46
|
build: upgrade go version to 1.20 (#1045)
|
2023-12-13 15:01:23 +08:00 |
|
Thompson
|
566fb23b9d
|
refactor(common): use strings.ToLower for LOG_DOCKER env variable check to improve code readability and maintainability (#1035)
Co-authored-by: luogz17 <luogz17@annto.com.cn>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2023-12-11 15:57:15 +08:00 |
|
Xargin
|
2e627f781a
|
fix: add connection timeout for db conn pool (#1032)
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2023-12-11 15:46:13 +08:00 |
|
georgehao
|
99454e5b88
|
feat: change call chain_monitor api (#1026)
Co-authored-by: georgehao <georgehao@users.noreply.github.com>
|
2023-12-08 12:11:30 +08:00 |
|
Steven
|
144c7ed024
|
fix (libzkp): upgrade to use prover v0.9.8 and add strict-ccc feature (#1015)
Co-authored-by: silathdiir <silathdiir@users.noreply.github.com>
|
2023-11-22 14:13:38 +08:00 |
|
colin
|
486c7ee0f9
|
refactor(rollup-relayer): tweak finalize batch logs (#1009)
Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com>
|
2023-11-06 17:55:18 +08:00 |
|
colin
|
0243c86b3c
|
feat(rollup-relayer): auto finalize batch when timeout in test env (#1008)
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2023-11-06 14:53:58 +08:00 |
|