Commit Graph

693 Commits

Author SHA1 Message Date
apanizo 7b262dffc7 WA-521 Added .eslintignore file 2018-08-20 16:47:03 +02:00
apanizo 74931bc01a WA-521 Update TestToken and EmptyToken contracts 2018-08-20 13:48:35 +02:00
apanizo bc761a3c22 WA-521 Update safe-contracts 2018-08-20 09:59:16 +02:00
apanizo aab6fed51d WA-521 Fix for commented empty test suite 2018-08-18 11:48:37 +02:00
apanizo 3d25ae2db1 WA-521 Adapt code to get data with 0x from tx-history-service 2018-08-18 11:37:07 +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 6dd4c15533 WA-521 Adding feature flag for removal users when the user to remove is the executor 2018-08-17 17:58:30 +02:00
apanizo be5398eafc WA-521 Fix DOM transactions test 2018-08-17 17:54:58 +02:00
apanizo f397bb9388 WA-521 When data is null do not store in redux null 2018-08-17 17:54:31 +02:00
apanizo 1781462142 WA-521 Not pulling transactions history in safe's view 2018-08-17 17:52:53 +02:00
apanizo 230c792e92 WA-521 Not converting to Wei twice 2018-08-17 17:52:25 +02:00
apanizo 82f4a24749 WA-521 Including gas calculation upfront error when set free records in smartcontracts 2018-08-17 17:51:59 +02:00
apanizo b868dcd6f3 WA-521 Include owners name when fetching transactions 2018-08-17 11:43:12 +02:00
apanizo 0f563a2b56 WA-521 fetchTransactions in safe's view in a loop 2018-08-17 11:42:32 +02:00
apanizo fb0f9160c6 WA-521 Fix transactionHashSelector pull info from 'execution' type 2018-08-17 11:40:34 +02:00
apanizo 2e3f7781c6 WA-521 Typo confirmation instead of confirmed to tx's config types 2018-08-17 11:39:10 +02:00
apanizo dd7cd3707b WA-521 Remove CORS header 2018-08-17 11:38:24 +02:00
apanizo f2552beb62 WA-521 tx-service url to localhost on development config 2018-08-17 11:37:09 +02:00
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