Commit Graph

458 Commits

Author SHA1 Message Date
apanizo 3ea1446df5 WA-232 Disabling stepper controls when validating if prop is set 2018-07-25 11:11:59 +02:00
apanizo 1ccb735494 WA-232 Adding token validation (deployed and real standard token) 2018-07-25 11:11:19 +02:00
apanizo 16674b79a6 WA-232 Sending back validating form prop to stepper 2018-07-25 11:10:36 +02:00
apanizo fa857fc21a WA-232 Refactor AddToken test 2018-07-24 10:18:03 +02:00
apanizo 2ede2aceb2 WA-232 Increasing time in tests 2018-07-19 13:10:17 +02:00
apanizo 3d0bcf2df5 WA-232 Increasing time in tests 2018-07-19 13:02:09 +02:00
apanizo 1e57ed5d53 WA-232 DOM test for simulating adding a custom ERC20 token 2018-07-19 12:53:37 +02:00
apanizo 69ef967481 WA-232 Fixing tests 2018-07-19 11:04:04 +02:00
apanizo da6345b1cc WA-232 fetching balance of activated custom tokens 2018-07-18 12:14:38 +02:00
apanizo 95caa29f69 WA-232 set token's address as PK in redux 2018-07-18 10:11:35 +02:00
apanizo 5d49bb946e WA-232 Add custom token logic 2018-07-18 10:05:44 +02:00
apanizo c86aee108c WA-232 Add Token component 2018-07-17 13:39:56 +02:00
apanizo bca38c8c07 WA-232 Adding add Token button 2018-07-17 13:38:51 +02:00
apanizo 3919834f6d WA-232 updating new Flow token property in Safe component 2018-07-17 13:37:34 +02:00
apanizo 2049c39ff4 WA-232 Adding prefetch on each step initial props on Stepper component 2018-07-17 13:35:43 +02:00
apanizo 75fe910d08 WA-232 Adding ERC20 tokens contracts without human readable properties like synmbol or name 2018-07-17 13:30:55 +02:00
apanizo 9261782692 WA-232 Update final-form libraries 2018-07-17 13:29:42 +02:00
apanizo 67b286ad26 WA-232 Add form URL validator 2018-07-16 16:52:53 +02:00
apanizo 6073a69717 WA-232 Fix storybook deploys 2018-07-16 16:52:27 +02:00
Adolfo Panizo d2a99f858d
Merge pull request #51 from gnosis/feature/WA-232-disable-tokens
WA-232 - Feature: Enable & disable default safe's tokens
2018-07-16 12:04:58 +02:00
Adolfo Panizo feecaffd54
Merge pull request #49 from gnosis/feature/WA-232-transfer-tokens-via-multisig-tx
WA-232 - Feature: Transfer ERC20 tokens via multisig
2018-07-16 12:04:00 +02:00
apanizo 30baac190d WA-232 Refactor withdraw test 2018-07-13 13:20:11 +02:00
apanizo bcece2e72e WA-232 Refactor jest.fn().mockImplementation for fetching ERC20 tokens in tests 2018-07-13 12:35:38 +02:00
apanizo c7a2a2ae52 WA-232 Disabling cog while tokens get loaded 2018-07-13 09:28:04 +02:00
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