Commit Graph

2881 Commits

Author SHA1 Message Date
nicosampler 7f3a99b7f1 Merge remote-tracking branch 'origin/development' into issue-1144 2020-08-03 13:36:36 -03:00
nicosampler 24fe633e1a Styles 2020-08-03 13:31:43 -03:00
nicosampler bc5c30ec85 fix makeTransaction 2020-08-03 13:02:48 -03:00
nicosampler 7373c4afac ExpandedTx 2020-08-03 13:01:47 -03:00
nicosampler 877cf5ea4b ExpandedTx - creation 2020-08-03 12:38:02 -03:00
nicosampler 1bd028b97a SafeList types 2020-08-03 12:35:40 -03:00
nicosampler 7b2d7fd35d remove unused classes 2020-08-03 11:03:39 -03:00
Daniel Sanchez f374315a5a
Avoid constant creation of new web3 object (#1171)
* Avoid constant creation of new web3 object

* rollback web3 version, small type fixes in ConnectButton

* Use web3 instance in getProviderInfo

Co-authored-by: Mikhail Mikheev <mmvsha73@gmail.com>
2020-08-03 11:29:17 +02:00
Mati Dastugue 088b1e1d2a
Merge branch 'development' into feature/cla-assistant 2020-07-31 20:04:09 -03:00
Mikhail Mikheev 86cbd94b0c
Tech debt: Add types for contracts (#1118)
* typechain wip

* add types for multisend

* type definitions improvements

* type safe contract in estimateTxGasCosts

* contract type definitions wip

* SafeInstance truffle -> web3 migration

* fix calls for version

* transactions/send enhancements

* fix safe recor owner type

* Stepper type definitions wip

* dep bump

* stepper types wip

* refactoring stepper component to fix bug in load safe form

* stepper types wip, addressbook reducer types wip

* finally make it work

* Fix ownerlist component hook in load safe

* dep bump

* dep bump

* rollback types/history

* add types for gas calc

* debugging...

* fix using RO web3 for sending txs

* update package.json generate-types command

* add ts-ignore for stepperpage

* db

* dep bump

* as unknown as AbiItem -> as AbiItem[]

* use optional chaining for isExecution in gas esimations

* abiITem -> AbiItem[]

* fix safeVersion utils tests

* fix imports, put upgradeSafe test close to the actual code

* add comment about ts-ignore usage

* downgrade web3 version
2020-08-01 02:26:10 +04:00
Mikhail Mikheev 24dffd53da
Set inclusive false for minValue validator in sendfunds form (#1193) 2020-08-01 01:15:56 +04:00
nicosampler df8e3f49df review fixes 2020-07-31 15:21:17 -03:00
Mati Dastugue 231a412fb8
Update branch 2020-07-31 13:38:18 -03:00
Mati Dastugue 1b71d5275e
Typo in username 2020-07-31 11:13:34 -03:00
Mati Dastugue 7fd1a813f4
Merge branch 'development' into feature/cla-assistant 2020-07-31 10:58:56 -03:00
nicolas 81c14133ac
Update MultiSend contract address. (#1186)
* Update Multisend Address

* Update Apps loaders not centered

* remove empty spaces

Co-authored-by: Mikhail Mikheev <mmvsha73@gmail.com>
2020-07-31 14:27:22 +04:00
Mikhail Mikheev 7896825161
Merge branch 'development' into issue-1144 2020-07-31 13:23:02 +04:00
Mikhail Mikheev cd7bbabd46
Merge branch 'development' into feature/cla-assistant 2020-07-31 13:21:25 +04:00
Mati Dastugue ab9de7dbda Add Gnosis CLA (#1188) 2020-07-31 13:20:57 +04:00
Mati Dastugue c30400055c
Add Gnosis CLA (#1188) 2020-07-31 12:55:40 +04:00
Mati Dastugue 86bee9587d
Delete GNOSISCLA.md 2020-07-30 21:45:01 -03:00
Mati Dastugue 6f1781af9f Merge branch 'development' of github.com:gnosis/safe-react into feature/cla-assistant 2020-07-30 19:56:11 -03:00
Mati Dastugue 9b7e279033 Add CLA assistant 2020-07-30 19:56:03 -03:00
nicosampler e31ef44d76 run prettier for files faining in CI 2020-07-30 15:32:03 -03:00
nicosampler 5f1f5f5387 update yarn.lock 2020-07-30 12:09:49 -03:00
nicosampler b84db710e8 Merge branch 'development' into issue-1144 2020-07-30 12:08:00 -03:00
nicosampler 0fcb00a908 update safe-react-components 2020-07-30 11:28:54 -03:00
nicolas 251da319a5
Fix: debounce fetch apps (#1021)
* Fix: debounce fetch apps

* refactor: fix AddAppForm name and add missing types

* add `use-lodash-debounce` hook to test debounce functionality

I'm planning to remove this dependency, as it requires to also install `lodash.debounce`. I prefer to implement it ad-hoc.

* refactor AddAppForm to use the observable pattern

* memoize `getAppInfoFromUrl` to prevent requesting the same information over and over

* prevent requesting data if url is not valid

* remove logging

* prevent validating form before visiting the fields

* refactor AddAppForm

reorganize code

* fix: change `any` to `unknown`

* fix: `uitls.ts` types and imports

* refactor: rename `isSubmitDisabled` to `onSubmitButtonStatusChange` prop

* refactor: rename `agreement` to `agreementAccepted`

also, moved `initialValues` to a constant `INITIAL_VALUES` outside the component

* refactor: reimplement `useDebounce` hook in-app

* refactor: extract app manifest verification to a helper function

also fixed types

* fix: prevent accessing `contentWindow` if `iframe` is `null`

* fix: `getAppInfoFromOrigin` return type

also, removed the expected type for the `getAppInfoFromOrigin` calls as it is inferred

Co-authored-by: fernandomg <fernando.greco@gmail.com>
Co-authored-by: Mikhail Mikheev <mmvsha73@gmail.com>
2020-07-30 18:28:30 +04:00
nicosampler 5cc29d518d Add network 2020-07-29 16:33:04 -03:00
nicosampler a295747cb6 Wallet details 2020-07-29 16:16:29 -03:00
nicosampler 184c1cb08e Transaction List 2020-07-29 15:28:14 -03:00
nicosampler 8bc7d3efcc Connected wallet 2020-07-29 14:40:51 -03:00
Mikhail Mikheev e80b4574bf
Merge pull request #1172 from gnosis/dev-master-backmerge
Dev <- master v2.8.1 Backmerge
2020-07-29 18:23:29 +04:00
Mikhail 1f0117ae6e Merge branch 'master' of github.com:gnosis/safe-react into dev-master-backmerge 2020-07-29 18:02:27 +04:00
Daniel Sanchez 89c17180de
Trim spaces from AddressInput (#1142)
* Remove spaces

* Change naming convention to make clear that only edge whitespaces are removed

Fix function documentation in string util

* Add trim spaces from address input in AddToken and AddAsset

* Use validator type

* Trim spaces on Safe App links

Co-authored-by: Mati Dastugue <mdastugu@amazon.com>
Co-authored-by: Mati Dastugue <matias.dastugue@altoros.com>
Co-authored-by: Mikhail Mikheev <mmvsha73@gmail.com>
2020-07-29 17:28:43 +04:00
nicosampler 3a04b077b2 Safes list 2020-07-28 19:23:42 -03:00
nicosampler 617863fb54 fix TS error 2020-07-28 19:09:29 -03:00
Agustin Pane bbfa7d8166
(Feature) Balances enhancements (#1122)
* Fix ts error
Add type return on fetchCurrencyValues

* Add skeleton for loading balance value

* Fix texts in uppercase

* Adds ETH Icon in currencyValues dropdown

* Adds getExchangeRatesUrlFallback
Adds support for ETH as currency

* Alphabetically sort currencies

* Add types

* Type formatAmount

* Adds formatAmountInUsFormat util function

* Add types
Uses formatAmountInUsFormat for BALANCE_TABLE_BALANCE_ID

* Updates max and min fraction digits on formatAmountInUsFormat
Add tests

* Updates max and min fraction digits on formatAmountInUsFormat
Add tests

* Add types

* Fix currencyValues types

* Adds safeFiatBalancesTotalSelector

* Adds total balance to safe header

* Fix types

* Adds currentCurrency on header

* Adds types to getTokenPriceInCurrency

* Fix balance currency rate conversion

* Add guards for modules

* Add guards for modules

* Uses console error for api

* Remove anys

* Redefine CurrencyRateValue types into CurrencyRateValueRecord

* Redefine test texts

* Use absolute imports

* Add types to dispatch

* Add guard for no balance value

* Fix ESLINT warning

* Add types

* Fix no balance case

* Use optional chaining

* Absolute paths

* Adds return types
Uses BigNumber in safeFiatBalancesTotalSelector

* Remove number as type for formatAmountInUsFormat

* Uses createStyles to remove any types

* Improve total balances display

* Fix balances value column

* formatAmountInUsFormat feedback

* Force boolean evaluation

* Fix totalBalance heading styles

* Add types

* Add types to fetchTokenCurrenciesBalances endpoint

* Replaces coinbase dependency by backend for ETH price in USD

* Absolute paths

* Replaces RecordOf<TokenProps> with Token

* Feedback

* Trigger buid

* Types

* Fix tests order

* Renames numberFormat to usNumberFormatter

Co-authored-by: Mikhail Mikheev <mmvsha73@gmail.com>
2020-07-28 19:29:26 +04:00
Mikhail Mikheev 2672028b41
Merge pull request #1168 from gnosis/desktop-ci-fix
bring back network concurrency param
2020-07-28 19:27:01 +04:00
Mikhail bfcbdd4b93 bring back network concurrency param 2020-07-28 19:11:32 +04:00
Mikhail Mikheev 4977345a4d
Merge pull request #1166 from gnosis/hotfix/v2.8.1
Hotfix/v2.8.1
2020-07-28 19:04:50 +04:00
Mikhail Mikheev 769cbf321b
Merge pull request #1167 from gnosis/bugfix/fix-ci
Hotfix/CI
2020-07-28 18:46:05 +04:00
Mati Dastugue c494a26b82
Update release.yml 2020-07-28 11:44:19 -03:00
Mati Dastugue f915a0cc1f Add env variable for safe apps 2020-07-28 11:39:15 -03:00
Mikhail 0f5d942779 v2.8.1 2020-07-28 18:36:44 +04:00
Mikhail 08552fbe23 downgrade web3 version 2020-07-28 18:36:33 +04:00
Mikhail Mikheev 10b10e6abb
Merge pull request #1165 from gnosis/release/v2.8.0
Release: v2.8.0
2020-07-28 16:59:54 +04:00
Mikhail cd81e2ce35 2.8.0 2020-07-28 16:40:43 +04:00
Fernando 787e6ff711 (Fix) Prevent accessing `contentWindow` if `iframe` is `null` (#1161) 2020-07-28 16:40:13 +04:00
Germán Martínez cfefe69a59 Safe apps can request the Safe info (#1138)
* Request Safe info from Safe apps

* Update dependencies

* Update yarn.lock file

* remove usecallback

* Rename initialization messageId from safe-apps-sdk

* Fix openOnFocus on AddressBookInput

* Fix yarn.lock file

* Rollback @material-ui/lab to avoid type errors

* dep bump

Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>
Co-authored-by: Mikhail Mikheev <mmvsha73@gmail.com>
2020-07-28 16:40:05 +04:00