Skip to content

chore: update math to remove vanity url #24758

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 10 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ Ref: https://keepachangelog.com/en/1.0.0/

## [Unreleased]

### Breaking Changes

Note: breaking changes will be easily migrated using our [migrate](TODO LINK) tool.

* (all) [#24114](https://github.com/cosmos/cosmos-sdk/pull/24114) Update to CometBFT v1.
* (all) [#24758](https://github.com/cosmos/cosmos-sdk/pull/24758) Migrate all `cosmossdk.io/*` imports to `github.com/cosmos/cosmos-sdk/*`.

### Features

* (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).
Expand Down
79 changes: 42 additions & 37 deletions api/cosmos/base/v1beta1/coin.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading