Commit Graph

1290 Commits

Author SHA1 Message Date
Germán Martínez 1cedfa8b50 Fix tests 2019-07-20 23:37:19 +02:00
Germán Martínez 3ee8a5196f Remove fetching Safes in a loop 2019-07-20 21:15:52 +02:00
Germán Martínez a963c09050 Transaction list tests for txs with threshold=1 2019-07-20 20:51:38 +02:00
Germán Martínez 034c15d1f3 Transaction list test for owner settings transactions 2019-07-20 20:11:04 +02:00
Germán Martínez f754fa0d8f Update readme 2019-07-20 19:45:17 +02:00
Germán Martínez 0a64fd7d76 Increase sleep time in test for sending Eth with threshold=2 2019-07-20 19:34:05 +02:00
Germán Martínez f4d2215f48 Tests wip 2019-07-19 17:27:07 +02:00
Germán Martínez c655f3119a Tests wip 2019-07-19 17:18:14 +02:00
Germán Martínez 690967f0e1 Avoid waiting for txHistory 2019-07-19 13:11:18 +02:00
mmv 9e6555a6f5 allow passing fromAccountIndex in sendEtherTo helper, use account 9 for testing sending ETH 2019-07-18 23:13:36 +04:00
Germán Martínez 062884f5c3 Remove warning during tests execution 2019-07-18 18:38:36 +02:00
Germán Martínez 23fe8dca42 Adjust names for test variables 2019-07-18 18:38:36 +02:00
Germán Martínez a3f2f56dd7 Format fixes 2019-07-18 18:38:36 +02:00
Germán Martínez 625255de2d Rename test variables 2019-07-18 18:38:36 +02:00
mmv abae5ab25a add test for sending funds with threshold = 2 2019-07-18 18:38:36 +02:00
mmv 4342fc1b7a add instructions on how to run transaction service, tests wip 2019-07-18 18:38:36 +02:00
mmv bb39d0417a add fillAndSUbmitSendFunds form util function for tests 2019-07-18 18:38:35 +02:00
mmv 556b085745 add fillAndSUbmitSendFunds form util function for tests 2019-07-18 18:38:35 +02:00
mmv 4955d63bdb Merge branch 'development' of github.com:gnosis/safe-react into send-funds-multiple-owners-tests 2019-07-18 13:15:24 +04:00
Mikhail Mikheev 36aff894d5
Merge pull request #129 from gnosis/79-tx-list
Feature #79: Transaction list
2019-07-18 13:03:39 +04:00
mmv 7876dcf845 add test for sending funds with threshold = 2 2019-07-17 18:44:23 +04:00
mmv 0bf8b3e658 add instructions on how to run transaction service, tests wip 2019-07-17 17:16:40 +04:00
mmv cb58a4150f add fillAndSUbmitSendFunds form util function for tests 2019-07-17 14:37:43 +04:00
mmv 03153438c9 add fillAndSUbmitSendFunds form util function for tests 2019-07-17 14:37:27 +04:00
mmv 1674d74de0 eslint fix 2019-07-17 12:31:42 +04:00
mmv 396c7340c7 Add EtherscanLink component, refactor openTxInEtherscan and getEtherscanLink to one method 2019-07-17 12:30:49 +04:00
mmv a26a1faddf Fix isCancellationTx formatting, add AddressLink component 2019-07-17 11:53:55 +04:00
mmv c2e6c885eb test fixes 2019-07-15 17:53:50 +04:00
mmv 78ace6dbf0 conflict fix, fix safestorage mware 2019-07-15 15:52:40 +04:00
mmv 66071c2fd0 Merge branch 'master' of github.com:gnosis/safe-react into 79-tx-list 2019-07-15 15:33:48 +04:00
mmv f7d1e0fe7d add cancellation tx type, fix tx decsription for adding owner 2019-07-15 15:32:57 +04:00
Mikhail Mikheev 84567a59f4
Merge pull request #127 from gnosis/manage-owners
Manage owners
2019-07-15 15:08:09 +04:00
mmv 4909533048 fix eth transfers displaying as modify settings txs, dep bump 2019-07-15 15:07:28 +04:00
Germán Martínez 4d0adc5027 Refactor sentinel address 2019-07-15 12:51:51 +02:00
Germán Martínez f5a4381170 Handle owner management actions in safe reducer 2019-07-12 17:57:37 +02:00
Germán Martínez 4c483cdd5d Refactor storage middleware 2019-07-12 17:54:27 +02:00
Germán Martínez 967a769b6d Add owner management actions to storage middleware 2019-07-12 17:52:53 +02:00
Germán Martínez 9564f568c1 Refactor owner management components 2019-07-12 16:59:24 +02:00
Germán Martínez d8bc944fe9 Refactor manage owners test 2019-07-12 16:22:29 +02:00
mmv 10152f1bfa make expand button centered in headeR 2019-07-12 16:05:57 +04:00
Germán Martínez 2b076045da Add manage owners redux actions 2019-07-12 12:08:20 +02:00
mmv 53dd7b0582 fix transactions not displaying for 1 owners/threshold safe 2019-07-11 17:32:59 +04:00
mmv e02925f5b3 rename notx component 2019-07-11 17:00:40 +04:00
mmv 3383afee0d remove console.log and move getting errmsg to catch block in executeTransaction 2019-07-11 16:30:16 +04:00
mmv f01bedf87b tx descriptions for settings 2019-07-11 15:48:50 +04:00
mmv db1f2ab77f extract getTxData to utils 2019-07-11 14:39:14 +04:00
mmv 7cda208066 decoding params from settings txs 2019-07-11 14:13:26 +04:00
mmv a2c2793788 decoding params from settings txs wip 2019-07-11 11:54:37 +04:00
mmv 9dfdd4f4b1 fix confirmed labe 2019-07-10 18:44:21 +04:00
mmv 9a999fd2ea add modify safe settings type 2019-07-10 18:25:54 +04:00