Commit Graph

3380 Commits

Author SHA1 Message Date
lukasschor 44a646e789
Wording enhancements (#2120)
* Remove Multisig wording

* Change name for unnamed Safes

* Alignment with mobile copy
2021-04-15 16:22:38 +02:00
nicolas aa59fbe348
Fix off-chain signatures for safes 1.0.0 (#2153) 2021-04-15 10:55:53 +02:00
Tobias Schubotz 6ce5f3f105
Disable Formatic on Rinkeby (#2166) 2021-04-14 11:13:46 +02:00
Daniel Sanchez 2cd128dac2
Upgrade dependencies (#2162)
* Upgrade sentry and bnc-onboard dependencies

* Upgrade dependencies with minor changes

* Move concurrently to devDependencies and update to lastest version

* Move coveralls to devDependencies

* Upgrade wait-on to latest version
2021-04-14 09:23:12 +02:00
Agustín Longoni 3a117c51bf
Replace Loader by component from SRC (#2119)
* Table: replace CircularProgress compontent

* ScanQR: replace CircularProgress component

* Send Modal: replace CircularProgress component

* infinite scroll loader fix (scroll bounce)

* update the SRC dependency and replace CircularProgress component with Loader
2021-04-14 09:02:07 +02:00
nicolas a995970d65
Add safeTxHash in txs queue & history (#2145) 2021-04-13 18:01:14 +02:00
Agustín Longoni f65094f0f3
(feature) Address format styles (#2033)
* Add EthHashInfo component from SRC

* add standard address format on Remove Modal and fix styles

* set Submit button disabled when the values no changes

* Add ethHash link + Remove harcoded safe name

Co-authored-by: Mati Dastugue <matias.dastugue@altoros.com>
Co-authored-by: Fernando <fernando.greco@gmail.com>
2021-04-13 09:37:08 +02:00
nicolas fbff0a35e0
Prevent rendering safe-app outside its container while loading (#2143) 2021-04-13 09:22:17 +02:00
Daniel Sanchez ee03bb6ea7
Merge pull request #2156 from gnosis/release/v3.4.0
Backmerge release v3.4.0
2021-04-12 17:07:19 +02:00
Daniel Sanchez 45c9fa4f9a
Merge branch 'development' into release/v3.4.0 2021-04-12 16:51:18 +02:00
nicolas a139da394f
Add missing dependency (#2157) 2021-04-12 16:50:59 +02:00
Daniel Sanchez 6eb59f9d0f Merge branch 'development' into release/v3.4.0 2021-04-12 13:53:06 +02:00
Daniel Sanchez d55e0e2478 Set v3.4.0 2021-04-12 13:48:40 +02:00
Daniel Sanchez 467d98f652
Merge pull request #2132 from gnosis/release/v3.4.0
Release v3.4.0
2021-04-12 13:36:41 +02:00
nicolas 228ab703ff
Fix: toInfo could be null (#2154)
* validate if txInfo is defined

* set toInfo as optional
2021-04-12 09:45:59 +02:00
Daniel Sanchez 70983c6c01 Update rinkeby safe transaction url 2021-04-08 18:45:06 +02:00
Daniel Sanchez 98719f8e6f Fix Volta token name in configuration 2021-04-08 18:40:13 +02:00
Daniel Sanchez ad472f3d5f Revert "Add fix to swap symbol and name for sidechains"
This reverts commit 45d8157f90.
2021-04-08 17:52:50 +02:00
Mati Dastugue ba12ac69e9
Merge pull request #2101 from gnosis/bugfix/safeList
Remove loaded safe via URL from the safe list
2021-04-08 11:34:24 -03:00
Mikhail Mikheev 36ba59799f Revert "Add Aave 2 safe app (#2127)"
This reverts commit e48891ba2b.
2021-04-08 15:40:40 +04:00
Daniel Sanchez bad903d798 Merge branch 'hotfix/v3.3.2' into release/v3.4.0 2021-04-08 11:05:12 +02:00
Daniel Sanchez b54e200d5f
Merge pull request #2144 from gnosis/hotfix/v3.3.2
[Hotfix v3.3.2] Rollback offchain signing to require v >= 1.1.1
2021-04-08 10:47:33 +02:00
Daniel Sanchez 34e6b11247 Set v3.3.2 2021-04-08 09:21:45 +02:00
Daniel Sanchez b0b3e53d94 Rollback offchain signing to require v >= 1.1.1 2021-04-08 09:11:11 +02:00
Mati Dastugue a9bf00c616 export LOADED_SAFE as a constant 2021-04-07 16:17:28 -03:00
Mati Dastugue c3e3abf158
Merge branch 'development' into bugfix/safeList 2021-04-07 11:08:51 -03:00
nicolas 9f3ff69a75
Known Addresses V1 (#2113)
* Tx Custom: Add toInfo (icon+name) in table row.

* Custom tx: add to info if available

* update EthHashInfo API usage

Co-authored-by: Fernando <fernando.greco@gmail.com>
2021-04-07 13:10:48 +02:00
Fernando c96e3192ff
(Feature) Proper rejections (#2096)
* remove `isCancelTransaction` utility function in favor of `txInfo.isCancellation` flag provided by client-gateway

* replace "cancel" concept in favor of "reject"

* add circle-cross-red icon to "On-chain rejection" transaction info

Adjust owner's list text color

* identify queued on-chain rejection

* apply styles to on-chain rejection type identifier

* update awaiting messages wording

* fix styles on styles to on-chain rejection

* replace local svg with SRC `Icon` component wherever is possible
2021-04-07 12:40:33 +02:00
Mikhail Mikheev e48891ba2b
Add Aave 2 safe app (#2127) 2021-04-07 12:21:30 +02:00
Daniel Sanchez 8b047e8c57
[Feature] Use backend gas estimation (#2112)
* Use safeTxGas backend estimation

* Check transaction execution result and show warning if fails

* Fix estimation for safes with just one required signature

* Hide advanced parameters for sending funds with spending limit

* Update variable names to be more clear
2021-04-07 11:50:02 +02:00
nicolas cabb886833
Merge branch 'development' into bugfix/safeList 2021-04-06 15:13:51 -03:00
katspaugh d07816fcac
Update the readme (#2125) 2021-04-06 15:55:55 +02:00
Fernando 7927c7fc32
Merge branch 'development' into bugfix/safeList 2021-04-01 18:28:43 -03:00
Fernando 15ae933a18
(Feature) - v3 Decoded Tx - Generic Modal (#2054)
Co-authored-by: Agustín Longoni <agustin.longoni@altoros.com>
Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>
2021-04-01 17:47:15 -03:00
Mati Dastugue 16537048df
Merge branch 'development' into bugfix/safeList 2021-04-01 10:32:28 -03:00
nicolas 4e96152e21
Replace AddressInfo by EthHashInfo (#2103) 2021-04-01 10:54:14 +02:00
Mati Dastugue bed0e4951f Merge branch 'bugfix/safeList' of github.com:gnosis/safe-react into bugfix/safeList 2021-03-31 19:49:46 -03:00
Mati Dastugue 9a845a2039 Remove safe loadedViaUrl from storage 2021-03-31 19:49:09 -03:00
Mati Dastugue 50e8e08081
Merge branch 'development' into bugfix/safeList 2021-03-31 13:04:19 -03:00
Daniel Sanchez a5f67e6653
Merge pull request #2117 from gnosis/hotfix/v3.3.1
Mergeback hotfix v3.3.1
2021-03-31 17:44:38 +02:00
Daniel Sanchez ae3ac21b28
Merge branch 'development' into hotfix/v3.3.1 2021-03-31 17:00:31 +02:00
Daniel Sanchez 66c9008529
Merge pull request #2116 from gnosis/hotfix/v3.3.1
Hotfix v3.3.1
2021-03-31 16:58:41 +02:00
Daniel Sanchez 87ca43464e Set v3.3.1 2021-03-31 16:37:49 +02:00
Mikhail Mikheev 6bcd4815c7 Bug: Safe apps passed value converted to ether to createTransaction action instead of wei (#2115)
* dont convert transaction value to ether for createTransaction

Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>
2021-03-31 16:37:28 +02:00
Mikhail Mikheev 2669471e13
Bug: Safe apps passed value converted to ether to createTransaction action instead of wei (#2115)
* dont convert transaction value to ether for createTransaction

Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>
2021-03-31 16:36:18 +02:00
Mati Dastugue 08ec0a34b6 Update logic for loadedViaUrl safes 2021-03-30 22:32:00 -03:00
Fernando 8e5b4104e3
Merge branch 'development' into bugfix/safeList 2021-03-30 18:10:46 -03:00
Agustín Longoni f8ccff0796
(Fix) Layout inaccuracies (#2072)
Co-authored-by: lukasgnosis <lukas.schor@gnosis.pm>
Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>
2021-03-30 15:46:41 -03:00
Daniel Sanchez 9352aee5fd
Merge pull request #2106 from gnosis/release/v3.3.0
Merge back release v3.3.0 to development
2021-03-30 14:00:34 +02:00
Daniel Sanchez df90896940
Merge pull request #2079 from gnosis/release/v3.3.0
Release v3.3.0
2021-03-30 11:20:17 +02:00