Release Notes
Client Library
Selected updates and improvements to the @skip-go/client
library.
v0.10.3
- The
executeRoute
method now acceptsbeforeMsg
andafterMsg
parameter to allow for the execution of custom Cosmos messages before/after the route is executed. This is useful for executing custom messages that are not part of the route definition.
v0.9.3
- Update client to include solana support via public RPC and show warning when public infrastructure is not overriden.
v0.9.0
- Add
/balance
methods query API endpoint. See the documentation and the API reference for more details.