2369 Commits

Author SHA1 Message Date
Mikhail Mikheev
6e1c2817bc
Merge pull request #1000 from gnosis/dep-bump
Dep bump
2020-06-09 17:01:28 +04:00
Mikhail Mikheev
9abd83d824 dep bump 2020-06-09 14:47:58 +04:00
Mikhail Mikheev
4aee09a291
Merge pull request #988 from gnosis/982-fiatbalances-dont-show
(Fix) - #982 fiat balances dont show
2020-06-09 14:38:26 +04:00
Mikhail Mikheev
fc8fe5ddc6 typescript version bump 2020-06-09 14:23:14 +04:00
Mikhail Mikheev
6d56286c02 Merge branch 'development' of github.com:gnosis/safe-react into 982-fiatbalances-dont-show 2020-06-09 14:04:28 +04:00
Mikhail Mikheev
cdbdf69829
Merge pull request #996 from gnosis/fix/#994-contractInteraction-no_data-for-abi-field
(Fix) Properly identify methods to interact with
2020-06-09 12:49:24 +04:00
fernandomg
9db0d76fa1 Allow pure functions to be called 2020-06-08 15:54:09 -03:00
Mati Dastugue
4aabdc7140
Merge pull request #992 from gnosis/fix/trezor
Add fix for Trezor on Windows
2020-06-08 13:50:26 -03:00
Mati Dastugue
f7faf3e29c Merge with dev 2020-06-08 13:24:48 -03:00
Mati Dastugue
2b02f06db3
Merge pull request #997 from gnosis/feature/updateDialog
Update Desktop App dialog
2020-06-08 13:15:47 -03:00
Mati Dastugue
84c525673a Update electron-settings 2020-06-07 22:23:05 -03:00
Mati Dastugue
0af59a7f78 Merge branch 'development' of github.com:gnosis/safe-react into feature/updateDialog 2020-06-07 21:57:46 -03:00
fernandomg
7d83843b96 properly identify methods to interact with 2020-06-06 17:34:26 -03:00
Fernando
cefb33b593
(Fix) [Contract Interaction] Parameter validation (#974) 2020-06-06 10:32:25 -03:00
Agustin Pane
ed56191e56 Fix types 2020-06-05 11:08:29 -03:00
Agustin Pane
3deb37da26 Fix types 2020-06-05 09:33:37 -03:00
Agustin Pane
6c857ee02a Merge branch 'development' of https://github.com/gnosis/safe-react into 957-null-balances
# Conflicts:
#	package.json
2020-06-05 09:05:01 -03:00
Mikhail Mikheev
5a7ced92ad
Merge pull request #897 from gnosis/536-notifications-status-labels-sync
Feature: Hide transactions with no confirmations, labels/notifications sync
2020-06-05 14:20:04 +04:00
Agustin Pane
e5c6d8040d
(Fix) Null balances (#971)
* Fixs balances will null value

* Fixs collectibles not loading

* Uses useLocation hooks

* Add types

* fix types for useLocation

Co-authored-by: Mikhail Mikheev <mmvsha73@gmail.com>
2020-06-04 17:54:39 -03:00
Agustin Pane
63193d2429
(Fix) [Contract Interaction] boolean fields (#976)
* Replaces checkbox component with safe apps components

* Refactor input params to use checkbox component for boolean types

* Remove "anys"
Fix boolean values display on review tx

* Remove any

* Fix ts issues

* Exports boolean fn to util function

* Extract input component rendering to another component

* Fixs imports
Add types

* Remove old checkbox component

* Add types

* Add types

* fix `data` string not being updated after modifying a reviewed tx

* fixes required for typescript 3.9.3 upgrade

* bump typescript version

* add travis_wait for build command

* add cache for yarn

* travis wait fix

* remove travis_wait

* Revert "fix `data` string not being updated after modifying a reviewed tx"

This reverts commit 49356054cd93726b058073d3cd2e7a0244fd5914.

* Revert "Revert "fix `data` string not being updated after modifying a reviewed tx""

This reverts commit f2572e68dc59c01d8e4b1eccf975faf4006cd7a7.

Co-authored-by: Mikhail Mikheev <mmvsha73@gmail.com>
2020-06-04 10:56:55 -03:00
Agustin Pane
1a901126df Adds fallback to USD as currency rate selected in case that the data stored is not defined 2020-06-04 10:49:12 -03:00
Agustin Pane
6858a8d6d6 Refactors AVAILABLE_CURRENCIES as enum
Add types for currency values
2020-06-04 10:12:06 -03:00
Mikhail Mikheev
51c0a0fe1e
Merge pull request #979 from gnosis/fix/desktopLogo
Update desktop logo
2020-06-04 12:36:17 +04:00
Mati Dastugue
50140eec0b Add fix for Trezor 2020-06-03 20:33:44 -03:00
Mati Dastugue
c5fad7cdd8 Add dialog and skip version 2020-06-03 14:37:50 -03:00
fernandomg
e6ea715aca update yarn.lock 2020-06-03 10:38:38 -03:00
fernandomg
c946cd98e0 Merge branch 'development' into 536-notifications-status-labels-sync
# Conflicts:
#	yarn.lock
2020-06-03 10:35:26 -03:00
fernandomg
02bb5211a7 fix errors when creating tx in safe v1.0.0
- Code was expecting `ExecutionSuccess` event. That's not part of v1.0.0
- `transactionHash` is part of the tx receipt, so no need to extract it from the event
- `safeTxHash` is calculated client-side, so no longer needed to get it from tx receipt
2020-06-03 10:34:31 -03:00
Mati Dastugue
5082c6c2b5 Update desktop logo 2020-06-02 18:32:05 -03:00
Mati Dastugue
3bcdb80f26
Merge pull request #967 from gnosis/fix/ledger
Fix Ledger issues on Desktop App
2020-06-01 16:54:28 -03:00
Agustin Pane
76eeb17dd2
(Fix) Balances tabs fixs (#973)
* Fix cannot change safe from sidebar

* Removes collectibles header for 1.0.0 safes

* Removes exact path in balances route
2020-06-01 13:50:45 -03:00
Mati Dastugue
31555d675e Update electron build 2020-05-29 22:48:11 -03:00
Mati Dastugue
1382c8e7a2 Update electron scripts 2020-05-29 15:30:38 -03:00
fernandomg
8e75e999ef fix: transaction details 2020-05-29 14:25:24 -03:00
Mati Dastugue
7b0eb4cf7d Merge branch 'development' of github.com:gnosis/safe-react into fix/ledger 2020-05-29 12:22:41 -03:00
fernandomg
bee6f02193 update yarn.lock 2020-05-29 10:37:46 -03:00
Agustín Longoni
4ddffaab76
Merge pull request #968 from gnosis/issue-964
(Fix) Flags css import
2020-05-29 08:32:10 -03:00
Mikhail Mikheev
fccd886d86 remove ethereum-ens dependency 2020-05-29 15:09:33 +04:00
Agustin Pane
971b2ee6d3
(Fix) - Fixs tab selection (#960)
* Fixs tab selection

* Refactor balances tab to use react router
2020-05-29 08:07:32 -03:00
Mikhail Mikheev
5b5205f713 Merge branch 'development' of github.com:gnosis/safe-react into 536-notifications-status-labels-sync 2020-05-29 15:06:41 +04:00
Mikhail Mikheev
cdf76a8ad6 turn on ban ts ignore rule 2020-05-29 15:05:44 +04:00
Mikhail Mikheev
710f6a5ab6
Merge pull request #966 from gnosis/fix-awaitingTransactions
Fix app crashing when safeTransactions is undefined
2020-05-29 14:50:17 +04:00
Mikhail Mikheev
fda93a53c8 fix generateSafeTxHash typing 2020-05-29 14:00:20 +04:00
Mati Dastugue
e975d2f3b1 Travis is failing 2020-05-28 16:50:30 -03:00
Agustín Longoni
c0dbfa0dbb fix flags css import 2020-05-28 16:22:51 -03:00
Mati Dastugue
fa2add94ff c'mon Travis! Stop complaining. 2020-05-28 15:50:35 -03:00
fernandomg
9660db211f chore: update yarn.lock and remove duplicated entry in .gitignore 2020-05-28 13:55:39 -03:00
Mati Dastugue
a519e6f3ad Fix yarn deps 2020-05-28 13:54:10 -03:00
fernandomg
498f9a4d1b Merge branch 'development' into 536-notifications-status-labels-sync
# Conflicts:
#	package.json
#	src/logic/contracts/generateBatchRequests.ts
#	src/logic/tokens/utils/tokenHelpers.ts
2020-05-28 13:51:19 -03:00
nicolas
4065d5a007
Allow to load Safe Apps with ENS names (#911)
* Remove ethereum-ens in favour of web3.eth.ens

* Allow load Apps from ENS names

* remove comment

* review changes

* replace REACT_APP_IPFS_NODE by REACT_APP_IPFS_GATEWAY

* review fixes

* TS Errors

* fix paths

* Fix validtor

* Apps: Move App form to a separate file

* re-build

* review changes

* fix iframeEl type

* remove validation

* fix type

* update web3 version

* remove type in getContentFromENS

Co-authored-by: lukasschor <lukas.schor@gnosis.pm>
Co-authored-by: Mati Dastugue <matias.dastugue@altoros.com>
Co-authored-by: Fernando <fernando.greco@gmail.com>
Co-authored-by: Mikhail Mikheev <mmvsha73@gmail.com>
2020-05-28 12:50:08 -03:00