- Fixed a bug in the fee amount computation
- Fixed a bug in the gas simulation process
- Added the ability to specify a sequence number when building a transaction
- Updated the
NewTransactionData
to accept a single message slice param instead of two separate params
- Fixed a typo inside an error message (thanks @giorgionocera)
- Updated Cosmos SDK to
v0.47.3
- Removed the dependency from the
cosmos-sdk/simapp
package
- Updated Cosmos SDK to
v0.47.2
- Fixed a bug in the gas and fees simulation process
- Set min TLS version to
1.2
when connecting to gRPC endpoints - Removed
Wallet#SetGasPerMessage
.TransactionData#WithFeeAuto
andTransactionData#WithGasAuto
should be used instead
- Added
WithGasAuto
andWithFeeAuto
toTransactionData
in order to allow auto computing the gas and fee amount by simulating the transaction
- Updated Cosmos SDK to
v0.45.7
- Updated Cosmos SDK to
v0.45.6
This version is compatible with Cosmos SDK v0.44.5
.