Commit Graph

142 Commits

Author SHA1 Message Date
Armani Ferrante ef67a0dca1
View on Ethereum button for wrapped tokens (#89) 2021-02-20 13:32:24 +08:00
Armani Ferrante 37f3d0a276
Add USD values to balance list (#92) 2021-02-20 13:25:14 +08:00
Armani Ferrante ef3ca11bf0
Add SOL requirement to convert label (#88) 2021-02-20 12:50:51 +08:00
Armani Ferrante 1f3be6dcc2
Add label for connected metamask address (#87) 2021-02-20 12:50:36 +08:00
Armani Ferrante dac54104fe
Add view on serum button (#90) 2021-02-20 12:49:49 +08:00
Nathaniel Parke cf8647f57e
Add override switch to allow sending token funds to a sol wallet with zero balances (#84)
* Add override switch to allow sending token funds to a sol wallet with zero balances

* Only show when address fails validation
2021-02-17 10:59:26 +08:00
Armani Ferrante 3fc7be09f1
BIP 44 derivation path (#42) 2021-02-12 17:16:44 +08:00
Kelvin Jayanoris f0386cee96
Add support for array format in account import and export (#74) 2021-01-29 00:44:05 -08:00
DR497 efcc69a1a0
Add KIN to known tokens (#67) 2021-01-08 12:05:34 -08:00
Gary Wang 8b399721d5 Explicitely set gas limit when swapping SPL to ERC20 2021-01-04 02:10:26 +08:00
Gary Wang 4e19e0f8dc Increase gas limit when swapping ERC20 to SPL 2021-01-04 02:10:10 +08:00
Leonard Ge 7f9d8daba4 Added max button. 2020-12-31 09:12:08 -08:00
Nishad 0dc1ae1590 Order token accounts by mint pubkey 2020-12-21 08:14:13 +08:00
Nishad 0bdf03b92f Add SECO and HOLY to known coins 2020-12-20 02:03:43 +08:00
Gary Wang abc00eefa6 Update dependencies 2020-12-19 23:44:55 +08:00
Gary Wang 1de3d8e01f Add some typescript 2020-12-19 23:43:59 +08:00
DR497 37efefa4a6
Add LQID and FIDA (#62) 2020-12-18 23:22:05 +08:00
Armani Ferrante 1f6e11107d
Sign many transactions at once (#60) 2020-12-11 23:19:04 +08:00
Nathaniel Parke d1e6ad7e18
Fix derivation path for default wallet (#57)
* Fix derivation path for default wallet

* Run prettier

* Fix

* Fix lint
2020-12-05 14:16:35 +08:00
Nathaniel Parke f1e76e0b2c Turn off editing for Hardware wallet name 2020-12-02 17:16:32 +08:00
Nathaniel Parke f22090c503
Ledger support (#54)
* feat: add https for local development

* feat: add support for ledger

* feat: add ledger support

* feat: add ledger support

* feat: add ledger support

* feat: add ledger support

* feat: ledger support

* feat: add leadger support

* feat: ledger support

* Some updates

* Reset back to master

* Revert login page logic

* Fix various things

* working

* some updates

* Fix unlock error silent failing

* dapp signatures working

* touch up

Co-authored-by: Bartosz Lipinski <264380+bartosz-lipinski@users.noreply.github.com>
2020-12-02 17:15:13 +08:00
armaniferrante 32358afde2
Add full Apache 2.0 license 2020-12-01 19:05:38 -08:00
Paul ec035a0061
Add favicon (#46) 2020-11-16 09:43:31 +08:00
Nathaniel Parke 3884128d08
Allow account name editing (#44)
* Some progress

* Lift wallet selection state into wallet provider

* Account names

* Some bug squashing
2020-11-13 12:42:37 +08:00
Nathaniel Parke 78f555b2fc
Clear add account form state on enter (#45) 2020-11-13 12:40:10 +08:00
Nathaniel Parke e9cd3e2c62 Clear react caches after forgetting wallets 2020-11-13 12:27:33 +08:00
Nathaniel Parke 06dec01f50
Lift wallet selection state into wallet provider (#43) 2020-11-13 11:46:38 +08:00
Nathaniel Parke 921f80dc96
Fix accounts dialog showing up when it shouldn't (#40) 2020-11-12 08:38:49 +08:00
Nathaniel Parke 0e50f86228 Fix phrasing on delete accounts dialog 2020-11-11 20:06:45 +08:00
Nathaniel Parke af5d5cb986
Wrap delete account in a dialog (#37) 2020-11-11 19:58:39 +08:00
philippe-ftx acfe5a7faa
Logout (#31)
* Logout ability

* Logout for private key imports

Co-authored-by: armaniferrante <armaniferrante@gmail.com>
2020-11-11 18:33:14 +08:00
Nathaniel Parke 086f6e2763
Improve sollet popup UI (#36)
* feat: bring to front on new instruction

* feat: consider autoApprove before focus

* fix: move focus code

* fix: remove unsued deps

* A few tweaks

* Fix comments

* FIx

Co-authored-by: Bartosz Lipinski <264380+bartosz-lipinski@users.noreply.github.com>
2020-11-10 10:36:29 +08:00
Armani Ferrante d327dcccb9 Export private key (#35) 2020-11-09 17:30:05 -08:00
armaniferrante c4b4750c6b Import accounts with private key 2020-11-09 17:30:05 -08:00
Nathaniel Parke 3c3ba629ec Revert "Import accounts with private key (#29)"
This reverts commit b362d16862.
2020-11-10 09:21:29 +08:00
Nathaniel Parke 7509130cc5 Revert "Export accounts (#30)"
This reverts commit cf933d1c06.
2020-11-10 09:21:08 +08:00
Armani Ferrante cf933d1c06
Export accounts (#30)
* Named accounts initial commit

* Add account with name

* Import accounts with private key

* Encrypted imported private keys

* Relabel Create Account -> Add Account

* Address feedback

* Remove async

* Export private key

Co-authored-by: Philippe Maes <philippe@ftx.com>
Co-authored-by: Nathaniel Parke <nathaniel.parke@gmail.com>
2020-11-10 09:06:09 +08:00
Armani Ferrante b362d16862
Import accounts with private key (#29)
* Named accounts initial commit

* Add account with name

* Import accounts with private key

* Encrypted imported private keys

* Relabel Create Account -> Add Account

* Address feedback

* Remove async

* Fix off by one

Co-authored-by: Philippe Maes <philippe@ftx.com>
Co-authored-by: Nathaniel Parke <nathaniel.parke@gmail.com>
2020-11-10 09:02:55 +08:00
philippe-ftx 30b71dbfac
Named accounts (#28)
* Named accounts initial commit

* Add account with name
2020-11-10 08:29:50 +08:00
Nathaniel Parke 604fa4b293 Add lua token icon 2020-11-09 16:03:17 +08:00
Nathaniel Parke 4c45341e31 Add TOMO and LUA mints 2020-11-02 10:05:24 +08:00
Nathaniel Parke 61de326dc5 Fix help text on SOL withdrawals 2020-10-26 20:00:25 +08:00
Nathaniel Parke d6935e99bc Prevent sending SPL tokens to account with zero SOL 2020-10-26 19:34:36 +08:00
Nathaniel Parke 81a6464665 Auto create token accounts for destination wallet 2020-10-26 19:00:46 +08:00
Gary Wang eac4ae3c8d Allow SPL WUSDC -> SPL USDC swaps 2020-10-21 10:57:25 -07:00
Gary Wang 896a36bb2e Add new USDC mint 2020-10-21 09:40:02 -07:00
Nishad 6d78112734 Update serum-js, add MATH to popular token list 2020-10-19 12:30:36 +08:00
Nishad 78f6b1b295 Update serum-js 2020-10-13 23:33:16 +08:00
Nathaniel Parke 41ecc280fd Fix sending native BTC 2020-10-08 14:17:19 +08:00
Nathaniel Parke a80a2cdefc Merge branch 'master' of github.com:project-serum/spl-token-wallet 2020-10-08 13:44:28 +08:00