You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(mempool): respect gas wanted returned by ante handler
* Problem: mempool don't respect gas wanted returned by ante handler
Solution:
- support custom gas wanted in mempool
* Update CHANGELOG.md
Signed-off-by: yihuang <[email protected]>
* cleanup
* cleanup
* fix priorityIndex
* fix process proposal
* fix lint
* fix lint
---------
Signed-off-by: yihuang <[email protected]>
Problem: mempool.GasTx interface is not reused (#536)
* Problem: redundant mutex for InsertWithGasWanted
cfg of PriorityNonceMempool remains unchanged once assigned, so no lock is required
* make mocks
* cleanup
* keep order of check MaxTx
* (baseapp) [#24655](https://github.com/cosmos/cosmos-sdk/pull/24655) Add mutex locks for `state` and make `lastCommitInfo` atomic to prevent race conditions between `Commit` and `CreateQueryContext`.
63
63
* (proto) [#24161](https://github.com/cosmos/cosmos-sdk/pull/24161) Remove unnecessary annotations from `x/staking` authz proto.
64
64
* (x/bank) [#24660](https://github.com/cosmos/cosmos-sdk/pull/24660) Improve performance of the `GetAllBalances` and `GetAccountsBalances` keeper methods.
65
+
* (mempool)[#25338](https://github.com/cosmos/cosmos-sdk/pull/25338) Respect gas wanted returned by ante handler for mempool.
0 commit comments