v1.18.0-rc1 - 2024-01-30
Features
- Add the ibcratelimit module #1498.
- Add NAV support for metadata scopes #1749.
- Add fix for NAV units to tourmaline upgrade handler #1815.
- Support commitments in the exchange module #1789.
Improvements
- Add upgrade handler for 1.18 #1756.
- Remove the rust upgrade handlers PR 1774.
- Allow bypassing the config warning wait using an environment variable PR 1810.
- Filter out empty distribution events from begin blocker #1822.
Deprecated
- The concept of an "active" market (in the exchange module) has been removed in favor of specifying whether it accepts orders #1789.
- The
MarketUpdateEnabled
endpoint has been deprecated and is no longer usable. It is replaced with theMarketUpdateAcceptingOrders
endpoint. MsgMarketUpdateEnabledRequest
is replaced withMsgMarketUpdateAcceptingOrdersRequest
.MsgMarketUpdateEnabledResponse
is replaced withMsgMarketUpdateAcceptingOrdersResponse
.EventMarketEnabled
is replaced withEventMarketOrdersEnabled
.EventMarketDisabled
is replaced withEventMarketOrdersDisabled
.
- The
Bug Fixes
- Remove deleted marker send deny entries #1666.
- Update protos, naming, and documentation to use mills #1813.
- Update marker transfer to work with groups #1818.
Client Breaking
- The
provenanced tx exchange market-enabled
command has been changed toprovenanced tx exchange market-accepting-orders
#1789.
API Breaking
- The
MarketUpdateEnabled
has been deprecated and replaced withMarketUpdateAcceptingOrders
along with its request, response, and events #1789.
The old endpoint is no longer usable. See the Deprecated section for more details.
Dependencies
- Bump
bufbuild/buf-setup-action
from 1.27.1 to 1.28.1 (#1724, #1744, #1750) - Bump
github.com/google/uuid
from 1.3.1 to 1.6.0 (#1723, #1781, #1819) - Bump
github.com/gorilla/mux
from 1.8.0 to 1.8.1 (#1734) - Bump
golang.org/x/text
from 0.13.0 to 0.14.0 (#1735) - Bump
cosmossdk.io/math
from 1.1.2 to 1.2.0 (#1739) - Update
async-icq
fromgithub.com/strangelove-ventures/async-icq/v6
togithub.com/cosmos/ibc-apps/modules/async-icq/v6.1.0
(#1748) - Bump
github.com/spf13/viper
from 1.17.0 to 1.18.2 (#1777, #1795) - Bump
actions/setup-go
from 4 to 5 (#1776) - Bump
github.com/spf13/cast
from 1.5.1 to 1.6.0 (#1769) - Bump
actions/setup-java
from 3 to 4 (#1770) - Bump
github.com/dvsekhvalnov/jose2go
from 1.5.0 to 1.6.0 (#1793) - Bump
google.golang.org/protobuf
from 1.31.0 to 1.32.0 (#1790) - Bump
github/codeql-action
from 2 to 3 (#1784) - Bump
actions/download-artifact
from 3 to 4 (#1785) - Bump
actions/upload-artifact
from 3 to 4 (#1785) - Bump
google.golang.org/grpc
from 1.59.0 to 1.61.0 (#1794, #1820) - Bump
golang.org/x/crypto
from 0.14.0 to 0.17.0 (#1788) - Bump
cosmossdk.io/errors
from 1.0.0 to 1.0.1 (#1806) - Bump
actions/cache
from 3 to 4 (#1817)