-
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.
docs: update unreleased part of CHANGELOG.md (#1406)
* docs: update unreleased part of CHANGELOG.md * update epilogue * fix a change * update some commits
- Loading branch information
Eason Gao
authored
Sep 7, 2023
1 parent
64d2661
commit 691247b
Showing
46 changed files
with
1,332 additions
and
1,167 deletions.
There are no files selected for viewing
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 @@ | ||
project_url = "https://github.com/axonweb3/axon" |
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 @@ | ||
Changelogs before 0.2.0 can be found [here](./CHANGELOG_OLD.md). |
Empty file.
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/breaking-changes/1270-correct-receipts-root.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 @@ | ||
- Make the calculation of `receipts_root` correct | ||
([\#1270](https://github.com/axonweb3/axon/pull/1270)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/breaking-changes/1302-save-genesis-receipts.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 @@ | ||
- Save the receipts of genesis | ||
([\#1302](https://github.com/axonweb3/axon/pull/1302)) |
2 changes: 2 additions & 0 deletions
2
...log/unreleased/breaking-changes/1316-change-signature-hash-in-interoperation.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 the position of signature has in interoperation verification | ||
([\#1316](https://github.com/axonweb3/axon/pull/1316)) |
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 `version` field to block header and proposal | ||
([\#1319](https://github.com/axonweb3/axon/pull/1319)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/breaking-changes/1338-merge-rocks-db.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 @@ | ||
- Read-write separation and merge RocksDB instance | ||
([\#1338](https://github.com/axonweb3/axon/pull/1338)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/breaking-changes/1339-remove-header-fields.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 useless fields in `Header` | ||
([\#1339](https://github.com/axonweb3/axon/pull/1339)) |
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 @@ | ||
- Change the rlp codec of `Hex` ([\#1382](https://github.com/axonweb3/axon/pull/1382)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/bug-fixes/1269-require-cli-sub-command.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 @@ | ||
- Always require CLI sub-command | ||
([\#1269](https://github.com/axonweb3/axon/pull/1269)) |
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 @@ | ||
- Fix `eth_subscribe` method name ([\#1281](https://github.com/axonweb3/axon/pull/1281)) |
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 @@ | ||
- `modexp` precompile contract may overflow | ||
([\#1299](https://github.com/axonweb3/axon/pull/1299)) |
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 @@ | ||
- No default values when unexpected errors occurred | ||
([\#1303](https://github.com/axonweb3/axon/pull/1303)) |
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 @@ | ||
- Gas limit conversion error | ||
([\#1344](https://github.com/axonweb3/axon/pull/1344)) |
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 @@ | ||
- Prometheus can not be disabled | ||
([\#1348](https://github.com/axonweb3/axon/pull/1348)) |
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 @@ | ||
- Make genesis hash correct | ||
([\#1353](https://github.com/axonweb3/axon/pull/1353)) |
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 @@ | ||
- Use a same trie for the same chain | ||
([\#1370](https://github.com/axonweb3/axon/pull/1370)) |
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 @@ | ||
- The deserialize of ([\#1396](https://github.com/axonweb3/axon/pull/1396)) |
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 @@ | ||
- `genesis-generator` is nondeterministic ([\#1400](https://github.com/axonweb3/axon/pull/1400)) |
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 @@ | ||
- Use thread local instead of global variable | ||
([\#1280](https://github.com/axonweb3/axon/pull/1280)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/code-refactors/1285-change-precompile-payload.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 the `call_ckb_vm` and `verify_by_ckb` precompile argument payload | ||
([\#1285](https://github.com/axonweb3/axon/pull/1285)) |
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 @@ | ||
- Get client version from crate version and git commit ID | ||
([\#1309](https://github.com/axonweb3/axon/pull/1309)) |
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 @@ | ||
- Use constant values as default values | ||
([\#1320](https://github.com/axonweb3/axon/pull/1320)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/code-refactors/1326-derive-command-line.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 @@ | ||
- Use derive procedural macro to parse command line arguments | ||
([\#1326](https://github.com/axonweb3/axon/pull/1326)) |
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 config to single struct | ||
([\#1328](https://github.com/axonweb3/axon/pull/1328)) |
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 config and genesis to client config and chain spec | ||
([\#1332](https://github.com/axonweb3/axon/pull/1332)) |
1 change: 1 addition & 0 deletions
1
.changelog/unreleased/code-refactors/1333-remove-deprecated-config.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 @@ | ||
- Remove deprecated config ([\#1333](https://github.com/axonweb3/axon/pull/1333)) |
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 the all-in-one file of `core-run` | ||
([\#1349](https://github.com/axonweb3/axon/pull/1349)) |
1 change: 1 addition & 0 deletions
1
.changelog/unreleased/code-refactors/1351-immutable-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 @@ | ||
- Make chain id immutable ([\#1351](https://github.com/axonweb3/axon/pull/1351)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/code-refactors/1355-remove-sol-tests.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 useless tests of solidity contract | ||
([\#1355](https://github.com/axonweb3/axon/pull/1355)) |
1 change: 1 addition & 0 deletions
1
.changelog/unreleased/code-refactors/1363-impl-trie-for-mpttrie.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 @@ | ||
- Implement `Trie` for `MPTTrie` ([\#1363](https://github.com/axonweb3/axon/pull/1363)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/code-refactors/1367-security-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 @@ | ||
- Slightly improve security for secret keys | ||
([\#1367](https://github.com/axonweb3/axon/pull/1367)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/code-refactors/1371-change-inner-hex.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 the memory layout of `Hex` | ||
([\#1371](https://github.com/axonweb3/axon/pull/1371)) |
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 @@ | ||
- Make error message display better | ||
([\#1405](https://github.com/axonweb3/axon/pull/1405)) |
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 quick start and blocksacn usage | ||
([\#1364](https://github.com/axonweb3/axon/pull/1364)) |
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 @@ | ||
- Fix some typos ([\#1369](https://github.com/axonweb3/axon/pull/1369)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/documents/1379-meaning-genesis-transactions.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 the meaning of genesis transactions | ||
([\#1379](https://github.com/axonweb3/axon/pull/1379)) |
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 @@ | ||
- Check provided genesis if not first run | ||
([\#1278](https://github.com/axonweb3/axon/pull/1278)) |
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 @@ | ||
- Decode addresses with EIP-55 | ||
([\#1340](https://github.com/axonweb3/axon/pull/1340)) |
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 storage to metadata system contract | ||
([\#1380](https://github.com/axonweb3/axon/pull/1380)) |
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 `run` command to `init` and `run` | ||
([\#1386](https://github.com/axonweb3/axon/pull/1386)) |
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 @@ | ||
- Storage batch insert data with sync | ||
([\#1389](https://github.com/axonweb3/axon/pull/1389)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/performance-improvements/1300-reduce-modexp-mem.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 @@ | ||
- Reduce memory cost in `modexp` precompile contract | ||
([\#1300](https://github.com/axonweb3/axon/pull/1300)) |
Oops, something went wrong.