From ce623ff07c00b77eee7e2f9618592a24e89de3e6 Mon Sep 17 00:00:00 2001 From: HXHke Date: Wed, 16 Aug 2023 15:16:03 +0800 Subject: [PATCH 1/3] change log for v0.4.3-beta.0 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbb69d594..e3597ed3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## [v0.4.3-beta.0](https://github.com/mantlenetworkio/mantle/commits/v0.4.3-beta.0) - 2023-08-16 + +### Features +- DA + - add DA license([#1263](https://github.com/mantlenetworkio/mantle/pull/1263)) +- RollUp Service + - Optimize the rollup service([#1301](https://github.com/mantlenetworkio/mantle/pull/1301)) + - log optimization for mt-batcher and da-retriever([#1329](https://github.com/mantlenetworkio/mantle/pull/1329)) + - fix mt batcher, modify for Rollup services optimization code([#1334](https://github.com/mantlenetworkio/mantle/pull/1334)) +- SDK + - update @mantleio/sdk to version 0.2.2([#1349](https://github.com/mantlenetworkio/mantle/pull/1349)) + +### Bug Fixes +- Fix typos([#1300](https://github.com/mantlenetworkio/mantle/pull/1300)) +- Add Mantle audit report files([#1333](https://github.com/mantlenetworkio/mantle/pull/1333)) +- delete error judge logic,which causing incorrect judgment logic and resulting in timeout configuration failure([#1337](https://github.com/mantlenetworkio/mantle/pull/1337)) +- handle testnet MNT token address compatibility([#1338](https://github.com/mantlenetworkio/mantle/pull/1338)) +- fix gas oracle go mod([#1341](https://github.com/mantlenetworkio/mantle/pull/1341)) +- fix gas oracle dockerfile([#1342](https://github.com/mantlenetworkio/mantle/pull/1342)) +- fix gas oracle update frequency([#1344](https://github.com/mantlenetworkio/mantle/pull/1344)) +- fix gas oracle bigint cmp formula([#1345](https://github.com/mantlenetworkio/mantle/pull/1345)) +- fix gas oracle block log query range,fix overhead compare formula([#1347](https://github.com/mantlenetworkio/mantle/pull/1347)) +- fix gas oracle fee_Scalar false alarm,Query scalar from gas_oracle contract and initialize fee_scalar for metrics when gas_oracle starts([#1346](https://github.com/mantlenetworkio/mantle/pull/1346)) + + ## [v0.4.3-alpha.0](https://github.com/mantlenetworkio/mantle/commits/v0.4.3-alpha.0) - 2023-08-03 ### Features From 705ffd642aa0da1354c1cc64d222dde19be63dda Mon Sep 17 00:00:00 2001 From: HXHke Date: Wed, 16 Aug 2023 15:45:07 +0800 Subject: [PATCH 2/3] update change log --- CHANGELOG.md | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3597ed3c..bd5c0bbff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,25 +4,22 @@ ### Features - DA - - add DA license([#1263](https://github.com/mantlenetworkio/mantle/pull/1263)) + - Added DA license([#1263](https://github.com/mantlenetworkio/mantle/pull/1263)) - RollUp Service - - Optimize the rollup service([#1301](https://github.com/mantlenetworkio/mantle/pull/1301)) - - log optimization for mt-batcher and da-retriever([#1329](https://github.com/mantlenetworkio/mantle/pull/1329)) - - fix mt batcher, modify for Rollup services optimization code([#1334](https://github.com/mantlenetworkio/mantle/pull/1334)) + - Optimized the rollup service([#1301](https://github.com/mantlenetworkio/mantle/pull/1301)) + - Log optimization for mt-batcher and da-retriever([#1329](https://github.com/mantlenetworkio/mantle/pull/1329)) + - Modified for Rollup services optimization code([#1334](https://github.com/mantlenetworkio/mantle/pull/1334)) - SDK - - update @mantleio/sdk to version 0.2.2([#1349](https://github.com/mantlenetworkio/mantle/pull/1349)) + - Updated @mantleio/sdk to version 0.2.2([#1349](https://github.com/mantlenetworkio/mantle/pull/1349)) ### Bug Fixes -- Fix typos([#1300](https://github.com/mantlenetworkio/mantle/pull/1300)) -- Add Mantle audit report files([#1333](https://github.com/mantlenetworkio/mantle/pull/1333)) -- delete error judge logic,which causing incorrect judgment logic and resulting in timeout configuration failure([#1337](https://github.com/mantlenetworkio/mantle/pull/1337)) -- handle testnet MNT token address compatibility([#1338](https://github.com/mantlenetworkio/mantle/pull/1338)) -- fix gas oracle go mod([#1341](https://github.com/mantlenetworkio/mantle/pull/1341)) -- fix gas oracle dockerfile([#1342](https://github.com/mantlenetworkio/mantle/pull/1342)) -- fix gas oracle update frequency([#1344](https://github.com/mantlenetworkio/mantle/pull/1344)) -- fix gas oracle bigint cmp formula([#1345](https://github.com/mantlenetworkio/mantle/pull/1345)) -- fix gas oracle block log query range,fix overhead compare formula([#1347](https://github.com/mantlenetworkio/mantle/pull/1347)) -- fix gas oracle fee_Scalar false alarm,Query scalar from gas_oracle contract and initialize fee_scalar for metrics when gas_oracle starts([#1346](https://github.com/mantlenetworkio/mantle/pull/1346)) +- Fixed spelling errors in some documents([#1300](https://github.com/mantlenetworkio/mantle/pull/1300)) +- Added Mantle audit report files([#1333](https://github.com/mantlenetworkio/mantle/pull/1333)) +- Deleted error judge logic,which causing incorrect judgment logic and resulting in timeout configuration failure([#1337](https://github.com/mantlenetworkio/mantle/pull/1337)) +- Handled testnet MNT token address compatibility([#1338](https://github.com/mantlenetworkio/mantle/pull/1338)) +- Fixed gas oracle go mod and dockerfile([#1341](https://github.com/mantlenetworkio/mantle/pull/1341),[#1342](https://github.com/mantlenetworkio/mantle/pull/1342)) +- Fixed gas oracle update frequency and block log query range([#1344](https://github.com/mantlenetworkio/mantle/pull/1344),[#1347](https://github.com/mantlenetworkio/mantle/pull/1347)) +- Updated gas oracle metric, fixed bigint cmp formula and fee_Scalar false alarm([#1345](https://github.com/mantlenetworkio/mantle/pull/1345),[#1346](https://github.com/mantlenetworkio/mantle/pull/1346)) ## [v0.4.3-alpha.0](https://github.com/mantlenetworkio/mantle/commits/v0.4.3-alpha.0) - 2023-08-03 From 7e8cae64fd1b019277cfb3331a9914fbd5e1cad0 Mon Sep 17 00:00:00 2001 From: HXHke Date: Wed, 16 Aug 2023 16:18:16 +0800 Subject: [PATCH 3/3] update change log --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd5c0bbff..25b8dd691 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [v0.4.3-beta.0](https://github.com/mantlenetworkio/mantle/commits/v0.4.3-beta.0) - 2023-08-16 +## [v0.4.3](https://github.com/mantlenetworkio/mantle/commits/v0.4.3) - 2023-08-16 ### Features - DA