chore: prepare x/tx v0.11.0 (#18127)
This commit is contained in:
parent
4caecf13bb
commit
b71ec62807
@ -31,6 +31,12 @@ Ref: https://keepachangelog.com/en/1.0.0/
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## v0.11.0
|
||||
|
||||
### Improvements
|
||||
|
||||
* [#17787](https://github.com/cosmos/cosmos-sdk/pull/17787) Drop tip support.
|
||||
|
||||
## v0.10.0
|
||||
|
||||
### Features
|
||||
@ -81,18 +87,18 @@ Ref: https://keepachangelog.com/en/1.0.0/
|
||||
### Improvements
|
||||
|
||||
* [#15871](https://github.com/cosmos/cosmos-sdk/pull/15871)
|
||||
* `HandlerMap` now has a `DefaultMode()` getter method
|
||||
* Textual types use `signing.ProtoFileResolver` instead of `protoregistry.Files`
|
||||
* `HandlerMap` now has a `DefaultMode()` getter method
|
||||
* Textual types use `signing.ProtoFileResolver` instead of `protoregistry.Files`
|
||||
|
||||
## v0.6.0
|
||||
|
||||
### API Breaking
|
||||
|
||||
* [#15709](https://github.com/cosmos/cosmos-sdk/pull/15709):
|
||||
* `GetSignersContext` has been renamed to `signing.Context`
|
||||
* `GetSigners` now returns `[][]byte` instead of `[]string`
|
||||
* `GetSignersOptions` has been renamed to `signing.Options` and requires `address.Codec`s for account and validator addresses
|
||||
* `GetSignersOptions.ProtoFiles` has been renamed to `signing.Options.FileResolver`
|
||||
* `GetSignersContext` has been renamed to `signing.Context`
|
||||
* `GetSigners` now returns `[][]byte` instead of `[]string`
|
||||
* `GetSignersOptions` has been renamed to `signing.Options` and requires `address.Codec`s for account and validator addresses
|
||||
* `GetSignersOptions.ProtoFiles` has been renamed to `signing.Options.FileResolver`
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user