Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Eason committed Oct 12, 2023
1 parent a6fffed commit 69a2550
Show file tree
Hide file tree
Showing 17 changed files with 34 additions and 0 deletions.
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))
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))
2 changes: 2 additions & 0 deletions .changelog/unreleased/bug-fixes/1404-return-null-receipt.md
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))
2 changes: 2 additions & 0 deletions .changelog/unreleased/bug-fixes/1431-display-sig-v.md
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))
2 changes: 2 additions & 0 deletions .changelog/unreleased/bug-fixes/1459-cors-accept-any.md
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 .changelog/unreleased/bug-fixes/1468-genesis-default-value.md
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))
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 .changelog/unreleased/code-refactor/1443-remove-first-tx.md
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)
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))
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 .changelog/unreleased/code-refactor/1467-remove-secret-key.md
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))
2 changes: 2 additions & 0 deletions .changelog/unreleased/documents/1430-update-getting-start.md
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 .changelog/unreleased/documents/1434-update-doc-chain-id.md
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))
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))
2 changes: 2 additions & 0 deletions .changelog/unreleased/features/1404-hardfork-proposal.md
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))
2 changes: 2 additions & 0 deletions .changelog/unreleased/features/1422-cmd-set-hardfork.md
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))
2 changes: 2 additions & 0 deletions .changelog/unreleased/features/1451-first-hardfork.md
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))

0 comments on commit 69a2550

Please sign in to comment.