230 Commits

Author SHA1 Message Date
Mikhail Mikheev
745bb06962 move tokens stuff to logic folder because in the new mockups their functionality moved to safe page 2019-03-20 19:13:53 +04:00
mmv
8ac4cd5b1a wip fixing tests, fix toNative function, remove deprecated property from TableCell 2019-03-18 19:30:33 +04:00
mmv
92772834b9 tests fix wip commit 2019-03-14 19:36:09 +04:00
mmv
122be46934 tests fix wip commit 2019-03-14 17:02:04 +04:00
mmv
d4c6fda203 fetch tokens from relay api: fix tests, token model and other minor stuff 2019-03-13 20:00:25 +04:00
apanizo
bd80d2f882 Added DOM test for loading safe #75 2018-11-14 17:13:22 +01:00
apanizo
7b0f8fa448 Redux tests when loading an existing safe 2018-11-14 10:44:25 +01:00
apanizo
d42f4f0a4b First test: load safe not present in storage #75 2018-11-13 17:09:31 +01:00
apanizo
09c4a2037f Created load safe DOM test #75 2018-11-13 10:27:22 +01:00
apanizo
9235cd2990 #73 Fixing Flow errors 2018-10-30 13:10:11 +01:00
apanizo
d97e61993c Removing daily limit from addSafe action 2018-10-15 13:33:44 +02:00
apanizo
9b647a8e20 Removing daily limit refences in tests 2018-10-15 12:45:02 +02:00
apanizo
8b5a609e33 Updating create safe dom test 2018-10-11 19:13:05 +02:00
apanizo
317c990993 Adding test for generating signatures in correct order even addresses are checksumed 2018-10-08 10:57:30 +02:00
apanizo
9e6c97aea8 Implementation of removing owner logic indepentdently the order 2018-10-03 10:51:25 +02:00
apanizo
9ae732cd6b Adapting blockchain operations to 0.0.2 alpha contracts WIP 2018-09-28 09:35:45 +02:00
apanizo
3a9898c29f Generating nonce from safe 2018-09-27 16:17:55 +02:00
apanizo
7d50859cc6 Typo weight prop type 2018-09-06 14:03:07 +02:00
apanizo
2430937ce5 Fix tests due recent changes 2018-09-06 13:38:39 +02:00
apanizo
6b130deb57 Updating Daily limit error msg when daily limit is reached 2018-08-29 09:33:00 +02:00
apanizo
306099ff89 WA-521 Disabling metamask signatures feature 2018-08-22 16:27:54 +02:00
apanizo
cd91609380 WA-521 Instructions for loging errors 2018-08-22 13:44:02 +02:00
apanizo
db35bf80c3 WA-521 Transaction History Service redux integration test 2018-08-17 18:40:22 +02:00
apanizo
e3dff12766 WA-521 Use the remove sender flag in tests 2018-08-17 18:02:13 +02:00
apanizo
be5398eafc WA-521 Fix DOM transactions test 2018-08-17 17:54:58 +02:00
apanizo
34e11a13f2 WA-521 Fix of owners tests 2018-08-16 11:16:29 +02:00
apanizo
1c07e31a34 WA-521 Just fetching transactions from a given safe address 2018-08-14 12:57:50 +02:00
apanizo
cd9c759de9 WA-521 Disabling tx-history-service tracker for daily limit operations 2018-08-14 10:55:17 +02:00
apanizo
51c938a5d6 WA-521 Storing subject again when processing a tx 2018-08-14 09:36:22 +02:00
apanizo
be9bdd25c1 WA-521 Refactor ethereum modules under logic folder 2018-08-13 18:37:48 +02:00
apanizo
7ff49de9d2 WA-521 Test suite design for tx' integration and first test implentation 2018-08-13 12:22:55 +02:00
apanizo
654ae88cc7 WA-521 Asserting transactions following the updated model 2018-08-13 11:57:24 +02:00
apanizo
3f51574497 Use stored tx subjects when fetching them 2018-08-03 12:18:31 +02:00
Adolfo Panizo
3d885f0d81 WA-232 remove custom ERC20 Tokens redux test 2018-07-26 16:14:22 +02:00
apanizo
3c6264fd27 WA-232 Fix Remove token test 2018-07-26 13:47:58 +02:00
Adolfo Panizo
67c1559692 WA-232 Partial commit removing custom tokens 2018-07-26 10:41:06 +02:00
apanizo
84c8bc7230 WA-232 Fix being available just added custom tokens after reloading 2018-07-25 13:28:28 +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
75fe910d08 WA-232 Adding ERC20 tokens contracts without human readable properties like synmbol or name 2018-07-17 13:30:55 +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
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
0b5d14c8f2 WA-232 tokens route 2018-07-10 15:20:55 +02:00
apanizo
6467a1a0d6 WA-232 Created safeHelper test class for fetching safe from store 2018-07-05 16:01:50 +02:00