Commit 1b72344
* 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 <pierre@cakedefi.com>
* 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 <53080940+fullstackninja864@users.noreply.github.com>
Co-authored-by: Pierre Gee <pierre@cakedefi.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 67ef4f7 commit 1b72344
26 files changed
Lines changed: 2604 additions & 1860 deletions
File tree
- .github/workflows
- src
- components/icons/assets/tokens
- layouts
- components
- contexts
- pages
- address
- _components
- proof-of-backing/_components
- tokens
- transactions
- _components
- DfTx
- store
- utils/commons/evmtx
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments