Release v1.14.0-rc3
Pre-release
Pre-release
v1.14.0-rc3 - 2023-02-17
Improvements
- Increase all validators' max commission change rate to 5% PR 1360.
- Bump Cosmos-SDK to v0.46.10-pio-1 (from v0.46.8-pio-3) PR 1371.
See its RELEASE_NOTES.md for details. - Create the
paua-rc2
upgrade handler that bumps validator max change rates and puts max gas back to what it used to be PR 1373.
This will only be applied totestnet
.
Bug Fixes
- Correctly log streaming plugin loading errors PR 1356.
Client Breaking
- No longer sign the mac binary, and stop including it in the release PR 1367.
Full Commit History
v1.14.0-rc2 - 2023-02-06
Improvements
- Bump tendermint to Notional's v0.34.25 (from base repo's v0.34.24) PR 1348.
- Bump Cosmos-SDK to v0.46.8-pio-3 (from v0.46.7-pio-2) PR 1348.
- Set the immediate sanction/unsanction min deposits to 1,000,000 hash in the
paua
upgrade PR 1345.
Full Commit History
v1.14.0-rc1 - 2023-02-02
Features
- Added support to set a list of specific recipients allowed for send authorizations in the marker module #1237.
- Added a new name governance proposal that allows the fields of a name record to be updated. PR 1266.
Therestrict
flag has been changed tounrestrict
in theBindName
request andCreateRootName
proposal. - Added msg to add, finalize, and activate a marker in a single request #770.
- Added the
x/quarantine
module PR 1317. - Added the
x/sanction
module PR 1317. - Staking concentration limit protection (prevents delegations to nodes with high voting power) #1331.
- Enable ADR-038 State Listening in Provenance
Improvements
- Bump Cosmos-SDK to v0.46.8-pio-2 (from v0.46.7-pio-1) #1332.
See its RELEASE_NOTES.md for details. - Added assess msg fees spec documentation #1172.
- Build dbmigrate and include it as an artifact with releases #1264.
- Removed, MsgFees Module 50/50 Fee Split on MsgAssessCustomMsgFeeRequest #1263.
- Add basis points field to MsgAssessCustomMsgFeeRequest for split of fee between Fee Module and Recipient #1268.
- Updated ibc-go to v6.1 #1273.
- Update adding of marker to do additional checks for ibc denoms #1289.
- Add validate basic check to msg router service #1308.
- Removed legacy-amino #1275.
- Opened port 9091 on ibcnet container ibc1 to allow for reaching GRPC PR 1314.
- Increase all validators' max commission to 100% PR 1333.
- In testnet only, increase max gas per block to 120,000,000 (from 60,000,000) PR 1335.
Bug Fixes
- Update Maven publishing email to provenance #1270.