Skip to content

Commit

Permalink
lint and changelog comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stana-miric committed Jun 18, 2024
1 parent ab3600e commit 020da0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions math/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ Ref: https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.j
### Bug Fixes

* [#16266](https://github.com/cosmos/cosmos-sdk/pull/16266) fix: legacy dec power mut zero exponent precision.
* [#17352](https://github.com/cosmos/cosmos-sdk/pull/17352) Ensure that modifying the argument to `NewIntFromBigInt` doesn't mutate the returned value.
* [#17352](https://github.com/cosmos/cosmos-sdk/pull/17352) fix(math): defend NewIntFromBigInt argument mutation.
* [#18211](https://github.com/cosmos/cosmos-sdk/pull/18211) RelativePow now returns 1 when 0^0, before it was returning the scale factor.
* [#18214](https://github.com/cosmos/cosmos-sdk/pull/18214) Ensure that modifying the argument to
* [#18214](https://github.com/cosmos/cosmos-sdk/pull/18214) fix(math): NewUintFromBigInt argument mutation.

## [math/v1.0.1](https://github.com/cosmos/cosmos-sdk/releases/tag/math/v1.0.1) - 2023-05-15

Expand Down
3 changes: 2 additions & 1 deletion x/staking/keeper/tokenize_share_record.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ import (
"context"
"fmt"

gogotypes "github.com/cosmos/gogoproto/types"

errorsmod "cosmossdk.io/errors"
storetypes "cosmossdk.io/store/types"
gogotypes "github.com/cosmos/gogoproto/types"

"github.com/cosmos/cosmos-sdk/runtime"
sdk "github.com/cosmos/cosmos-sdk/types"
Expand Down

0 comments on commit 020da0a

Please sign in to comment.