Skip to content

Commit

Permalink
chore: release v0.2.0-beta.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Eason committed Oct 20, 2023
1 parent 53f87df commit 1a08b5e
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changelog/unreleased/bug-fixes/1476-encode-config.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Fix encode consensus config function
([\#1476](https://github.com/axonweb3/axon/pull/1476))
2 changes: 2 additions & 0 deletions .changelog/unreleased/bug-fixes/1483-get-metadata.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Fix get metadata by block number
([\#1483](https://github.com/axonweb3/axon/pull/1483))
1 change: 1 addition & 0 deletions .changelog/unreleased/bug-fixes/1484-init-evm-config.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fix init EVM config ([\#1484](https://github.com/axonweb3/axon/pull/1484))
2 changes: 2 additions & 0 deletions .changelog/unreleased/bug-fixes/1485-encode-proposal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Fix encode and decode of Proposal struct
([\#1485](https://github.com/axonweb3/axon/pull/1485))
2 changes: 2 additions & 0 deletions .changelog/unreleased/code-refactors/1481-no-plain-pk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- No plain-text private key in configuration file
([\#1481](https://github.com/axonweb3/axon/pull/1481))
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Remove default value of Hex
([\#1482](https://github.com/axonweb3/axon/pull/1482))
2 changes: 2 additions & 0 deletions .changelog/unreleased/code-refactors/1486-receipts-root.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Change the calculation of receipts root to EIP-2718
([\#1486](https://github.com/axonweb3/axon/pull/1486))
2 changes: 2 additions & 0 deletions .changelog/unreleased/documents/1479-hardfork-api-doc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Add hardfork related APIs document
([\#1479](https://github.com/axonweb3/axon/pull/1479))
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "axon"
version = "0.2.0-beta.1"
version = "0.2.0-beta.2"
authors = ["Nervos Dev <[email protected]>"]
edition = "2021"
repository = "https://github.com/axonweb3/axon"
Expand Down

0 comments on commit 1a08b5e

Please sign in to comment.