Mati Dastugue
1a6fb96754
Update types + disable feature on desktop
2021-06-07 13:16:46 -03:00
Mati Dastugue
31180d974a
Merge branch 'development' of github.com:gnosis/safe-react into feature/#512-network-switching
2021-06-07 12:59:23 -03:00
katspaugh
add406c42b
Merge branch 'master' of github.com:gnosis/safe-react into development
2021-06-07 09:57:21 +02:00
katspaugh
c424c67d07
Revert "Fix: don't display Intercom in Safe Apps ( #2365 )"
...
This reverts commit 07465a0b29
.
2021-06-07 09:21:33 +02:00
katspaugh
5f3598aed5
Bump version to 3.7.0
2021-06-07 08:46:21 +02:00
Mati Dastugue
ec3acf16bc
Some refactor to the code
2021-06-04 15:23:54 -03:00
Mati Dastugue
096938ad59
Merge branch 'development' of github.com:gnosis/safe-react into feature/#512-network-switching
2021-06-04 14:43:29 -03:00
katspaugh
1c5bb22a59
Update readme, remove truffle and ganache instructions ( #2398 )
...
* Update readme, remove truffle and ganache instructions
* Rm exchange rate constants
* Move env vars info higher
2021-06-04 16:20:25 +02:00
Mati Dastugue
45205f8a77
Bugfix - Owners table sorting is not working correctly ( #2364 )
...
* Add custom sort funcionality
* Add correct types
* Fix undefined sorting type
2021-06-04 15:03:51 +02:00
Mati Dastugue
a78116423f
Fix errors
2021-06-04 01:30:41 -03:00
Agustín Longoni
ea38a95b5d
Merge branch 'development' into feature/#512-network-switching
2021-06-03 17:43:19 -03:00
Mati Dastugue
3011b65d62
select networks dynamically
2021-06-03 15:59:41 -03:00
Daniel Sanchez
2d532f303a
Set default order by name in address book ( #2391 )
2021-06-03 16:59:28 +02:00
Mikhail Mikheev
7ac1e1efdd
Feature: Relay safe apps sdk getBySafeTxHash api request ( #2361 )
...
* install new sdk version
* fix ts errors
* handler scaffold
* add api function for fetching tx, safe app msg handler
* bring back getEnvInfo method
* remove upperFirst where it is not needed
* move upperFirst import
2021-06-03 18:54:21 +04:00
Fernando
50a7a49d1b
keep safes with no name for the list of safes ( #2387 )
...
* keep safes with no name for the list of safes
* prevent storing only those safes whose `loadedViaUrl` flag is true
* update AB before Safe store
* default safe name to empty string if it is not available
2021-06-03 16:49:09 +02:00
Daniel Sanchez
e66040d32f
[Address Book v2] Allow empty owner names when loading a safe ( #2390 )
...
* Allow to load new safe with empty owner names
* Avoid adding owners to addressbook if name is empty
* Remove unnecessary initialization
2021-06-03 15:24:55 +02:00
katspaugh
548d6d26ed
Merge branch 'development' of github.com:gnosis/safe-react into address-book-v2
2021-06-03 11:58:10 +02:00
Mati Dastugue
7a186026cd
Update tests
2021-06-02 23:42:56 -03:00
Mati Dastugue
7a4e86fda4
Merge branch 'development' of github.com:gnosis/safe-react into feature/#512-network-switching
2021-06-02 23:27:16 -03:00
juampibermani
07465a0b29
Fix: don't display Intercom in Safe Apps ( #2365 )
...
* Check if current screen is the app view
* Get app url from utils hook
* Hook rename and updated effect dependency
2021-06-02 17:03:03 -03:00
juampibermani
c5207f75c7
Feature/2317 update import export global ab ( #2370 )
...
* Verify chainId column and called import reducer
* Added dispatch for addressbook import
* Fixed store reducer and notification
* Validate all entries on csv data validation
* Using utils to verify imported addresses
* Add props typing to ImportEntriesModal
* Convert chainId to number
2021-06-02 12:13:40 -03:00
Fernando
5bc38ff09e
[Address Book v2] - Avoid deleting addressBook entry when deleting a safe ( #2374 )
...
* avoid deleting addressBook entry when deleting a safe
* avoid deleting addressBook entry when deleting a safe
2021-06-02 15:55:13 +02:00
katspaugh
9242d80079
Use the same link in the import and export modals ( #2380 )
2021-06-02 14:36:26 +02:00
Daniel Sanchez
e97d228429
Set v3.6.7
2021-06-02 11:58:46 +02:00
Mati Dastugue
9f81e57f05
Add util for getting all networks info
2021-06-02 01:56:03 -03:00
Mati Dastugue
ab51fe6be4
Merge branch 'feature/#512-network-switching' of github.com:gnosis/safe-react into feature/#512-network-switching
2021-06-02 00:52:00 -03:00
Mati Dastugue
4343fac011
Merge branch 'development' of github.com:gnosis/safe-react into feature/#512-network-switching
2021-06-02 00:51:45 -03:00
Agustín Longoni
6e0dccd28c
fix styles on network label
2021-06-01 14:16:48 -03:00
Agustín Longoni
edfbf4b649
add Check icon - sample
2021-06-01 11:10:43 -03:00
Mati Dastugue
2d6cbb21f5
update merfe
2021-06-01 10:59:31 -03:00
Mati Dastugue
02901c40e2
Add network info
2021-06-01 10:56:47 -03:00
Fernando
94bee4f8df
[Address Book v2] - Prevent name validation in AB reducer ( #2356 )
...
Co-authored-by: katspaugh <katspaugh@users.noreply.github.com>
2021-06-01 09:49:51 -03:00
Fernando
fc0c450a74
[AddressBook v2] - Avoid using `checksumAddress` inside reducer ( #2355 )
2021-06-01 09:13:18 -03:00
Daniel Sanchez
e58b6d6b7b
[Address Book v2] 1603 Use addressbook over known addresses ( #2352 )
...
* Use ADDRESS_BOOK_DEFAULT_NAME instead of hard coded string
* Use address book name in Send Collectible review step
* Show name if known in contract interaction review
* Use string comparison util
2021-06-01 12:17:58 +02:00
Mikhail Mikheev
cc345946e6
Feature: Better error handling for Safe apps things ( #2340 )
...
* handle request/app fetch errors
* shorted extraMessage for app fetch error
* use context instead of extra for safe app url exception when fetching
* app -> safeApp for sentry context
2021-06-01 12:10:57 +02:00
Daniel Sanchez
1758cb34c3
Merge branch 'development' into hotfix/v3.6.6
2021-06-01 11:15:15 +02:00
Daniel Sanchez
6bc73b744a
Set v3.6.6
2021-06-01 10:29:56 +02:00
Daniel Sanchez
8c40f43730
Fix crash with Coinbase Wallet after upgrade to latest version ( #2363 )
...
* Fix name changing in bnc-onboard Coinbase Wallet
* Add comment in wallet provider list to explain the use
2021-06-01 10:29:40 +02:00
Daniel Sanchez
f1851d47a4
Fix crash with Coinbase Wallet after upgrade to latest version ( #2363 )
...
* Fix name changing in bnc-onboard Coinbase Wallet
* Add comment in wallet provider list to explain the use
2021-06-01 10:28:44 +02:00
Agustín Longoni
b8ad9e57bc
fix styles and add links for each network
2021-05-31 19:55:06 -03:00
Agustín Longoni
9a03fa6702
read networknames from contants
2021-05-31 10:03:54 -03:00
Agustín Longoni
00929332a5
add NETWORKSNAMES
2021-05-28 17:08:34 -03:00
Agustín Longoni
a54f020876
fix NetworkSelector width
2021-05-28 16:32:05 -03:00
Agustín Longoni
053597214f
fix width of network labels
2021-05-28 16:17:33 -03:00
Agustín Longoni
9ef4977d4b
fix NetworkSelector styles
2021-05-28 16:14:16 -03:00
dependabot[bot]
c1dd274ede
Bump dns-packet from 1.3.1 to 1.3.4 ( #2338 )
...
Bumps [dns-packet](https://github.com/mafintosh/dns-packet ) from 1.3.1 to 1.3.4.
- [Release notes](https://github.com/mafintosh/dns-packet/releases )
- [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mafintosh/dns-packet/compare/v1.3.1...v1.3.4 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-28 18:04:41 +02:00
katspaugh
2fdc5e05a9
Add an API key in the ETHGasStation URL ( #2332 )
...
* Add an API key in the ETHGasStation URL
* Fix typo
* Revert mainnet api key
* Add the env var in github actions
* Revert "Fix typo"
This reverts commit c9b463099d9b38d481d21f42b4cedb8eafb0b83c.
2021-05-28 11:28:31 +02:00
Agustín Longoni
949bef8399
delete commented code
2021-05-27 16:48:58 -03:00
Agustín Longoni
21f7b74db9
fix Wallet icon container
2021-05-27 16:46:03 -03:00
Agustín Longoni
e697aba2dd
add NetworkSelector component
2021-05-27 16:26:17 -03:00