Commit Graph

872 Commits

Author SHA1 Message Date
colinlyguo
7acaba4e7b chore: auto version bump [bot] 2024-03-19 04:34:05 +00:00
colin
9536b14aea Merge branch 'develop' into feat-support-blob-tx-in-sender 2024-03-19 12:33:48 +08:00
colin
4c6d7b7deb refactor(batch): removing db fields in batch encoding type (#1196) 2024-03-19 10:16:54 +08:00
colinlyguo
57846d2212 nit 2024-03-17 00:59:26 +08:00
colinlyguo
4476b36ffb simplify scripts 2024-03-17 00:51:29 +08:00
colinlyguo
4be6a10517 add blob max price 2024-03-16 20:56:11 +08:00
colinlyguo
26d0c55570 tweak 2024-03-16 19:50:52 +08:00
colinlyguo
b45861fda7 add back assertions 2024-03-16 18:21:05 +08:00
colinlyguo
91e3bb7793 revert defer database close changes 2024-03-16 17:47:15 +08:00
colinlyguo
fdaaacb45e support parallel unit tests 2024-03-16 17:31:01 +08:00
colinlyguo
e29a08876d add permissions 2024-03-16 14:50:58 +08:00
colinlyguo
02150e6134 only removing untagged images 2024-03-16 14:36:35 +08:00
colinlyguo
2258b671eb trigger ci 2024-03-16 14:15:31 +08:00
colinlyguo
e2a37c73a9 fix 2024-03-16 14:02:58 +08:00
colinlyguo
36f4700d6a use testcontainers 2024-03-16 03:34:07 +08:00
colinlyguo
46496cf82b try fixing CI but failed 2024-03-15 23:07:22 +08:00
colinlyguo
b0c3ee3ec1 chore: auto version bump [bot] 2024-03-14 20:27:13 +00:00
colin
623ff5406f Merge branch 'develop' into feat-support-blob-tx-in-sender 2024-03-15 04:26:49 +08:00
colinlyguo
a2a5c0cd30 add blobhash contract call test 2024-03-15 04:25:45 +08:00
colin
395a0b7fe2 fix(chunk & batch proposer): metrics (#1195)
Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com>
v4.3.71
2024-03-14 19:00:35 +08:00
colinlyguo
9173617d19 tweak 2024-03-14 18:14:52 +08:00
colinlyguo
bfb792cdba fix golint 2024-03-14 17:51:55 +08:00
colinlyguo
fcd3ad75a9 fmt 2024-03-14 17:47:34 +08:00
colinlyguo
cef9535332 Merge branch 'develop' into feat-support-blob-tx-in-sender 2024-03-14 17:43:00 +08:00
colinlyguo
1f8c9308fa address comment 2024-03-14 17:39:00 +08:00
colinlyguo
c08caa06a2 add unit tests and address comments 2024-03-14 17:35:14 +08:00
Zhang Zhuo
1606c271f0 upgrade libzkp to v0.9.9 (#1191)
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
Co-authored-by: georgehao <georgehao@users.noreply.github.com>
v4.3.70
2024-03-14 15:05:48 +08:00
colin
73414391b9 refactor(relayer): support multiple codec versions (#1178)
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com>
Co-authored-by: georgehao <haohongfan@gmail.com>
v4.3.69
2024-03-13 20:48:40 +08:00
colinlyguo
50bbaee9fa fix test env and sending blob transactions 2024-03-13 20:33:13 +08:00
colinlyguo
d12aa0667f tmp commit 2024-03-13 14:54:01 +08:00
colinlyguo
c02f7dbd2f update path 2024-03-13 06:03:35 +08:00
colinlyguo
0276085ea1 try fix 2024-03-13 05:40:46 +08:00
colinlyguo
6018047c03 add pos devnet 2024-03-13 05:22:44 +08:00
colinlyguo
9608484f70 Merge branch 'develop' into feat-support-blob-tx-in-sender 2024-03-08 23:29:53 +08:00
colinlyguo
30667f9ed1 tweak 2024-03-08 23:15:29 +08:00
colinlyguo
748fa692bb feat(sender): support blob transaction 2024-03-08 17:36:39 +08:00
georgehao
e35d1d5b4e fix: make fmt failure & unit test failure (#1180) 2024-03-07 00:03:40 +08:00
Ömer Faruk Irmak
96179d1c60 feat: make chunk and batch proposers respect fork boundaries (#1174)
Co-authored-by: georgehao <haohongfan@gmail.com>
2024-03-06 22:58:23 +08:00
colin
63f1b1e7de feat(coordinator): add a prover block list (#1161)
Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com>
Co-authored-by: georgehao <haohongfan@gmail.com>
2024-03-06 15:09:56 +08:00
Xi Lin
d8bac32145 fix(contracts): OZ-N02 Inconsistent Integer Base in Inline Assembly (#1139) 2024-03-06 09:57:54 +08:00
Xi Lin
f173c9545d fix(contracts): OZ-N03 Incorrect Function Visibility (#1140) 2024-03-06 00:29:24 +08:00
Xi Lin
e04e45cab9 fix(contracts): OZ-N01 Inconsistent Naming Convention (#1138) 2024-03-06 00:29:02 +08:00
Xi Lin
e5d68a97fc fix(contracts): OZ-L04 Trie Depth Is Not Explicitly Capped (#1137) 2024-03-06 00:28:24 +08:00
Xi Lin
0691d1b181 docs(contracts): OZ-M01 Malicious User Can Increase the Gas Cost of Verification (#1135)
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
2024-03-06 00:05:42 +08:00
Xi Lin
f75eda1418 fix: disable test from LidoGatewayIntegration.t.sol (#1177) 2024-03-05 22:13:40 +08:00
georgehao
e41fee6766 feat: remove unused code (#1152)
Co-authored-by: colinlyguo <colinlyguo@scroll.io>
2024-02-21 21:34:06 +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
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