-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: release v0.2.0-beta.1 version (#1474)
* docs: update changelog * chore: release 0.2.0-beta.1 version * docs: update CHANGELOG.md
- Loading branch information
Showing
62 changed files
with
90 additions
and
3 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions
2
.changelog/v0.2.0-beta.1/breaking-changes/1454-insert-metadata-directly.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Insert metadata directly when initialize chain | ||
([\#1454](https://github.com/axonweb3/axon/pull/1454)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.2.0-beta.1/breaking-changes/1471-split-private-key.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Split bls and secp256k1 private key | ||
([\#1471](https://github.com/axonweb3/axon/pull/1471)) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions
2
.changelog/v0.2.0-beta.1/bug-fixes/1404-return-null-receipt.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Return RPC `null` when no receipt was found | ||
([\#1404](https://github.com/axonweb3/axon/pull/1404)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Fix display of signature v in transaction | ||
([\#1431](https://github.com/axonweb3/axon/pull/1431)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Set CORS to any to accept RPC alls from web-based apps | ||
([\#1459](https://github.com/axonweb3/axon/pull/1459)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.2.0-beta.1/bug-fixes/1468-genesis-default-value.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Default values of genesis fields should be same as normal blocks | ||
([\#1468](https://github.com/axonweb3/axon/pull/1468)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.2.0-beta.1/code-refactor/1442-serialize-extra-data.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Change serialization for block header `extra_data` | ||
([\#1442](https://github.com/axonweb3/axon/pull/1442)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.2.0-beta.1/code-refactor/1443-remove-first-tx.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Remove first transaction in genesis | ||
([\#1443](https://github.com/axonweb3/axon/pull/1443) |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.2.0-beta.1/code-refactor/1449-remove-metadate-precompile.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Remove metadata precompile contract | ||
([\#1449](https://github.com/axonweb3/axon/pull/1449)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.2.0-beta.1/code-refactor/1450-init-without-genesis-tx.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Initialize chain without genesis transaction file | ||
([\#1450](https://github.com/axonweb3/axon/pull/1450)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.2.0-beta.1/code-refactor/1467-remove-secret-key.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Initialize chain without any secret key | ||
([\#1467](https://github.com/axonweb3/axon/pull/1467)) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions
2
.changelog/v0.2.0-beta.1/documents/1430-update-getting-start.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Update `Getting Started` section in README.md | ||
([\#1430](https://github.com/axonweb3/axon/pull/1430)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.2.0-beta.1/documents/1434-update-doc-chain-id.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Update default dev chain ID | ||
([\#1434](https://github.com/axonweb3/axon/pull/1434)) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions
2
.changelog/v0.2.0-beta.1/features/1402-integrate-genesis-generator.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Integrate genesis-generator into axon `init` command | ||
([\#1402](https://github.com/axonweb3/axon/pull/1402)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Add hardfork proposal process | ||
([\#1404](https://github.com/axonweb3/axon/pull/1404)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Support set hardfork in command line | ||
([\#1422](https://github.com/axonweb3/axon/pull/1422)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- First hardfork with contract size limit | ||
([\#1451](https://github.com/axonweb3/axon/pull/1451)) |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<!-- | ||
Add a summary for the release here. | ||
If you don't change this message, or if this file is empty, the release | ||
will not be created. --> | ||
tmp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "axon" | ||
version = "0.2.0-alpha.1" | ||
version = "0.2.0-beta.1" | ||
authors = ["Nervos Dev <[email protected]>"] | ||
edition = "2021" | ||
repository = "https://github.com/axonweb3/axon" | ||
|