Skip to content

Commit

Permalink
fix some typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KaoImin committed Oct 20, 2023
1 parent 6751d06 commit a4b9ab6
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 16 deletions.
3 changes: 2 additions & 1 deletion .changelog/v0.2.0-beta.1/summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions .changelog/v0.2.0-beta.2/bug-fixes/1476-encode-config.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- Fix encode consensus config function
([\#1476](https://github.com/axonweb3/axon/pull/1476))
- Fix the encode `ConsensusConfig` function
([\#1476](https://github.com/axonweb3/axon/pull/1476))
4 changes: 2 additions & 2 deletions .changelog/v0.2.0-beta.2/bug-fixes/1485-encode-proposal.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- Fix encode and decode of Proposal struct
([\#1485](https://github.com/axonweb3/axon/pull/1485))
- Fix encode and decode of `Proposal` struct
([\#1485](https://github.com/axonweb3/axon/pull/1485))
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- Remove default value of Hex
([\#1482](https://github.com/axonweb3/axon/pull/1482))
- Remove default value of `Hex`
([\#1482](https://github.com/axonweb3/axon/pull/1482))
4 changes: 2 additions & 2 deletions .changelog/v0.2.0-beta.2/code-refactors/1486-receipts-root.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- Change the calculation of receipts root to EIP-2718
([\#1486](https://github.com/axonweb3/axon/pull/1486))
- Change the calculation of receipts root to [EIP-2718](https://eips.ethereum.org/EIPS/eip-2718)
([\#1486](https://github.com/axonweb3/axon/pull/1486))
3 changes: 2 additions & 1 deletion .changelog/v0.2.0-beta.2/summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
14 changes: 8 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit a4b9ab6

Please sign in to comment.