fix(typos): correct HTML code and link to PR (#25246)
Co-authored-by: Alex | Interchain Labs <alex@djinntek.world>
This commit is contained in:
parent
def63b5c5b
commit
b34bd73a76
@ -55,7 +55,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
|
||||
* (crypto) [#24919](https://github.com/cosmos/cosmos-sdk/pull/24919) add `NewPubKeyFromBytes` function to the `secp256r1` package to create `PubKey` from bytes
|
||||
* (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).
|
||||
* (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.
|
||||
* (abci_utils) [#25008](https://github.com/cosmos/cosmos-sdk/pull/24861) add the ability to assign a custom signer extraction adapter in `DefaultProposalHandler`.
|
||||
* (abci_utils) [#25008](https://github.com/cosmos/cosmos-sdk/pull/25008) add the ability to assign a custom signer extraction adapter in `DefaultProposalHandler`.
|
||||
|
||||
### Improvements
|
||||
|
||||
|
||||
@ -24,8 +24,10 @@
|
||||
</a>
|
||||
<a href="https://github.com/cosmos/cosmos-sdk/actions/workflows/sims.yml">
|
||||
<img alt="Sims" src="https://github.com/cosmos/cosmos-sdk/workflows/Sims/badge.svg" />
|
||||
</a>
|
||||
<a href="https://github.com/cosmos/cosmos-sdk/actions/workflows/lint.yml">
|
||||
<img alt="Lint Status" src="https://github.com/cosmos/cosmos-sdk/workflows/Lint/badge.svg" />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
The Cosmos SDK is a framework for building blockchain applications. [CometBFT (BFT Consensus)](https://github.com/cometbft/cometbft) and the Cosmos SDK are written in the Go programming language. Cosmos SDK is used to build [Gaia](https://github.com/cosmos/gaia), the implementation of the Cosmos Hub.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user