Skip to content

Commit

Permalink
docs: update unreleased part of CHANGELOG.md (#1406)
Browse files Browse the repository at this point in the history
* 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
Show file tree
Hide file tree
Showing 46 changed files with 1,332 additions and 1,167 deletions.
1 change: 1 addition & 0 deletions .changelog/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
project_url = "https://github.com/axonweb3/axon"
1 change: 1 addition & 0 deletions .changelog/epilogue.md
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 added .changelog/unreleased/.gitkeep
Empty file.
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))
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))
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))
2 changes: 2 additions & 0 deletions .changelog/unreleased/breaking-changes/1319-add-version.md
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 .changelog/unreleased/breaking-changes/1338-merge-rocks-db.md
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))
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))
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))
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))
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))
2 changes: 2 additions & 0 deletions .changelog/unreleased/bug-fixes/1299-modexp-sub-overflow.md
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))
2 changes: 2 additions & 0 deletions .changelog/unreleased/bug-fixes/1303-no-unrwap-or-default.md
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))
2 changes: 2 additions & 0 deletions .changelog/unreleased/bug-fixes/1344-gas-limit-convert.md
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))
2 changes: 2 additions & 0 deletions .changelog/unreleased/bug-fixes/1348-disable-prometheus.md
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))
2 changes: 2 additions & 0 deletions .changelog/unreleased/bug-fixes/1353-fix-genesis-hash.md
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))
2 changes: 2 additions & 0 deletions .changelog/unreleased/bug-fixes/1370-same-trie.md
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))
1 change: 1 addition & 0 deletions .changelog/unreleased/bug-fixes/1396-deserialize-hex.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- The deserialize of ([\#1396](https://github.com/axonweb3/axon/pull/1396))
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))
2 changes: 2 additions & 0 deletions .changelog/unreleased/code-refactors/1280-thread-local.md
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))
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))
2 changes: 2 additions & 0 deletions .changelog/unreleased/code-refactors/1309-client-version.md
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))
2 changes: 2 additions & 0 deletions .changelog/unreleased/code-refactors/1320-constant-values.md
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))
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))
2 changes: 2 additions & 0 deletions .changelog/unreleased/code-refactors/1328-change-config.md
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))
2 changes: 2 additions & 0 deletions .changelog/unreleased/code-refactors/1332-split-config.md
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))
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Remove deprecated config ([\#1333](https://github.com/axonweb3/axon/pull/1333))
2 changes: 2 additions & 0 deletions .changelog/unreleased/code-refactors/1349-all-in-one-run.md
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))
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 .changelog/unreleased/code-refactors/1355-remove-sol-tests.md
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))
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))
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 .changelog/unreleased/code-refactors/1371-change-inner-hex.md
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))
2 changes: 2 additions & 0 deletions .changelog/unreleased/code-refactors/1405-error-display.md
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))
2 changes: 2 additions & 0 deletions .changelog/unreleased/documents/1364-quick-start.md
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))
1 change: 1 addition & 0 deletions .changelog/unreleased/documents/1369-fix-typos.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fix some typos ([\#1369](https://github.com/axonweb3/axon/pull/1369))
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))
2 changes: 2 additions & 0 deletions .changelog/unreleased/features/1278-check-genesis.md
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))
2 changes: 2 additions & 0 deletions .changelog/unreleased/features/1340-decode-eip-55.md
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))
2 changes: 2 additions & 0 deletions .changelog/unreleased/features/1380-hardfork-storage.md
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))
2 changes: 2 additions & 0 deletions .changelog/unreleased/features/1386-split-run.md
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))
2 changes: 2 additions & 0 deletions .changelog/unreleased/features/1389-batch-insert-sync.md
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))
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))
Loading

0 comments on commit 691247b

Please sign in to comment.