-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: add new deploys list item (#1031)
* add new deploy list item and update deploys status component * remove unused imports * small improvements * fix issue with rendering order * add deploys details page * Add casper-wallet-core initial usage * added deploys plate, deploy details page, and fix infinite scrolling * fix e2e tests for buy cspr * Update casper-wallet-core * Remove redundant types --------- Co-authored-by: Dmytro Vynnyk <[email protected]>
- Loading branch information
Showing
93 changed files
with
4,467 additions
and
2,960 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,13 +64,15 @@ | |
"@noble/ciphers": "^0.3.0", | ||
"@scure/bip32": "1.3.2", | ||
"@scure/bip39": "1.2.1", | ||
"@tanstack/react-query": "^5.52.3", | ||
"@types/argon2-browser": "1.18.1", | ||
"@types/webextension-polyfill": "0.9.2", | ||
"@zondax/ledger-casper": "^2.6.1", | ||
"base64-loader": "1.0.0", | ||
"big.js": "^6.2.1", | ||
"casper-cep18-js-client": "1.0.2", | ||
"casper-js-sdk": "2.15.4", | ||
"casper-wallet-core": "git+ssh://[email protected]:make-software/casper-wallet-core.git#v0.9.1", | ||
"date-fns": "^2.30.0", | ||
"i18next": "^23.11.0", | ||
"i18next-browser-languagedetector": "^7.2.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.