170 Commits

Author SHA1 Message Date
Germán Martínez
5fc9fa6431 Format code 2019-09-12 17:39:55 +02:00
Mikhail Mikheev
3660174530 move notifications to separate file so processTransaction and createTransaction actions able to use it 2019-09-05 15:22:32 +04:00
Mikhail Mikheev
590147682a Pass notifications to createTransaction/executeTransaction to allow custom messages WIP 2019-09-04 19:27:19 +04:00
Mikhail Mikheev
242204bfbd remove window.ens 2019-07-29 14:12:06 +04:00
Mikhail Mikheev
335b672f76 Address input component wip 2019-07-26 16:05:23 +04: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
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
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
Germán Martínez
4d0adc5027 Refactor sentinel address 2019-07-15 12:51:51 +02:00
Germán Martínez
967a769b6d Add owner management actions to storage middleware 2019-07-12 17:52:53 +02:00
mmv
3383afee0d remove console.log and move getting errmsg to catch block in executeTransaction 2019-07-11 16:30:16 +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
9b709f8e29 pull from manage-owners 2019-07-10 17:59:22 +04: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
Germán Martínez
c909c64020 Format imports 2019-07-02 08:57:02 +02:00
Mikhail Mikheev
924f49425e show status and tx hash in tx description 2019-07-01 14:48:36 +04:00
Mikhail Mikheev
9a70737fe5 pull 2019-07-01 14:05:34 +04:00
Mikhail Mikheev
f3aaf52150 pull 2019-07-01 14:03:07 +04:00
Mikhail Mikheev
556006a59a pull from dev 2019-07-01 14:02:18 +04:00
Mikhail Mikheev
1b1ff1ea33 fixed eslint errors, add test for adding owner but it fails (from interface works) TBD 2019-06-28 18:50:39 +04:00
Mikhail Mikheev
93678064d9 remove accesing owner props via .get() since it's a record 2019-06-28 14:24:20 +04:00
mmv
c64b4d3d6f move token address validator to separate helper, fetch tokens when visiting safe view 2019-06-20 18:35:37 +04:00
mmv
0867448aca create transaction with threshold > 1, txs table for awaiting confirmation txs 2019-06-20 17:52:27 +04:00
mmv
57ddfad2b0 update tx service history endpoint 2019-06-20 15:04:52 +04:00
mmv
0b3c791a93 Pull from dev 2019-06-20 13:12:47 +04:00
mmv
1a5beb16a4 fetching transactions wip 2019-06-18 18:37:02 +04:00
mmv
8ec1d6f528 refactor createTRansaction method to accept safe settings txs 2019-06-18 15:55:53 +04:00
Mikhail Mikheev
3966b437c0 minor code style fixes 2019-06-14 17:24:32 +04:00
Mikhail Mikheev
1bcd90d57b submitting tx to history service wip 2019-06-14 16:31:18 +04:00
Mikhail Mikheev
cf4a58f7a3 submitting tx to history service wip 2019-06-14 16:10:03 +04:00
Mikhail Mikheev
b240c08783 submitting tx to history service wip 2019-06-14 13:57:28 +04:00
Mikhail Mikheev
ee5d7f270b tx list wip, add TransactionsNew folder and skeleton for an api call to save tx 2019-06-13 18:24:58 +04:00
Germán Martínez
b615d20a65 Refactor fetch provider 2019-06-06 20:31:58 +02:00
Germán Martínez
5444e56401 Refactor provider reducer 2019-06-06 20:15:16 +02:00
Germán Martínez
461f3ef7d3 Fixes 2019-06-06 20:04:27 +02:00
Germán Martínez
8c1586ba30 Remove logs 2019-06-03 13:23:30 +02:00
Germán Martínez
9d689a8f48 Remove Safe owners from storage 2019-05-22 12:56:11 +02:00
Germán Martínez
9b19ca1274 Add code formatting 2019-05-22 12:51:02 +02:00
Germán Martínez
ca4d298a02 Add temporary logs 2019-05-17 18:17:24 +02:00
Germán Martínez
800955fbe6 Add loop to listen to provider updates 2019-05-17 16:03:37 +02:00
Germán Martínez
bbc738d29c Identify the Safe web3 provider 2019-05-16 20:07:33 +02:00
Germán Martínez
a5db2d4ed6 Allow Metamask in private mode 2019-05-16 18:18:26 +02:00