Skip to content

Commit 4e88781

Browse files
committed
docs: add #1621 and #1634 into CHANGELOG
1 parent 0baa699 commit 4e88781

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* fix!: fix the implementation of Axon Tries ([\#1580](https://github.com/axonweb3/axon/pull/1580))
99
* refactor!: call reserved system contract address is forbidden ([\#1597](https://github.com/axonweb3/axon/pull/1597))
1010
* refactor!: change many U256 type to U64 ([\#1591](https://github.com/axonweb3/axon/pull/1591))
11+
* fix(mempool)!: check gas limit range ([\#1634](https://github.com/axonweb3/axon/pull/1634))
1112

1213
### FEATURES
1314

@@ -18,7 +19,6 @@
1819
* feat: add ckb mbt proof verify precompile contract ([\#1578](https://github.com/axonweb3/axon/pull/1578))
1920
* feat: support stop at specific height ([\#1581](https://github.com/axonweb3/axon/pull/1581))
2021

21-
2222
### BUG FIXES
2323

2424
* Fix value of gas in JSON RPC Transaction should be gas limit ([\#1530](https://github.com/axonweb3/axon/pull/1530))
@@ -45,6 +45,7 @@
4545
* refactor: rename Proof.block_hash serde to proposal_hash ([\#1618](https://github.com/axonweb3/axon/pull/1618))
4646
* refactor: forbid call eth_getStorageAt to system contract accounts ([\#1619](https://github.com/axonweb3/axon/pull/1619))
4747
* refactor: change estimate gas calculation logic ([\#1603](https://github.com/axonweb3/axon/pull/1603), [\#1626](https://github.com/axonweb3/axon/pull/1626))
48+
* refactor(cli): update keypair generate command ([\#1621](https://github.com/axonweb3/axon/pull/1621))
4849

4950
### CHORE
5051
* ci: adjust CI after migrating the test projects ([\#1513](https://github.com/axonweb3/axon/pull/1513))

0 commit comments

Comments
 (0)