Skip to content

Commit

Permalink
feat(ui-ux): EVM (TransferDomain and changi network) (#1797) (#1845)
Browse files Browse the repository at this point in the history
* feature(ui-ux): added parser for transferDomain txn type (#1797)

* feature(ui-ux): added parser for transferbalance txn type

* updated transfer balance to transferdomain

* updated UI

* added getDecodedAddress function

* added evm compatable docker image

* added getDecodedAddress

* added TransferDomainType as enum

* fixed alignment in docker file

* DfTxTransferDomain txn fix

* updated Ui

* hide link incase of eth address in local and devnet and show balance for eth address

* update walletkit version

* type fix

* chore(ops): update changi network (#1861)

* update walletkit that uses https

* chore(ui-ux): evm chore and pr comments (#1864)

* chore(ui-ux): evm chore and pr comments

* small fix

* feat(ui-ux): handle tx details display for evmtx (#1869)

* feat(ui-ux): handle tx details display for evmtx

* add util to check if tx is evmtx

---------

Co-authored-by: Pierre Gee <[email protected]>

* bump(deps): update @waveshq/standard to ^1.9.3

* bump(deps): update dependency @netlify/plugin-nextjs to ^4.40.1

* bump(deps): update dependency @stickyjs/jest to ^1.3.4

* bump(deps): update actions/checkout action to v3.6.0

* bump(deps): update dependency @babel/types to ^7.23.0

* bump(deps): update dependency @prismicio/client to ^7.2.0

* bump(deps): update dependency jest to ^29.7.0

* bump(deps): update dependency recharts to ^2.8.0

* bump(deps): update ghcr.io/birthdayresearch/playground-api docker tag to v3.39.1

* bump(deps): update ghcr.io/birthdayresearch/whale-api docker tag to v3.39.1

* bump versions

* fix(e2e): fix failing e2e

* feat(ui-ux): temporarily use stable changi for testnet ocean (#1871)

* feat(ui-ux): remove custom url for testnet (#1884)

---------

Co-authored-by: Harsh R <[email protected]>
Co-authored-by: Pierre Gee <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
4 people authored Oct 19, 2023
1 parent 67ef4f7 commit 1b72344
Show file tree
Hide file tree
Showing 26 changed files with 2,604 additions and 1,860 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
with:
node-version-file: '.nvmrc'
node-version-file: ".nvmrc"

- run: pnpm install --frozen-lockfile

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
with:
node-version-file: '.nvmrc'
node-version-file: ".nvmrc"
cache: "pnpm"

- run: pnpm install --frozen-lockfile
Expand All @@ -38,7 +38,7 @@ jobs:

- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
with:
node-version-file: '.nvmrc'
node-version-file: ".nvmrc"
cache: "pnpm"

- run: pnpm install --frozen-lockfile
Expand All @@ -54,7 +54,7 @@ jobs:

- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
with:
node-version-file: '.nvmrc'
node-version-file: ".nvmrc"
cache: "pnpm"

- run: pnpm install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ module.exports = defineConfig({
"cypress/e2e/pages/vaults/[vaultid]/index-InLiquidation.spec.ts",
"cypress/e2e/pages/vaults/[vaultid]/index.spec.ts",
"cypress/e2e/pages/auctions/index.spec.ts",
]
],
},
});
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const securityHeaders = [
process.env.NODE_ENV === "development"
? `ws://localhost:3000/_next/webpack-hmr`
: ""
};`
};`,
},
{
key: "Referrer-Policy",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"@prismicio/types": "^0.2.8",
"@reduxjs/toolkit": "^1.9.5",
"@tailwindcss/line-clamp": "^0.4.4",
"@waveshq/standard-defichain-jellyfishsdk": "^1.9.3",
"@waveshq/standard-web": "^1.9.3",
"@waveshq/walletkit-core": "^1.1.0",
"@waveshq/walletkit-ui": "^1.1.0",
"@waveshq/standard-defichain-jellyfishsdk": "^2.11.3",
"@waveshq/standard-web": "^2.11.3",
"@waveshq/walletkit-core": "^1.3.5",
"@waveshq/walletkit-ui": "^1.3.5",
"bignumber.js": "^9.1.1",
"classnames": "^2.3.2",
"date-fns": "^2.30.0",
Expand Down
Loading

0 comments on commit 1b72344

Please sign in to comment.