From a4b9ab62f2cb4b4bcf4c9ebb76a497c018230cd7 Mon Sep 17 00:00:00 2001 From: Eason Date: Fri, 20 Oct 2023 16:01:25 +0800 Subject: [PATCH] fix some typo --- .changelog/v0.2.0-beta.1/summary.md | 3 ++- .../v0.2.0-beta.2/bug-fixes/1476-encode-config.md | 4 ++-- .../bug-fixes/1485-encode-proposal.md | 4 ++-- .../code-refactors/1482-remove-hex-default.md | 4 ++-- .../code-refactors/1486-receipts-root.md | 4 ++-- .changelog/v0.2.0-beta.2/summary.md | 3 ++- CHANGELOG.md | 14 ++++++++------ 7 files changed, 20 insertions(+), 16 deletions(-) diff --git a/.changelog/v0.2.0-beta.1/summary.md b/.changelog/v0.2.0-beta.1/summary.md index d3fa1ace8..266d394ea 100644 --- a/.changelog/v0.2.0-beta.1/summary.md +++ b/.changelog/v0.2.0-beta.1/summary.md @@ -3,4 +3,5 @@ If you don't change this message, or if this file is empty, the release will not be created. --> -tmp + +Release 0.2.0-beta.1 version. diff --git a/.changelog/v0.2.0-beta.2/bug-fixes/1476-encode-config.md b/.changelog/v0.2.0-beta.2/bug-fixes/1476-encode-config.md index 7856e92e7..7a2994687 100644 --- a/.changelog/v0.2.0-beta.2/bug-fixes/1476-encode-config.md +++ b/.changelog/v0.2.0-beta.2/bug-fixes/1476-encode-config.md @@ -1,2 +1,2 @@ -- Fix encode consensus config function - ([\#1476](https://github.com/axonweb3/axon/pull/1476)) \ No newline at end of file +- Fix the encode `ConsensusConfig` function + ([\#1476](https://github.com/axonweb3/axon/pull/1476)) diff --git a/.changelog/v0.2.0-beta.2/bug-fixes/1485-encode-proposal.md b/.changelog/v0.2.0-beta.2/bug-fixes/1485-encode-proposal.md index 0188b6ae8..023d4b304 100644 --- a/.changelog/v0.2.0-beta.2/bug-fixes/1485-encode-proposal.md +++ b/.changelog/v0.2.0-beta.2/bug-fixes/1485-encode-proposal.md @@ -1,2 +1,2 @@ -- Fix encode and decode of Proposal struct - ([\#1485](https://github.com/axonweb3/axon/pull/1485)) \ No newline at end of file +- Fix encode and decode of `Proposal` struct + ([\#1485](https://github.com/axonweb3/axon/pull/1485)) diff --git a/.changelog/v0.2.0-beta.2/code-refactors/1482-remove-hex-default.md b/.changelog/v0.2.0-beta.2/code-refactors/1482-remove-hex-default.md index bb4ff5cca..bad56b134 100644 --- a/.changelog/v0.2.0-beta.2/code-refactors/1482-remove-hex-default.md +++ b/.changelog/v0.2.0-beta.2/code-refactors/1482-remove-hex-default.md @@ -1,2 +1,2 @@ -- Remove default value of Hex - ([\#1482](https://github.com/axonweb3/axon/pull/1482)) \ No newline at end of file +- Remove default value of `Hex` + ([\#1482](https://github.com/axonweb3/axon/pull/1482)) diff --git a/.changelog/v0.2.0-beta.2/code-refactors/1486-receipts-root.md b/.changelog/v0.2.0-beta.2/code-refactors/1486-receipts-root.md index 33e2521e9..22070768b 100644 --- a/.changelog/v0.2.0-beta.2/code-refactors/1486-receipts-root.md +++ b/.changelog/v0.2.0-beta.2/code-refactors/1486-receipts-root.md @@ -1,2 +1,2 @@ -- Change the calculation of receipts root to EIP-2718 - ([\#1486](https://github.com/axonweb3/axon/pull/1486)) \ No newline at end of file +- Change the calculation of receipts root to [EIP-2718](https://eips.ethereum.org/EIPS/eip-2718) + ([\#1486](https://github.com/axonweb3/axon/pull/1486)) diff --git a/.changelog/v0.2.0-beta.2/summary.md b/.changelog/v0.2.0-beta.2/summary.md index 3513ecef7..f39a362a2 100644 --- a/.changelog/v0.2.0-beta.2/summary.md +++ b/.changelog/v0.2.0-beta.2/summary.md @@ -3,4 +3,5 @@ If you don't change this message, or if this file is empty, the release will not be created. --> -... + +This release contains some important bugfixes from the previous 0.2.0-beta.1 version. diff --git a/CHANGELOG.md b/CHANGELOG.md index 371b31c3e..eb3efa2a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,25 +7,26 @@ If you don't change this message, or if this file is empty, the release will not be created. --> -... + +This release contains some important bugfixes from the previous 0.2.0-beta.1 version. ### BUG FIXES -- Fix encode consensus config function +- Fix the encode `ConsensusConfig` function ([\#1476](https://github.com/axonweb3/axon/pull/1476)) - Fix get metadata by block number ([\#1483](https://github.com/axonweb3/axon/pull/1483)) - Fix init EVM config ([\#1484](https://github.com/axonweb3/axon/pull/1484)) -- Fix encode and decode of Proposal struct +- Fix encode and decode of `Proposal` struct ([\#1485](https://github.com/axonweb3/axon/pull/1485)) ### CODE REFACTORS - No plain-text private key in configuration file ([\#1481](https://github.com/axonweb3/axon/pull/1481)) -- Remove default value of Hex +- Remove default value of `Hex` ([\#1482](https://github.com/axonweb3/axon/pull/1482)) -- Change the calculation of receipts root to EIP-2718 +- Change the calculation of receipts root to [EIP-2718](https://eips.ethereum.org/EIPS/eip-2718) ([\#1486](https://github.com/axonweb3/axon/pull/1486)) ### DOCUMENTS @@ -40,7 +41,8 @@ If you don't change this message, or if this file is empty, the release will not be created. --> -tmp + +Release 0.2.0-beta.1 version. ### BREAKING CHANGES