Commit Graph

2783 Commits

Author SHA1 Message Date
Mikhail Mikheev 7a4773511c
Safe apps: Extract Iframe messenger to a hook (#1219)
* add useLegalConsent hook in apps

* useAppList hook wip

* fix selecting first app

* update persisting app logic

* update saveToStorage type

* fix crash on apps tab

* add appframe comp

* add handleIframeLoad func

* reuse selectedApp variable in hook

* remove initialAppSelected

* add types for apps component

* fix history types

* extract useIframeMessenger hook

* fix safe-react-components version

* useIframeMessageHandler

* update safe-apps-sdk

* Fix alignment between app list and app iframe

* send safe info on handshake

* fix naming/types for url utils

* fix types and code cleanup

* remove operations

* dep bump

Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>
2020-08-13 13:37:34 +02:00
Mati Dastugue 883111f9b9
Merge pull request #1232 from gnosis/fix/fullValue
Result of "call" is cut off
2020-08-12 18:15:04 -03:00
Mati Dastugue 8ad1abde82 Merge branch 'fix/fullValue' of github.com:gnosis/safe-react into fix/fullValue 2020-08-12 12:08:18 -03:00
Mati Dastugue aeaf3c4ee6 Remove styles hook and change styles change 2020-08-12 12:07:45 -03:00
Mati Dastugue 2d79ac9c7b Merge branch 'development' of github.com:gnosis/safe-react into fix/fullValue 2020-08-12 11:59:01 -03:00
nicosampler c4a412ae09 Add Balancer Pool and Exchange Apps. 2020-08-12 15:04:12 +04:00
Mikhail Mikheev db103065da fix crash when opening a mocked transaction 2020-08-12 15:04:12 +04:00
Mikhail Mikheev 168dcc9f6d Fix offchain signing 2020-08-12 15:04:12 +04:00
Mikhail Mikheev 70a1c523d4 add overflow hidden to iframe container in safe apps 2020-08-12 15:04:12 +04:00
Mikhail Mikheev e7ba2b12c6 bump node in travis to 12 2020-08-12 15:04:12 +04:00
Mikhail Mikheev 29c2e500b2 v2.9.0 2020-08-12 15:04:12 +04:00
Mati Dastugue bb991ae45f
Merge branch 'development' into fix/fullValue 2020-08-11 15:03:05 -03:00
nicolas f11981357f
Merge pull request #1174 from gnosis/issue-1144
Fix: Display abbreviated addresses consistently
2020-08-11 14:58:45 -03:00
Mati Dastugue 4666272cdd Merge with dev 2020-08-11 13:35:53 -03:00
Daniel Sanchez 425a38b2d9
Merge branch 'development' into issue-1144 2020-08-11 17:26:10 +02:00
Mati Dastugue 77149ff7db
Merge pull request #1217 from gnosis/fix/desktop-CI
Fix - Desktop CI
2020-08-07 14:48:06 -03:00
Mati Dastugue 6d70d5958e
Merge branch 'development' into fix/desktop-CI 2020-08-07 12:50:13 -03:00
Daniel Sanchez 91d3aa8592
Bug/safe crash when accessing from link (#1209)
* use updateSafeAction for adding modules

* Fix address parameter naming issue

Add comment to ADD_SAFE_MODULE behaviour

* fetchSafe batch everything to updateSafe

* remove addSafeModules action

Co-authored-by: Mikhail Mikheev <mmvsha73@gmail.com>
2020-08-07 18:49:29 +04:00
Mikhail Mikheev b8d7310429
Merge branch 'development' into fix/desktop-CI 2020-08-07 18:26:15 +04:00
nicosampler c6b0d6a783 remove forced error 2020-08-07 09:12:07 -03:00
nicosampler fcb601fd79 force an error 2020-08-07 09:11:35 -03:00
nicosampler ed0ebd02a2 run tsc on pre-push 2020-08-07 09:11:27 -03:00
nicosampler 8462759e13 Merge branch 'development' into issue-1144 2020-08-07 09:01:06 -03:00
nicosampler bf066fb92b run typescript befor commit 2020-08-07 08:26:57 -03:00
Agustin Pane 64e4b6b45a
(Feature) - 1068 Don't show unknown when unknown (#1212)
* Components types

* Remove UNKNOWN in OwnerAddressTableCell

* Remove UNKNOWN in OwnerComponent

* Move imports

* Fix import

* Fix types

Co-authored-by: Mikhail Mikheev <mmvsha73@gmail.com>
2020-08-07 15:26:26 +04:00
nicosampler e39e9bbc31 tsc fixes 2020-08-07 08:21:54 -03:00
nicosampler b119f3e88f Merge branch 'development' into issue-1144 2020-08-06 19:28:03 -03:00
Mati Dastugue 44782ee7e2 Merge branch 'development' of github.com:gnosis/safe-react into fix/desktop-CI 2020-08-06 18:05:48 -03:00
nicolas 22d12a37fa
Fix broken unit tests (#1216)
* Fix broken unittests

* fix TS errors

* remove unused mock

* remove getTransactinoServiceMock function

* fix types in tests

* fix safe reducer types

Co-authored-by: Mikhail Mikheev <mmvsha73@gmail.com>
2020-08-07 00:58:05 +04:00
Fernando f8b9851020
(Feature) Add "Action" details in transaction list (#1134)
Co-authored-by: Mikhail Mikheev <mmvsha73@gmail.com>
2020-08-06 12:18:46 -03:00
nicosampler 44a5a9c190 update package.json 2020-08-06 08:55:14 -03:00
nicosampler 18dd6b7e97 Merge branch 'development' into issue-1144 2020-08-06 08:22:19 -03:00
Mikhail Mikheev b6bb5ffde1
Tech Debt: Safe Apps Refactor (#1110)
* apps refactoring wip

* apps refactoring wip

* type fixes

* add useLegalConsent hook in apps

* useAppList hook wip

* dep nump

* useAppList hook wip

* fix selecting first app

* Remove console.log

* dep bump

* update persisting app logic

* update saveToStorage type

* fix crash on apps tab

* reuse selectedApp variable in hook

* remove initialAppSelected
2020-08-06 11:33:58 +04:00
Mati Dastugue a0baca4d1f Add styles for full output 2020-08-05 18:35:33 -03:00
Mati Dastugue eda383a5ff Final CI updated 2020-08-05 15:39:34 -03:00
Mati Dastugue 8ba497a375 Fix V2 2020-08-05 15:27:19 -03:00
Mati Dastugue d7f412a928 Fix 2020-08-05 15:20:02 -03:00
Mati Dastugue c73651980c Fix test 2020-08-05 15:17:49 -03:00
Mati Dastugue 704ea9b8d4 Fix windows remove command 2020-08-05 15:04:28 -03:00
Mati Dastugue 16f54728dc Test CI 2020-08-05 14:47:55 -03:00
Corey Shirk bda71f896e
Updating readme.md to reflect material ui version (#1175)
Co-authored-by: Mikhail Mikheev <mmvsha73@gmail.com>
Co-authored-by: Mati Dastugue <matias.dastugue@altoros.com>
2020-08-05 11:30:57 +04:00
Fernando a0ed0a1f31
(Feature) Decode multiSend tx details (#1106)
Co-authored-by: Mikhail Mikheev <mmvsha73@gmail.com>
2020-08-04 15:32:09 -03:00
nicosampler a21de8be18 Replace AddressInfo by EthHashInfo 2020-08-04 15:29:29 -03:00
Mati Dastugue 2cc4e82bb2
Merge pull request #1205 from gnosis/fix/cla-event
Change CLA event
2020-08-04 13:50:08 -03:00
Mati Dastugue 5e4affa38d
Change CLA event 2020-08-04 13:36:23 -03:00
Mati Dastugue 61b282f92c
Add support from Pull Requests coming from Forks (#1204)
* Add support from Pull Requests coming from Forks

* Update cla.yml

Co-authored-by: Mikhail Mikheev <mmvsha73@gmail.com>
2020-08-04 20:09:16 +04:00
Mikhail Mikheev ece2bc6a8c
Fix safe loading (#1203) 2020-08-04 19:53:30 +04:00
Mati Dastugue 4130902548
Merge pull request #1187 from gnosis/feature/cla-assistant
CLA assistant
2020-08-04 12:30:42 -03:00
Mikhail Mikheev 59cb58b14a allowlist adjustments 2020-08-04 15:34:18 +04:00
Mikhail Mikheev dcba16830c use gnosis version of github_action for debugging 2020-08-04 14:58:44 +04:00