Skip to content

Commit aed7571

Browse files
authored
Apply suggestions from code review
1 parent 287d07f commit aed7571

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
5555
* (server) [#24720](https://github.com/cosmos/cosmos-sdk/pull/24720) add `verbose_log_level` flag for configuring the log level when switching to verbose logging mode during sensitive operations (such as chain upgrades).
5656
* (crypto) [#24861](https://github.com/cosmos/cosmos-sdk/pull/24861) add `PubKeyFromCometTypeAndBytes` helper function to convert from `comet/v2` PubKeys to the `cryptotypes.Pubkey` interface.
5757
* (abci_utils) [#25008](https://github.com/cosmos/cosmos-sdk/pull/25008) add the ability to assign a custom signer extraction adapter in `DefaultProposalHandler`.
58-
* (context) [#]() Add `WithGasRemaining` to execute sub-calls with a specific gas limit.
58+
* (context) [#25303](https://github.com/cosmos/cosmos-sdk/pull/25303) Add `WithGasRemaining` to execute sub-calls with a specific gas limit.
5959

6060
### Improvements
6161

store/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
3131

3232
### Features
3333

34-
* [#]() Implement ProxyGasMeter to execute sub-calls with a different gas limit.
34+
* [#25303](https://github.com/cosmos/cosmos-sdk/pull/25303) Implement ProxyGasMeter to execute sub-calls with a different gas limit.
3535

3636
## v1.1.2 (March 31, 2025)
3737

0 commit comments

Comments
 (0)