1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-15 21:08:57 +00:00
Commit Graph

53 Commits

Author SHA1 Message Date
slowbackspace
c745ec37b7 update fiat instead of crypto amount on fiat select 2019-03-12 16:16:02 +01:00
slowbackspace
40f61002b6 add currency switcher to ripple send tab 2019-03-12 16:03:14 +01:00
Vladimir Volek
749224dc66 lint all files 2019-03-04 13:33:02 +01:00
slowbackspace
53c7c20a29 throw exception when non-num string is passed to Bignumber() 2019-02-19 19:10:47 +01:00
Vladimir Volek
83b2cd7e10 Update bignumber and methods + other non breaking packages (#364)
* Update bignumber and methods + other non breaking packages

* Removed unused flowtype

* Removed unused flowtype 2
2019-02-18 11:45:40 +01:00
Vladimir Volek
a1b96535a5
Merge pull request #336 from trezor/feature/send-form-clear-button
Feature/Send form clear button
2019-01-17 15:59:23 +01:00
slowbackspace
a8d39d95c2 separate clear from init function 2019-01-15 15:24:41 +01:00
slowbackspace
c77cd10f03 send form clear button for ripple and eth 2019-01-15 13:54:34 +01:00
Szymon Lesisz
249e5f9876 recalculate reserve while "setMax" 2019-01-12 19:31:42 +01:00
Szymon Lesisz
9d325fb139 flowtype fix 2019-01-11 17:55:36 +01:00
Szymon Lesisz
155f794bcb remove comment 2019-01-11 17:48:44 +01:00
Szymon Lesisz
aa87fa3b9f validate address balance and set minAmount for ripple transaction 2019-01-11 17:48:32 +01:00
Vladimir Volek
ba68fffc20
Merge pull request #320 from trezor/fix/ripple-destination-tag
Fix/ripple destination tag
2019-01-09 18:30:20 +01:00
Szymon Lesisz
b5701cd8ae Ripple destinationTag as optional param 2019-01-09 14:49:04 +01:00
Szymon Lesisz
b1c3396f61 set Ripple "reserve" in Discovery 2019-01-09 14:32:57 +01:00
Szymon Lesisz
0fe2ce7717 rename rippleGetAccountInfo param 2019-01-09 14:32:20 +01:00
Szymon Lesisz
33a9a28114 add destination tag to Ripple send form 2019-01-09 14:31:40 +01:00
slowbackspace
83abbd9ac3 faster conversion to string for ripple 2019-01-08 11:50:30 +01:00
Szymon Lesisz
4f1ba157e1 update "rippleGetAccountInfo" and "ethereumGetAccountInfo" params 2019-01-04 14:32:14 +01:00
Szymon Lesisz
baec449936 fix PendingTransactions format 2019-01-04 13:58:34 +01:00
Szymon Lesisz
96fd05676f validate ripple fee (min/max value) 2019-01-03 15:37:08 +01:00
Szymon Lesisz
7d9cbf7cbe update fee levels in reducer only if needed 2019-01-03 15:05:55 +01:00
Szymon Lesisz
0ee1e3a5d9 remove unnecessary $FlowIssues 2019-01-03 15:05:55 +01:00
Szymon Lesisz
32ee758af2 get decimals from config (RippleBlockchainActions) 2019-01-03 15:05:55 +01:00
Szymon Lesisz
1392b4b5a7 fix for "setMax" in Ripple send form 2019-01-03 15:05:55 +01:00
Szymon Lesisz
2bf2e0539c update trezor-connect package 2019-01-03 15:05:55 +01:00
Szymon Lesisz
be9cd4fef0 add fees to Ripple 2019-01-03 15:05:55 +01:00
Szymon Lesisz
31e3c7a9a2 refactoring Account object to coin specific 2018-12-21 10:58:53 +01:00
Szymon Lesisz
350d71521e validate via wallet-address-validator lib 2018-12-20 19:30:00 +01:00
Szymon Lesisz
179bcb386d force CI update 2018-12-20 17:43:21 +01:00
Szymon Lesisz
b19c6e87e9 eslint fix 2018-12-20 14:36:37 +01:00
Szymon Lesisz
02040f2505 force CI build 2018-12-20 14:31:32 +01:00
Szymon Lesisz
c53dfcfaeb ripple/BlockbookAction temporary commented 2018-12-20 14:20:03 +01:00
Szymon Lesisz
24524d7445 update BlockchainNotification event values to match BlockchainLinkTransaction 2018-12-20 14:18:06 +01:00
Szymon Lesisz
39786377b6 remove link from Success notification in ripple SendForm 2018-12-20 14:18:06 +01:00
Szymon Lesisz
bab5007847 call PENDING.ADD from BlockbookActions 2018-12-20 14:18:06 +01:00
Szymon Lesisz
780e6e27ef add coin parameter to connect.rippleGetAccountInfo 2018-12-20 14:18:06 +01:00
Szymon Lesisz
b7790c0351 remove comments 2018-12-11 15:08:26 +01:00
Szymon Lesisz
4492dbae63 feeLevels in ripple 2018-12-05 14:12:23 +01:00
Szymon Lesisz
3ae45ddd7e update fee in reducer only if changed 2018-12-05 14:11:03 +01:00
Szymon Lesisz
695ae17176 remove unnecessary SEND.TX_COMPLETE action 2018-12-05 09:27:25 +01:00
Szymon Lesisz
9b7987e951 add availableBalance to Account.update action 2018-12-05 09:26:31 +01:00
Szymon Lesisz
bfebef73c7 ripple/SendFormValidations 2018-12-05 09:26:31 +01:00
Szymon Lesisz
90cc406773 fix pending tx for ethereum networkType 2018-12-05 09:26:31 +01:00
Szymon Lesisz
2cc28c4bf6 load coin specific tx drafts 2018-12-05 09:26:31 +01:00
Szymon Lesisz
9cc11e11be split BlockchainActions into coin specific files 2018-12-05 09:26:31 +01:00
Szymon Lesisz
326967b551 clearing ripple/SendFormAction 2018-12-05 09:26:31 +01:00
Szymon Lesisz
cbded16091 add "sequence" and "availableBalance" to Account 2018-12-05 09:26:31 +01:00
Szymon Lesisz
a94095d527 remove unnecessary params 2018-12-05 09:26:30 +01:00
Szymon Lesisz
e34b9141d8 change prefix of coin specific actions 2018-12-05 09:26:30 +01:00