Skip to content

Commit

Permalink
Back merge release v1.0.2 (#153)
Browse files Browse the repository at this point in the history
* Prep for release v1.0.2

* Remove the generic "Confirming" state
  • Loading branch information
ken-futureverse authored Apr 1, 2022
1 parent bfeaa8a commit 8222015
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

## [Unreleased]

## [1.0.2] - 2022-04-01

- Add confirming state to the Bridge [#151](https://github.com/cennznet/app-hub/pull/151)
- Add a generic missing token [#149](https://github.com/cennznet/app-hub/pull/149)

## [1.0.1] - 2022-03-31

- Update correct icons for CENNZnet
- Take into account of staking lock amount when retrieving user balance
- Avoid checking `ethBridge.bridgePaused` status when it's Deposit
- Explicitly using `assetId` to check if it's CPAY
- Move BRIDGE / PEG contract address to `constants.ts`
- Add default timeout value to be 1000 instead of zero
- Use `sellAsset` extrinsic instead
- Update Slippage in Swap to target the receiving token
- Add ">=" or "<=" to Slippage in Swap and Pool

## [1.0.0] - 2022-03-30

- Initial release of the App Hub
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cennznet/app-hub",
"version": "1.0.0",
"version": "1.0.2",
"private": true,
"scripts": {
"clean": "rm -rdf .next",
Expand Down
1 change: 0 additions & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ export interface TxStatus {
export type RelayerStatus =
| "Successful"
| "Failed"
| "Confirming"
| "EthereumConfirming"
| "CennznetConfirming";

Expand Down

1 comment on commit 8222015

@vercel
Copy link

@vercel vercel bot commented on 8222015 Apr 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.