Conversation
Co-authored-by: Matias Dastugue <matias.dastugue@altoros.com> Co-authored-by: Mati Dastugue <mdastugu@amazon.com>
Co-authored-by: Matias Dastugue <matias.dastugue@altoros.com> Co-authored-by: Mati Dastugue <mdastugu@amazon.com>
* Filter apps by network * add missing network
Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>
Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>
Co-authored-by: fernandomg <fernando.greco@gmail.com> Co-authored-by: Agustin Pane <agustin.pane@gmail.com>
* Add staging xDai deployment to travis * Add safe apps production url for xdai * Add travis rule to build xDai on master or integration branch
* Replace all harcoded values * fix `generateBatchRequest` calls * Fix some ETH harcoded values + Add tests * Fix null or undefinded value * Move nativeCoin outside component + fix toTokenInput function * Remove native coin from useEffect Co-authored-by: fernandomg <fernando.greco@gmail.com> Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>
) * Adds FEATURES enum Renames features to disabledFeatures * Uses FEATURES enum instead of hardcoded contract features * Refactor enabledFeatures function, now checks that there are not disabled features by config before return the enabledFeatures result * Adds SAFE_APPS and CONTRACT_INTERACTION to FEATURES enum * Remove SAFE_APPS from sidebar if disabled * Redirect user from /apps if safe apps are disabled * Disables contract interaction from config * Remove !remoteOwners * Move settings to a constant
# Conflicts: # src/routes/safe/components/Apps/utils.ts
…' into feature/#1353-xDai-compatibility
|
CLA Assistant Lite All Contributors have signed the CLA. |
ESLint Summary View Full Report
[warning] @typescript-eslint/explicit-module-boundary-types
Report generated by eslint-plus-action |
|
Travis automatic deployment: |
* add equality function to prevent re-renders * fix typing - I left the inline equalityFn, as an ad-hoc solution. First, because we're going to remove this when #1479 is done Second, because this way it infers the types defined in the useSelector generics
|
Travis automatic deployment: |
Co-authored-by: nicosampler <nf.dominguez.87@gmail.com>
|
Travis automatic deployment: |
|
Travis automatic deployment: |
* Add options to httpProvider * Add log when generateatchRequest fails * add types to generateBarchRequest * fix types in `generateBatchRequests` * add `.d` for imports of definition files * add `undefined` alternative value for `generateBatchRequests` ReturnValues - also, fixed typing errors in related functions * fix return values for `generateBatchRequests` in tests Co-authored-by: fernandomg <fernando.greco@gmail.com> Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>
|
Travis automatic deployment: |
|
Travis automatic deployment: |
* Replace old ETH values with native coin * Replace old ETH values with native coin * Replace old ETH values with native coin * Replace old ETH values with native coin * Remove networkInfo from the components * Replaces humanReadableValue to fromTokenUnit * Remove typo
|
Travis automatic deployment: |
This PR closes #1353, by: