Commit Graph

2487 Commits

Author SHA1 Message Date
apanizo 9f99d007ca WA-232 Test localStorage's tokens 2018-07-13 09:20:34 +02:00
apanizo 3fa7a10a16 WA-232 Improvement: Only fetch balance of activated tokens. Included Tests 2018-07-12 18:31:31 +02:00
apanizo 7de871ba81 WA-232 Only fetching balance of active tokens 2018-07-12 09:48:58 +02:00
apanizo a5b03007a9 WA-232 Fix Enabling Withdraw button when there is ETH funds 2018-07-11 13:46:33 +02:00
apanizo 84057d03ee WA-232 Storing in localStorage active tokens 2018-07-11 13:01:58 +02:00
apanizo be9bfe0df9 WA-232 Using custom fetch and active tokens extractor 2018-07-11 13:01:08 +02:00
apanizo 0f4d5cb33a WA-232 Created localStorage tokens utility class 2018-07-11 12:59:50 +02:00
apanizo ece4e4a5bf WA-232 Enabling navigation from settings to safe 2018-07-10 17:17:04 +02:00
apanizo 3afefea0a7 WA-232 Displaying safe's token in settings route 2018-07-10 16:48:20 +02:00
apanizo 0b5d14c8f2 WA-232 tokens route 2018-07-10 15:20:55 +02:00
apanizo d7193dcc9a WA-232 Do not update redux if error is raised fetching balance or safe information 2018-07-06 11:06:32 +02:00
apanizo afe7d4fc2f WA-232 Reusing standard token 2018-07-05 17:56:36 +02:00
Adolfo Panizo 5e8cbff632
Merge pull request #48 from gnosis/feature/WA-232-display-token-funds
WA-232 - Feature display token funds
2018-07-05 16:22:02 +02:00
apanizo 6467a1a0d6 WA-232 Created safeHelper test class for fetching safe from store 2018-07-05 16:01:50 +02:00
apanizo 4a4701c444 WA-232 Disable expand balance if no balances loaded 2018-07-05 15:54:55 +02:00
apanizo a64a6a0768 WA-232 Improving speed 2018-07-05 14:28:23 +02:00
apanizo c9316686aa WA-232 Allow perform different token movements 2018-07-05 12:00:49 +02:00
apanizo c6995ad8fb WA-232 Passing symbol as a prop in SendToken's review tx component 2018-07-05 11:34:02 +02:00
apanizo fb8c48b6b1 WA-232 Adding symbol to inLimit validator 2018-07-05 11:25:40 +02:00
apanizo 3c550ec446 WA-232 Display funds without decimals 2018-07-05 11:20:18 +02:00
apanizo 5ccf024dc2 WA-232 Making sync fulfillment of Safe Forms per feature 2018-07-05 09:39:38 +02:00
apanizo b510d96ac9 WA-232 Increase time to deploy safe and move tokens 2018-07-04 16:51:41 +02:00
apanizo ca53182b65 WA-232 Fix tests 2018-07-04 16:31:52 +02:00
apanizo c13711906d WA-232 Refactor add & remove owners DOM tests (from 55 seconds to 5 seconds) 2018-07-04 15:36:27 +02:00
apanizo 91b2fa8e0e WA-232 Reducing executing time of transactions DOM tests by 40% 2018-07-04 10:51:57 +02:00
apanizo c40488493d WA-232 Remove old AddTransaction feature, keeping consisten move tokens feature 2018-07-04 09:40:54 +02:00
apanizo 7859e552f0 WA-232 send tokens funtionality move to balance list 2018-07-04 09:39:08 +02:00
apanizo a59ca97c42 WA-232 Moving createTransaction file to src/wallets 2018-07-04 09:36:58 +02:00
apanizo 4f603fa441 WA-232 Move Transaction History service tests to src/tests 2018-07-03 13:43:32 +02:00
apanizo dd606940fa WA-232 Added move ERC20 Tokens tests 2018-07-03 13:23:26 +02:00
apanizo 731e591218 WA-232 Adding move tokens feature to Safe route view 2018-07-03 13:22:16 +02:00
apanizo 3fbf63e257 WA-232 Adding button to move funds in Safe's BalanceInfo component 2018-07-03 13:21:14 +02:00
apanizo 269aa54f37 WA-232 Creating SendToken component 2018-07-03 13:20:14 +02:00
apanizo 2419a43364 WA-232 Refactor 0x to a EMPTY_DATA constant 2018-07-03 13:17:41 +02:00
apanizo 77a78d7ed7 WA-232 Deploying contracts 2018-07-03 13:14:01 +02:00
apanizo 1cdbf2b2f7 WA-232 Refactor code avoiding DRY 2018-07-02 12:22:07 +02:00
apanizo 624b39717f WA-232 getting ERC 20 Token as a singleton call 2018-07-02 12:16:57 +02:00
apanizo 677e7649d6 WA-232 Create moveTokens.helper class for simulating a tx at DOM level 2018-07-02 12:14:05 +02:00
apanizo dc0c7615a8 WA-232 Deploy contracts 2018-07-02 12:12:59 +02:00
apanizo 477e7002f3 WA-232 Refactor safe tests improving its speed 2018-06-29 17:39:09 +02:00
apanizo bb566def6a WA-232 Fix tests adding new index 2018-06-29 16:11:04 +02:00
apanizo 667fae279d WA-232 Avoid re-renderings when updating safe balances 2018-06-29 15:41:29 +02:00
apanizo 06e8b0153e WA-232 Showing Token icons and their balance 2018-06-29 13:50:46 +02:00
apanizo cc1cd84c1f WA-232 Adding dummy token list to safe view 2018-06-29 13:24:17 +02:00
apanizo 4e41edad5d WA-232 Deploying contracts 2018-06-29 13:23:01 +02:00
Adolfo Panizo 7dee0170c8 WA-232 Fix balance integration in selectors 2018-06-28 19:13:59 +02:00
Adolfo Panizo 9ca0f2e41a WA-232 Fix get balance of custom tokens 2018-06-28 16:47:01 +02:00
apanizo 3e2636b02b WA-232 Partial commit fetching balances 2018-06-27 17:28:53 +02:00
apanizo 91f3855e97 WA-232 Fixing flow errors 2018-06-26 16:56:28 +02:00
apanizo b270652f4b WA-232 Deploying contracts to ganache 2018-06-26 13:48:05 +02:00