v0.4.0-preview
Pre-release
Pre-release
Added
- Snippet to add tests.
- Added command
cosmy-wasmy.history
- When enabled, the latestcosmywasmy.maxHistoryStored
number of queries are stored and are accessible in history view for easy re-execution. History opens in a new webview as a tab. This command also has a menu icon on the query and execute views.
Removed
msg
snippet to create func for a msg removed. Can still usetx
for same purpose.
Fixed
- Custom sorting of the contract view was just straight up not working. Fixed now.
- Fixed #8 - Initiation of contract was failing with "Input is not an integer" due to codeId not being parsed into number.