1717 Commits

Author SHA1 Message Date
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
mmv
9b709f8e29 pull from manage-owners 2019-07-10 17:59:22 +04:00
mmv
bc11d64d49 fix button colors 2019-07-10 17:41:42 +04:00
mmv
51048a42a5 add descriptions for eth/erc20 transfers 2019-07-10 17:31:45 +04:00
mmv
5a2d6bba91 extract tx description to a separate component 2019-07-10 17:23:53 +04:00
mmv
95105237c2 show ERC20 token amount in txs table col 2019-07-10 16:42:11 +04:00
mmv
ff49f3c6c2 add decodedParams to transaction model 2019-07-10 16:29:59 +04:00
mmv
d7ef87b0bf decode erc20 params for tx list 2019-07-10 15:54:13 +04:00
mmv
a199b0588a minor fixes 2019-07-10 14:56:36 +04:00
mmv
276334f8f8 fix table component detecting if a column has an order prop on mount 2019-07-10 13:26:51 +04:00
mmv
4b1bf24911 fix style of owners list column in expanded tx view 2019-07-09 18:48:42 +04:00
mmv
5312bd2adf fix date formatting 2019-07-09 18:36:53 +04:00
mmv
39a6d35033 remove console.log 2019-07-09 17:30:48 +04:00
mmv
f06286df2f allow confirming and executing tx at the same time 2019-07-09 17:30:29 +04:00
mmv
c40ea98b5b hide confirm button if the threshold is already reached 2019-07-09 16:25:53 +04:00
mmv
d768fcbdae refactoring ownersList column, move it to separate component to decrease complexity of ExpandedTx component 2019-07-09 15:59:57 +04:00
mmv
7cd59d918f eslint fix 2019-07-08 19:06:58 +04:00
mmv
e863bc5376 add executor label to owners list in exapnded tx view 2019-07-08 19:05:57 +04:00
mmv
84d610b1ce use findLast in fetch transactions because it adds new confirmations to the beginning 2019-07-08 17:55:03 +04:00
mmv
d68dc9d77c fix value agrument type for tx, fix calculation of confirmed owners 2019-07-08 16:09:40 +04:00
Germán Martínez
ca50de5cb2 Remove old updateSafeName action 2019-07-08 13:49:29 +02:00
Mikhail Mikheev
6b6d6cc3c9 execution of the transaction 2019-07-05 20:04:46 +04:00
Mikhail Mikheev
87c41e4d78 add processTransaction action 2019-07-05 19:43:36 +04:00
Mikhail Mikheev
d16f79f289 add processTransaction action 2019-07-05 17:25:41 +04:00