Commit Graph

1743 Commits

Author SHA1 Message Date
mmv dbbf8ddb0b try to enable torus 2019-11-12 12:24:48 +04:00
mmv eee95bfa9d Update staging tx history service url 2019-11-11 19:11:38 +04:00
mmv 4c5c7790d9 Update relay url for staging mainnet 2019-11-11 18:48:13 +04:00
mmv e6896d1ee1 fix mainnet url for infura 2019-11-11 17:45:15 +04:00
mmv dd4fe35866 Send transaction to the service right after we get the tx hash (support after tx-history-service refactor) 2019-11-11 15:11:20 +04:00
mmv 29a188285f Merge branch '124-web3connect-new' of github.com:gnosis/safe-react into 124-web3connect-new 2019-11-11 14:33:29 +04:00
mmv 3b5bdbb9ec dep bump 2019-11-11 14:33:20 +04:00
Mikhail Mikheev cca6fda0a3 Disable torus 😒 2019-11-08 16:36:51 +04:00
Mikhail Mikheev 9c513dc2fa Merge branch 'development' of github.com:gnosis/safe-react into 124-web3connect-new 2019-11-08 16:28:52 +04:00
Mikhail Mikheev 4eb153bda7 Fix notifications reducer, fix provider notifications 2019-11-08 16:27:56 +04:00
Mikhail Mikheev 351b2c8592 Fixing notifications WIP 2019-11-08 16:05:28 +04:00
Mikhail Mikheev d4f0cc8f47
Merge pull request #194 from gnosis/refactor-tx-service
Update safe-react for the refactor of the Safe Transaction Service
2019-11-08 14:45:21 +04:00
Uxio Fuentefria d441d110b2 Remove executed txHash from confirmations 2019-11-08 11:37:13 +01:00
Mikhail Mikheev 9e5a4f93a3 Merge branch '124-web3connect-new' of github.com:gnosis/safe-react into 124-web3connect-new 2019-11-08 14:15:32 +04:00
Mikhail Mikheev c2a7463236 rename web3ro to web3ReadOnly because RO meaning not easy to understand 2019-11-08 14:15:06 +04:00
mmv 13ab61b622 Enable torus again 2019-11-08 11:06:02 +04:00
Mikhail Mikheev b2c72f9097 wrap saveTxToHistory in try/catch so 'TX failed' notification doesn't show up if it only failed to send tx to service 2019-11-07 17:32:13 +04:00
Mikhail Mikheev 38b2f4d513 Remove torus from providers list because of the bug in their libraryy 2019-11-07 15:51:02 +04:00
Mikhail Mikheev bf8f8c430a Update rinkeby tokens for integrations, remove unused provider packages 2019-11-07 15:25:45 +04:00
Mikhail Mikheev dc47868a9f Conflict fix 2019-11-07 13:58:21 +04:00
Germán Martínez 101ac77dbe
Merge pull request #245 from gnosis/240-match-owner-names
Bug #240: Fix the order of the owners addresses when creating a Safe
2019-11-06 17:22:56 +01:00
Germán Martínez 9b0c503fbf Update dependencies 2019-11-06 17:12:31 +01:00
Mikhail Mikheev 565e141325 Fix tests (finally): update owners test after we started navigating to transactions page after making a change which creates a tx, handle 404 transactions error and create util function for travelling to owners settings 2019-11-06 18:54:27 +04:00
Germán Martínez f71f00cc32 Fix the order of the owners addresses when creating a Safe 2019-11-06 15:27:12 +01:00
Mikhail Mikheev 60d4aee59a dep bump[2] 2019-11-06 17:30:09 +04:00
Mikhail Mikheev ede2ebbbe1 Test fixes, pass window.web3 to getProviderInfo in test utils, fix creating safe contracts in test env, dep bump 2019-11-06 17:28:16 +04:00
mmv db54ad812e WIP: Fixing tests, use window.web3 in test setup 2019-11-05 17:58:49 +04:00
mmv 5b89a2c66a Dep bump, use new wallet icon in header dropdown 2019-11-05 13:30:51 +04:00
mmv ea640cb119 fix comment placement for web3ro 2019-10-25 17:11:06 +04:00
mmv 8c1465c740 replace ensureOnce with simpleMemoize when getting master copies because connect provider might change and we have to use the new instance 2019-10-25 16:52:49 +04:00
mmv e8d54b6228 Detect dapper provider 2019-10-25 16:14:46 +04:00
mmv beae72c471 Kill walletconnect session on disconnect 2019-10-25 15:17:54 +04:00
mmv e0ae8c5645 Detect opera provider 2019-10-25 14:31:31 +04:00
mmv 77f5da5da6 Pull, connect to injected provider if preivously connected provider was injected one 2019-10-25 13:25:09 +04:00
mmv 980de6c8d1 dep bump 2019-10-25 13:04:23 +04:00
Mikhail Mikheev 065b91f899 remove info about current walletconnect session on disconnect 2019-10-25 00:23:05 +04:00
Mikhail Mikheev a263aba2fc fix dependency cycle for getInfuraUrl 2019-10-24 13:22:01 +04:00
Mikhail Mikheev 74f9956b73 Merge branch 'master' of github.com:gnosis/safe-react into development 2019-10-24 12:14:09 +04:00
Mikhail Mikheev 8f3cecc99a Merge branch 'development' of github.com:gnosis/safe-react into 124-web3connect-new 2019-10-24 12:12:52 +04:00
mmv 2b19c61beb Use our own web3 instance to fetch data from blockchain because of limitations in web3connect 2019-10-23 17:49:22 +04:00
Mikhail Mikheev 07f4e814f4
Merge pull request #230 from gnosis/hotfix/dai-token-symbol-return
Hotfix: Transactions don't show up if there's DAI token tx
2019-10-23 17:20:00 +04:00
Mikhail Mikheev d8df1465fa Eslint fix 2019-10-23 16:37:52 +04:00
Mikhail Mikheev e60e81c606 Use alternative abi for getting symbol for DAI token 2019-10-23 16:29:48 +04:00
Mikhail Mikheev 1c6581e496 Add ENV variables for providers 2019-10-23 14:42:08 +04:00
mmv 51a01ef11a add new providers from web3connect beta.23, add entries to provider name 2019-10-23 14:08:23 +04:00
mmv 8f14494811 implement providerWatcher middleware 2019-10-22 18:25:03 +04:00
mmv 8e5af74312 refactor removeProvider action, watcher middleware wip 2019-10-22 17:59:25 +04:00
mmv f8426d3174 eslint fix 2019-10-22 17:11:35 +04:00
mmv b23af71a1e fix displaying multiple notifications on provider connect 2019-10-22 17:11:21 +04:00
mmv 6c99942530 use web3connect to get provider 2019-10-22 15:46:15 +04:00