- Added support for GrcpWeb inside the
AuthQuerier
andNodeQuerier
- Added
Wallet.import
method to import an existing wallet given a private key (thanks to @wenchaosong) - Added support for GrpcWeb, allowing this library to be compatible with the Dart Web platform (thanks to @levischechter)
- Replaced legacy
/node_info
query with new gRPC client
- Added support for fee payer and granter fields
GRPCInfo#getChannel
now returns a new gRPC channel each time it's called. This makes it possible to easily switch between gRPC URLs if needed- Updated Cosmos SDK to
v0.45.4
- Added support for CosmWASM
- Changed how
NetworkInfo
is built. - Upgraded Cosmos Proto files to
v0.42.5
Added support for null-safety
Fixed incompatible dependencies versions
Support the Cosmos v0.40.x
, v0.41.x
and v0.42.x
versions.
- Custom messages are now Protobuf-generated classes
- Transactions are serialized using Protobuf and signed using the
MODE_DIRECT
mode - Queries are performed using the different
QueryClient
implementations