-
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.
- Loading branch information
Eason
committed
Oct 12, 2023
1 parent
a6fffed
commit 69a2550
Showing
17 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/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/unreleased/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)) |
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/unreleased/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/unreleased/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)) |
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/unreleased/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/unreleased/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/unreleased/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)) |
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)) |
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)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/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)) |