colin
c551609e17
feat(watcher&rollup): add block commit calldata size and commit/finalize batch revert metrics ( #974 )
...
Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com >
v4.3.27
2023-09-29 15:33:08 +08:00
colin
47e5a43646
fix(bridge-history): add cache hit tracing logs ( #972 )
v4.3.26
2023-09-27 13:11:01 +08:00
colin
7604612581
refactor(bridge-history): rename metrics ( #971 )
...
Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com >
v4.3.25
2023-09-27 01:07:22 +08:00
colin
35d4ec5ad0
feat(bridge-history): add cache hit metrics and cache non-existent keys ( #970 )
...
Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com >
v4.3.24
2023-09-26 23:43:09 +08:00
colin
8f745e9836
fix(bridge-history): duplicated symbol and metric prefix ( #969 )
...
Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com >
v4.3.23
2023-09-26 18:52:18 +08:00
colin
4ec1045916
feat(bridge-history): add GIN metrics and separate /ready and /health endpoints to different ports ( #968 )
v4.3.22
2023-09-26 18:10:16 +08:00
colin
f94e21dd45
fix(bridge-history): bump version ( #967 )
v4.3.21
2023-09-26 17:11:44 +08:00
colin
205641a65c
pref(bridge-history): add cache in APIs and merge RDS queries ( #966 )
...
Co-authored-by: maskpp <maskpp266@gmail.com >
Co-authored-by: georgehao <haohongfan@gmail.com >
2023-09-26 17:03:53 +08:00
Steven
d02f41b2c9
fix(libzkp): upgrade libzkp to v0.9.3 ( #965 )
...
Co-authored-by: silathdiir <silathdiir@users.noreply.github.com >
v4.3.20
2023-09-25 15:21:23 +08:00
Péter Garamvölgyi
72204358f0
bump version v4.3.19
v4.3.19
2023-09-21 23:08:37 +02:00
colin
072bc21d20
fix(CI): golint ( #964 )
2023-09-21 23:00:31 +02:00
georgehao
f7a2465db8
fix(coordinator): fix can't assigned failure task ( #963 )
...
Co-authored-by: georgehao <georgehao@users.noreply.github.com >
v4.3.18
2023-09-22 02:31:28 +08:00
colin
154ff0c8a0
perf(bridge-history): optimize get claimable l2 sent msg query ( #959 )
...
Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com >
v4.3.17
2023-09-22 02:17:16 +08:00
georgehao
2b266aaa68
perf(coordinator): optimize coordinator get task's index ( #962 )
...
Co-authored-by: georgehao <georgehao@users.noreply.github.com >
v4.3.16
2023-09-22 01:30:57 +08:00
georgehao
410f14bc7d
perf(coordinator): optimize get_task of bad index ( #961 )
...
Co-authored-by: georgehao <georgehao@users.noreply.github.com >
v4.3.15
2023-09-21 23:48:34 +08:00
Xi Lin
4d903bc9b2
feat(contracts): foundry scripts for ScrollOwner ( #838 )
...
Co-authored-by: zimpha <zimpha@users.noreply.github.com >
Co-authored-by: Péter Garamvölgyi <peter@scroll.io >
Co-authored-by: Haichen Shen <shenhaichen@gmail.com >
2023-09-21 17:45:24 +02:00
georgehao
59a2f1e998
perf(coordinator): optimize get task's optimistic lock ( #960 )
...
Co-authored-by: georgehao <georgehao@users.noreply.github.com >
Co-authored-by: colinlyguo <colinlyguo@scroll.io >
v4.3.14
2023-09-21 22:44:06 +08:00
georgehao
20c5e9855b
perf(coordinator): use optimistic lock during batch/chunk assignment ( #958 )
...
Co-authored-by: georgehao <georgehao@users.noreply.github.com >
Co-authored-by: colin <102356659+colinlyguo@users.noreply.github.com >
v4.3.13
2023-09-21 17:03:42 +08:00
Steven
1f2fe74cbe
fix(libzkp): set StorageTrace optional in ChunkProof ( #953 )
...
Co-authored-by: HAOYUatHZ <HAOYUatHZ@users.noreply.github.com >
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com >
2023-09-21 12:39:41 +08:00
Xi Lin
0e12661fd5
docs(contracts): OZ-N01 Misleading Documentation ( #955 )
...
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com >
2023-09-21 12:37:56 +08:00
Xi Lin
04e66231e5
fix(contracts): OZ-L02 Implicit Limitation of Withdrawal ( #954 )
2023-09-20 12:18:19 +02:00
Xi Lin
417a228523
fix(contracts): OZ-L03 Inconsistency of Allowing a Trusted Forwarder ( #846 )
...
Co-authored-by: Haichen Shen <shenhaichen@gmail.com >
2023-09-19 14:50:21 -07:00
georgehao
dcd85b2f56
feat(coordinator): bump version ( #952 )
...
Co-authored-by: georgehao <georgehao@users.noreply.github.com >
v4.3.11
2023-09-19 17:50:25 +08:00
georgehao
afb6476823
feat: fix cleanup bug again ( #951 )
2023-09-19 17:45:45 +08:00
georgehao
d991d6b99d
fix(coordinator): fix clean challenge bug ( #950 )
...
Co-authored-by: georgehao <georgehao@users.noreply.github.com >
v4.3.10
2023-09-19 16:41:33 +08:00
Steven
f0920362c5
fix(libzkp): try to convert to string for panic errors ( #949 )
2023-09-19 12:47:37 +08:00
Steven
5eed174b9e
fix(libzkp): upgrade libzkp to use prover v0.9.1 ( #948 )
...
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com >
Co-authored-by: HAOYUatHZ <HAOYUatHZ@users.noreply.github.com >
v4.3.9
2023-09-17 08:16:22 +08:00
georgehao
a79992e772
feat(coordinator): clean up challenge ( #946 )
...
Co-authored-by: georgehao <georgehao@users.noreply.github.com >
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com >
2023-09-17 08:14:47 +08:00
HAOYUatHZ
2a54c8aae6
build: fix Makefile ( #947 )
2023-09-14 21:58:47 +08:00
Steven
3bd0f2fa38
fix(libzkp): upgrade to use prover v0.9.0 ( #945 )
v4.3.7
2023-09-14 20:01:19 +08:00
Xi Lin
ae95e61902
fix(contracts): OZ-M01 Lack of Expiration for Retrying Transactions ( #840 )
...
Co-authored-by: Haichen Shen <shenhaichen@gmail.com >
Co-authored-by: icemelon <icemelon@users.noreply.github.com >
Co-authored-by: zimpha <zimpha@users.noreply.github.com >
2023-09-13 12:49:08 -07:00
georgehao
8bae647921
feat: remove prover-stats-api ( #944 )
2023-09-13 21:03:44 +08:00
maskpp
1f4df55d12
feat: add enable to chain-monitor config ( #942 )
...
Co-authored-by: HAOYUatHZ <haoyu@protonmail.com >
Co-authored-by: HAOYUatHZ <HAOYUatHZ@users.noreply.github.com >
v4.3.5
2023-09-13 18:04:11 +08:00
dependabot[bot]
f21d4adbfd
build(deps): bump @openzeppelin/contracts-upgradeable from 4.9.2 to 4.9.3 in /contracts ( #935 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Xi Lin <zimpha@gmail.com >
2023-09-13 09:48:48 +02:00
Xi Lin
145edfccb9
refactor(contracts): merge FeeVault and L2TxFeeVault ( #943 )
2023-09-13 09:36:53 +02:00
dependabot[bot]
6f26114f23
build(deps): bump @openzeppelin/contracts from 4.9.2 to 4.9.3 in /contracts ( #936 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com >
v4.3.4
2023-09-12 10:38:01 +08:00
Xi Lin
56150da353
docs(contracts): OZ-L03 Missing Docstrings ( #940 )
...
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com >
2023-09-12 10:27:54 +08:00
Péter Garamvölgyi
fc53572334
fix: mark used storage slots in L2ScrollMessenger ( #941 )
2023-09-11 15:35:18 +02:00
georgehao
0730e91292
feat(observability):add ready&health check api for k8s ( #938 )
...
Co-authored-by: georgehao <georgehao@users.noreply.github.com >
Co-authored-by: Péter Garamvölgyi <peter@scroll.io >
2023-09-11 19:22:19 +08:00
Xi Lin
4d3ff66446
fix(contracts): OZ-L02 Lack of gap Variable ( #929 )
...
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com >
2023-09-11 11:06:09 +08:00
Xi Lin
ae1cb30ed1
fix(contracts): OZ-M01 L2USDCGateway Is Missing Rate Limiter Functionality ( #927 )
...
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com >
2023-09-11 10:47:14 +08:00
Xi Lin
ad14836796
fix(contracts): Zellic 3.2 Addtional checks could be performed ( #892 )
...
Co-authored-by: zimpha <zimpha@users.noreply.github.com >
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com >
2023-09-11 10:36:54 +08:00
HAOYUatHZ
9a5517472f
perf(db): add idx for chunk_index and batch_index ( #937 )
2023-09-11 10:03:17 +08:00
colin
1c7490a88e
refactor(rollup-relayer): change minGasLimit to fallbackGasLimit ( #939 )
...
Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com >
2023-09-08 13:25:40 -07:00
Xi Lin
7559dc42b4
feat(contacts): use bitmap for skipped messages ( #893 )
...
Co-authored-by: zimpha <zimpha@users.noreply.github.com >
2023-09-07 14:31:06 +08:00
ChuhanJin
49b72bd4e4
docs(bridge-history-api): add readme contents ( #922 )
...
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com >
Co-authored-by: HAOYUatHZ <haoyu@protonmail.com >
2023-09-07 13:32:43 +08:00
colin
8c41b0b86b
test(rollup-relayer): add chunk and batch proposer limit tests ( #932 )
...
Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com >
2023-09-07 13:29:08 +08:00
HAOYUatHZ
cd456ee3db
feat(prover, coordinator): update vk handling logic ( #931 )
...
Co-authored-by: Steven Gu <asongala@163.com >
Co-authored-by: HAOYUatHZ <HAOYUatHZ@users.noreply.github.com >
v4.3.1
2023-09-07 10:59:47 +08:00
Steven
2b6a3c9874
feat: libzkp v0.8.1 ( #894 )
...
Co-authored-by: silathdiir <silathdiir@users.noreply.github.com >
Co-authored-by: HAOYUatHZ <haoyu@protonmail.com >
2023-09-07 10:34:35 +08:00
colin
d39db01c5b
fix(coordinator): decrease active attempts zero check ( #934 )
...
Co-authored-by: HAOYUatHZ <HAOYUatHZ@users.noreply.github.com >
2023-09-06 18:22:25 +08:00