colinlyguo
|
97c85209c5
|
update tx payload length
|
2024-04-06 22:00:22 +08:00 |
|
colinlyguo
|
48534f8698
|
fix
|
2024-04-06 17:46:55 +08:00 |
|
colinlyguo
|
378ec79d14
|
fix
|
2024-04-06 03:26:03 +08:00 |
|
colinlyguo
|
1054023dd5
|
fix script
|
2024-04-06 03:21:27 +08:00 |
|
colinlyguo
|
65481212d5
|
update script
|
2024-04-06 03:13:22 +08:00 |
|
colinlyguo
|
ba289fc651
|
update contract
|
2024-04-05 18:36:36 +08:00 |
|
colinlyguo
|
64ed273a1d
|
fix
|
2024-04-05 03:03:24 +08:00 |
|
colinlyguo
|
c1059a3f51
|
fix
|
2024-04-05 00:20:01 +08:00 |
|
colin
|
70aa557968
|
Merge branch 'develop' into codecv1-script
|
2024-04-04 19:03:44 +08:00 |
|
colinlyguo
|
94a3c0a571
|
update sending script
|
2024-04-04 18:52:19 +08:00 |
|
HAOYUatHZ
|
4c6016f852
|
add relay-skipped-tx.ts
|
2024-04-04 17:29:15 +08:00 |
|
HAOYUatHZ
|
e53e150341
|
add ecc.sol foundry deployment scripts
|
2024-04-04 16:30:36 +08:00 |
|
HAOYUatHZ
|
5b6b170db1
|
add hash.sol foundry deployment scripts
|
2024-04-04 16:24:40 +08:00 |
|
HAOYUatHZ
|
44c77bcc87
|
add sha256 & ecc contracts
|
2024-04-04 16:19:39 +08:00 |
|
colinlyguo
|
364173a8d6
|
add finalizeBatch calldata script
|
2024-04-03 16:30:29 +08:00 |
|
georgehao
|
af2913903b
|
feat(coordinator): optimize get_task sql (#1228)
Co-authored-by: georgehao <georgehao@users.noreply.github.com>
|
2024-04-03 12:01:48 +08:00 |
|
Xi Lin
|
f8a7d70872
|
fix(contracts): fix number of non-skipped l1 messages (#1232)
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
|
2024-04-03 11:10:17 +08:00 |
|
Zhang Zhuo
|
790fc44b40
|
chore(libzkp): upgrade to v0.10.0l, fix keccak overflow (#1231)
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
Co-authored-by: HAOYUatHZ <HAOYUatHZ@users.noreply.github.com>
v4.3.82
|
2024-04-03 10:54:46 +08:00 |
|
colinlyguo
|
2afba3e394
|
fix scripts
|
2024-04-03 10:24:02 +08:00 |
|
Zhang Zhuo
|
620c71b16d
|
fix(proving): use ChunkInfo embedded inside ChunkProof for tx_bytes (#1230)
Co-authored-by: HAOYUatHZ <HAOYUatHZ@users.noreply.github.com>
v4.3.81
|
2024-04-03 09:24:06 +08:00 |
|
colinlyguo
|
53b24f75f8
|
fix a typo
|
2024-04-03 02:51:01 +08:00 |
|
colinlyguo
|
de60ea8f55
|
add dump calldata scripts
|
2024-04-03 02:35:41 +08:00 |
|
colinlyguo
|
9ade976ce5
|
add large transaction payload script
|
2024-04-02 19:50:59 +08:00 |
|
Zhang Zhuo
|
ed0e0e4c18
|
feat(libzkp): upgrade to v0.10.0k to support blob DA (#1212)
Co-authored-by: kunxian-xia <xiakunxian130@gmail.com>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
Co-authored-by: HAOYUatHZ <haoyu@protonmail.com>
Co-authored-by: HAOYUatHZ <HAOYUatHZ@users.noreply.github.com>
v4.3.80
|
2024-04-02 10:09:39 +08:00 |
|
JayLiu
|
d203033e13
|
test: add testcontainers (#1217)
Co-authored-by: liuyuecai <liuyuecai@360.cn>
|
2024-04-02 00:52:57 +08:00 |
|
colinlyguo
|
4bb9cf89aa
|
dump full blob
|
2024-04-01 17:11:39 +08:00 |
|
colinlyguo
|
efe0d7d2fe
|
feat: codecv1 script
|
2024-04-01 15:41:56 +08:00 |
|
colin
|
7d45926687
|
fix(codecv1): out of bound when keccak256 hash's pointBigInt.Bytes() length is less than 32 bytes (#1218)
v4.3.79
|
2024-04-01 07:21:32 +08:00 |
|
Péter Garamvölgyi
|
5362e28f74
|
feat: rename fork to Bernoulli (#1210)
Co-authored-by: Thegaram <Thegaram@users.noreply.github.com>
v4.3.78
|
2024-03-26 17:30:06 +00:00 |
|
colin
|
e8eb7ff8fd
|
feat(rollup-relayer): support codecv1 (#1201)
Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com>
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
v4.3.77
|
2024-03-25 18:09:07 +00:00 |
|
georgehao
|
b01b5819da
|
feat(coordinator): support assigning tasks of different versions to provers (#1182)
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
Co-authored-by: colin <102356659+colinlyguo@users.noreply.github.com>
Co-authored-by: Thegaram <Thegaram@users.noreply.github.com>
v4.3.76
|
2024-03-25 16:51:36 +00:00 |
|
Péter Garamvölgyi
|
cb09024821
|
fix: add padding to challenge preimage for missing chunks (#1203)
Co-authored-by: Thegaram <Thegaram@users.noreply.github.com>
v4.3.75
|
2024-03-25 12:38:37 +00:00 |
|
Xi Lin
|
8bd4277c13
|
feat(contracts): 4844 support (#1179)
|
2024-03-22 18:02:02 +08:00 |
|
colin
|
02415a692a
|
feat(sender): support blob transaction (#1183)
Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com>
v4.3.74
|
2024-03-19 08:43:23 +00:00 |
|
Péter Garamvölgyi
|
1d29b0117f
|
feat: support codec v1 for blob DA (#1193)
Co-authored-by: Thegaram <Thegaram@users.noreply.github.com>
|
2024-03-19 07:49:11 +00:00 |
|
colin
|
4c6d7b7deb
|
refactor(batch): removing db fields in batch encoding type (#1196)
|
2024-03-19 10:16:54 +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 |
|
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 |
|
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 |
|