Commit Graph

856 Commits

Author SHA1 Message Date
colinlyguo
9681a13a01 trigger ci 2024-02-21 21:57:41 +08:00
colin
f23b55e7eb Merge branch 'develop' into feat-rollup-remove-TransactionData 2024-02-21 21:41:00 +08:00
georgehao
e41fee6766 feat: remove unused code (#1152)
Co-authored-by: colinlyguo <colinlyguo@scroll.io>
2024-02-21 21:34:06 +08:00
colinlyguo
b22cda747b clear unused metrics 2024-02-20 18:02:25 +08:00
colinlyguo
3c4789be9e fix CI 2024-02-20 17:27:55 +08:00
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>
v4.3.67
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
colinlyguo
fef956d594 Revert "remove unused watcher code to increase coverage"
This reverts commit 341d5be4b6.
2024-02-19 23:39:12 +08:00
Chomtana
dc98cf9c08 docs: fix word transfered -> transferred (#1114)
Co-authored-by: georgehao <haohongfan@gmail.com>
2024-02-19 22:49:47 +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>
v4.3.65
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
colin
851ff4ae8b Merge branch 'develop' into feat-rollup-remove-TransactionData 2024-02-17 23:29:08 +08: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
colin
dae87c06ad Merge branch 'develop' into feat-rollup-remove-TransactionData 2024-02-06 01:39:07 +08:00
Xi Lin
367179394e docs(contracts): OZ-N07 Missing or Inconsistent Documentation (#1098)
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
2024-02-05 18:11:48 +01:00
Xi Lin
999db62121 refactor(contracts): OZ-N01 Different Frameworks Are Used Concurrently in the Protocol (#1095)
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
2024-02-05 16:53:28 +01:00
Xi Lin
ce29d82e5a fix(contracts): OZ-N08 Deprecated Variables Are Still Being Assigned Values (#1099)
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
2024-02-05 16:13:06 +01:00
Xi Lin
6817ddd3db fix(contracts): OZ-N03 Mismatch Between Interface and Implementation (#1097)
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
2024-02-05 15:07:26 +01:00
Xi Lin
ea51ec6631 fix(contracts): OZ-N02 Renaming Opportunities (#1096)
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
2024-02-05 14:56:43 +01:00
Xi Lin
adbcd7fb0f fix(contracts): OZ-L01 Implementation Keeps Functionalities for Deprecated Variables (#1094)
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
2024-02-05 14:20:04 +01:00
colinlyguo
1f97f56fad add unit test empty transaction case 2024-02-05 02:16:45 +08:00
colinlyguo
15c19f759e tweak 2024-02-05 02:01:21 +08:00
colinlyguo
341d5be4b6 remove unused watcher code to increase coverage 2024-02-05 01:14:48 +08:00
colinlyguo
80afd4e664 add unit tests 2024-02-05 00:57:33 +08:00
colinlyguo
fd7572f550 separate old and new colunms 2024-02-04 23:11:58 +08:00
colin
a7d82b9b66 Merge branch 'develop' into feat-rollup-remove-TransactionData 2024-02-04 17:45:22 +08:00
colinlyguo
a8ba6fa50f go work sync 2024-02-02 21:37:00 +08:00
张三
42e13d3635 fix(CI): ecr repo not exist issue (#1106)
Co-authored-by: johnsonjie <xiaojie@scroll.io>
2024-02-02 21:03:29 +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>
v4.3.62
2024-02-02 13:03:54 +08:00
colin
a04026d455 fix(sender): enforce single instance for each sender type (#1104) v4.3.61 2024-02-01 18:03:48 +08:00
张三
19b89d521b feat(CI): Update docker workflow (#1092)
Co-authored-by: johnsonjie <xiaojie@scroll.io>
2024-01-31 11:49:03 +08:00
colin
0ad7947c05 fix(bridge-history): update l2geth version (#1101)
Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com>
v4.3.60
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
8e2774a2fc update l2geth go.mod 2024-01-31 01:34:00 +08:00
colinlyguo
458a7a4792 fix CI 2024-01-30 21:31:21 +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>
v4.3.59
2024-01-25 21:52:42 +08:00
David Cardenas
ed99ac8569 docs: Update License to 2024 (#1082)
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
2024-01-24 20:34:59 +08:00
张三
d3ec65fd8b feat: push image to ecr and docekrhub (#1090)
Co-authored-by: johnsonjie <xiaojie@scroll.io>
2024-01-24 14:15:16 +08:00