Commit Graph

424 Commits

Author SHA1 Message Date
apanizo 73099b38d6 WA-521 Adding a feature flag for kwnowing when modules are accepted in TX-history service 2018-08-16 13:43:35 +02:00
apanizo 34e11a13f2 WA-521 Fix of owners tests 2018-08-16 11:16:29 +02:00
apanizo 10a144ce64 WA-521 Fetch transactions only retrieve tx-history data from one safe 2018-08-16 11:15:57 +02:00
apanizo f4ee888ef4 WA-521 Adding 0x to data response from tx-history-service (not final fix) 2018-08-16 11:15:08 +02:00
apanizo 5451c15274 WA-521 Do not init redux with txs data when loading app 2018-08-14 12:59:52 +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 933b93f5e1 WA-521 Silent ESLINT errors on tests which are on the pipeline to be refactored 2018-08-13 15:40:04 +02:00
apanizo 84df0d7b01 WA-521 Adapt components to new API model refactor 2018-08-13 15:38:50 +02:00
apanizo 0f035acb64 WA-521 Refactor pendingTransactionsSelector taking advantage isExecuted prop 2018-08-13 13:49:57 +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 8075f352db WA-521 Simplified createTransaction function, not storing in localStorage anything 2018-08-13 11:48:35 +02:00
apanizo f5b736c2f1 WA-521 Refactor TxType 2018-08-10 17:37:31 +02:00
apanizo 1518521dba WA-521 Improved enhancedFetch returning error and data in a promise 2018-08-10 17:37:05 +02:00
apanizo 03d632b755 WA-521 Refactor transaction model type based on service's response 2018-08-10 17:36:14 +02:00
apanizo 2991cc8cd1 WA-521 Refactor confirmation model type based on service's response 2018-08-10 17:35:52 +02:00
apanizo cbab03ace9 WA-521 Refactor fetchTransactions action including txs's data from backend 2018-08-10 17:35:24 +02:00
Adolfo Panizo a9df97f30c
Merge pull request #58 from gnosis/feature/dockerize-safe-react
Feature: Dockerize safe react
2018-08-10 10:23:16 +02:00
Adolfo Panizo cce45b92bd
Merge pull request #57 from gnosis/feature/integration-tx-history-service
Feature: Send TXs info to Safe Tx History service
2018-08-10 10:22:29 +02:00
Adolfo Panizo 2406a2d29d
Merge pull request #56 from gnosis/feature/store-tx-subject-locally
Feature: Store TX' subject internally
2018-08-10 10:19:37 +02:00
apanizo c5f8dc94d4 Cleanup of travis config and some internal logs 2018-08-09 13:45:38 +02:00
apanizo b4664d8b35 Awaiting in travis 2018-08-09 13:32:43 +02:00
apanizo f3a9ffbb5d Logging TX Service responses 2018-08-09 13:32:11 +02:00
apanizo fbd427a73c Force stop postgres 2018-08-09 13:13:13 +02:00
apanizo 026ff0e0f2 Showing docker instances 2018-08-09 12:58:14 +02:00
apanizo d4ad4a95f1 Stopping docker when finished 2018-08-09 12:37:16 +02:00
apanizo 10ceeca29a Remove Docker config 2018-08-09 12:30:01 +02:00
apanizo ba354c5f62 Adding docker-compose version 2018-08-09 12:15:38 +02:00
apanizo d3e54b2c1b Print docker-compose version 2018-08-09 12:11:54 +02:00
apanizo 0e91b9800d Print docker-compose version 2018-08-09 12:06:25 +02:00
apanizo 72611895a2 Updating to the latest docker-compose version 2018-08-09 12:00:02 +02:00
apanizo c05785387c Adding tx history project in travis 2018-08-09 11:53:05 +02:00
apanizo a0c3dfbc74 Executing tests against docker's ganache 2018-08-09 11:39:06 +02:00
apanizo e65cdf3866 Travis modifications 2018-08-09 11:38:43 +02:00
apanizo 94afc6e326 Initial Docker configuration 2018-08-09 11:35:46 +02:00
apanizo 703949f1d7 WA-521 Fix tests to make them to work with Tx History Service 2018-08-09 10:30:59 +02:00
apanizo 78511b4757 Refactored safeTxHistory function to integrate service url 2018-08-08 17:24:47 +02:00
apanizo b26ad98237 Created configuration files by NODE_ENV 2018-08-08 17:24:01 +02:00
apanizo 0212bcb162 Avoid CORS problem running docker project 2018-08-08 17:21:05 +02:00
apanizo 842398ef57 Usage of safeOperations abstraction when creating transactions 2018-08-05 13:14:50 +02:00
apanizo 087ace52c9 Abstraction of approve and execution transaction safe operations to be used easily with Tx History Service 2018-08-05 13:14:23 +02:00
apanizo bb5c7ca13c Update SafeTxHistory to match required parameters 2018-08-05 13:13:34 +02:00
apanizo ee2a6f463d Refactor grab gnosisSafe contract on TX History helper 2018-08-04 13:34:33 +02:00
apanizo 97d7118984 Safe Tx History POST helper function 2018-08-04 13:27:18 +02:00
apanizo 3f51574497 Use stored tx subjects when fetching them 2018-08-03 12:18:31 +02:00
apanizo ec5f13a02e Use storeSubject in storeTransaction 2018-08-03 10:22:18 +02:00
apanizo 45fda62e19 Store transaction subject function 2018-08-03 10:15:01 +02:00