From 4e88781d214b8ce5a83ea99cbe7ca8cc9a5fee4b Mon Sep 17 00:00:00 2001 From: Flouse <1297478+Flouse@users.noreply.github.com> Date: Wed, 13 Dec 2023 15:04:12 +0000 Subject: [PATCH] docs: add #1621 and #1634 into CHANGELOG --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c4caa24e..fa01f3aa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ * fix!: fix the implementation of Axon Tries ([\#1580](https://github.com/axonweb3/axon/pull/1580)) * refactor!: call reserved system contract address is forbidden ([\#1597](https://github.com/axonweb3/axon/pull/1597)) * refactor!: change many U256 type to U64 ([\#1591](https://github.com/axonweb3/axon/pull/1591)) +* fix(mempool)!: check gas limit range ([\#1634](https://github.com/axonweb3/axon/pull/1634)) ### FEATURES @@ -18,7 +19,6 @@ * feat: add ckb mbt proof verify precompile contract ([\#1578](https://github.com/axonweb3/axon/pull/1578)) * feat: support stop at specific height ([\#1581](https://github.com/axonweb3/axon/pull/1581)) - ### BUG FIXES * Fix value of gas in JSON RPC Transaction should be gas limit ([\#1530](https://github.com/axonweb3/axon/pull/1530)) @@ -45,6 +45,7 @@ * refactor: rename Proof.block_hash serde to proposal_hash ([\#1618](https://github.com/axonweb3/axon/pull/1618)) * refactor: forbid call eth_getStorageAt to system contract accounts ([\#1619](https://github.com/axonweb3/axon/pull/1619)) * refactor: change estimate gas calculation logic ([\#1603](https://github.com/axonweb3/axon/pull/1603), [\#1626](https://github.com/axonweb3/axon/pull/1626)) +* refactor(cli): update keypair generate command ([\#1621](https://github.com/axonweb3/axon/pull/1621)) ### CHORE * ci: adjust CI after migrating the test projects ([\#1513](https://github.com/axonweb3/axon/pull/1513))