Skip to content

Commit

Permalink
v2.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
spoo-bar committed Jun 12, 2023
1 parent 7738c25 commit fdd1100
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
9 changes: 1 addition & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ All notable changes to the Cosmy Wasmy extension will be documented in this file
### Security
-->

## [Unreleased]
## [v2.3.0] - 12 June 2023

### Added

Expand All @@ -30,17 +30,10 @@ All notable changes to the Cosmy Wasmy extension will be documented in this file
- Updated Archway constantine-2 to constantine-3 configuration in preset chain config
- Using custom Coin parse as the cosmjs default coin parse does not handle higher decimal coins, which breaks archway support which uses 18 decimal precision

### Deprecated

### Removed

### Fixed

- Fixed issue where contract migration would only allow to migrating to the same Code ID. Thanks to [Barry](https://github.com/zjg555543) from [OKX](https://github.com/okx) for the fix.

### Security



## [v2.2.2] - 25 April 2023

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cosmy-wasmy",
"displayName": "Cosmy Wasmy",
"description": "wibbly wobbly cosmy wasmy tool to interact with cosmwasm smart contracts",
"version": "2.2.2",
"version": "2.3.0",
"preview": false,
"publisher": "Spoorthi",
"icon": "media/icon.png",
Expand Down Expand Up @@ -392,7 +392,6 @@
"rpcEndpoint": "https://rpc.constantine.archway.tech/",
"defaultGasPrice": "1500000000000",
"chainDenom": "aconst",
"chainDenomDecimals": "18",
"accountExplorerLink": "https://testnet.mintscan.io/archway-testnet/account/${accountAddress}",
"txExplorerLink": "https://testnet.mintscan.io/archway-testnet/txs/${txHash}"
},
Expand Down
1 change: 1 addition & 0 deletions src/views/InitializeViewProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { Account } from '../models/account';
import { ResponseHandler } from '../helpers/responseHandler';
import { Cosmwasm } from '../helpers/cosmwasm/api';
import { Utils } from './utils';
import { Coin } from '@cosmjs/amino';


export class InitializeViewProvider implements vscode.WebviewViewProvider {
Expand Down

0 comments on commit fdd1100

Please sign in to comment.