Skip to content

v1.1.0

Compare
Choose a tag to compare
@spoo-bar spoo-bar released this 25 Aug 15:06
· 292 commits to main since this release

Added

  • Showing upload contract option in editor menus as well for wasm files
  • Showing query and execute icons on json files to directly call contracts, as well as to the JSON file context menu
  • On cosmy-wasmy.generateSchema, the json schema is set into the workspace settings so that any json file can get code completion from the query or execute msgs.
  • Added category to commands to make it easier to search and find the relevant ones from Command Palette
  • Added Archway Constantine testnet to preset chain config
  • Added cosmywasmy.chains.chainEnvironment to chain config which stores if the chain is localnet, testnet or mainnet.
  • Added a warning text on hover when the contract is not associated with any chain configs
  • On tx completion, a notification shows which links to the tx explorer page based on configuration
  • Added command cosmy-wasmy.refreshAccount to refresh the account view in the sidebar.

Changed

  • Tooltip on Contract view item hover now shows the contract address and the creator address by default, and appends the notes at the end if any
  • The chain selection now happens from the UI of the extension, and not the Settings page in vscode.
  • Instead of showing a plug icon next to contracts with chain config set, now, the contracts without chain config are shown with a plug disconnected icon.
  • Default chain configs name changed

Deprecated

  • cosmywasmy.chainConfigName setting deprecated and the config will now be set using the extension command cosmy-wasmy.reloadConfig

Fixed

  • Fixed issue where could not import same contract address if under different chain config
  • Fixed issue where extension would crash and would not start if the rpc endpoint was down.