-
Notifications
You must be signed in to change notification settings - Fork 361
Release v3.2.0 #2015
Release v3.2.0 #2015
Conversation
Mergeback release v3.1.0 to development
* Types in safeDataExtractor.ts * Adds useEstimateSafeCreationGas hook * Refactor Layout.tsx * Remove gas price in estimateGasForDeployingSafe * Types in createSafe and adds gasLimit to deployment transaction * Uses useEstimateSafeCreationGas in ReviewComponent for transaction creation * Add types * Fix types * Fix types of ReviewInformation modal on safe load * Fix safe creation for multiple owners * fix unit tests * Remove unnecesary minimum tx gas Co-authored-by: Mati Dastugue <[email protected]> Co-authored-by: nicolas <[email protected]> Co-authored-by: nicosampler <[email protected]> Co-authored-by: Daniel Sanchez <[email protected]>
Mergeback CI fixes to development
* Enable Wallet connect on EWC
* set owners and threshold properly * Take threshold from step 2
* Cleanup old transaction list files * Rename view folder from GatewayTransactions to TxList * Remove all reducer logic for incomingTransactions * Delete allTransactionsLogic * Cleanup cancel transaction legacy logic * Remove fetch creation transaction * Remove moduleTransactions logic * Remove unused transfer methods * Cleanup unused types
* Replace collectibles fetch with client gateway * Replaces balance endpoint with client gateway * Remove default export of tokens list * Set the default rows per page to 100 * Fix ether price load * Remove Add custom token button * Remove add custom asset and add custom token modals
* add external icon in safe version (settings) * change wording in receive modal * fix Modal titles and color on back/cancel button * move toggle to the left (contract interaction modal) * add title "Method" for drop down * review lettercase in titles and buttons * add contract address label in contract interaction * fix label for input "Contract address" * fix label when use custom data (Contract address) * fix external link component on Safe version * change Label "Recipient" to "Contract address"
* Upgrade dependencies without breaking changes * Remove travis leftovers * Upgrade types dependencies * Upgrade eslint rules to new prettier configuration
* Rename custom transaction to custom interaction * fix no transaction img size
Co-authored-by: Daniel Sanchez <[email protected]>
* remove url as required attribute of manifest.json for safe-apps * getAppInfoFromUrl: get requiredData from manifest
|
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 |
Can't confirm these 2:
|
1 similar comment
|
Issues NFT's: The NFT's are still showing in the list after a transfer, even when they already are showing in the recipient safe where they were sent Safe sent from: https://pr2015--safereact.review.gnosisdev.com/rinkeby/app/#/safes/0xfB9d4e27aA63f51DeE7c644e82d49D60AC975838/balances Safe that received it: The tx: Question: |
|
Update: The token is not longer showing in the safe where it was transferred from. Is weird that it took more than 30 minutes to disappear |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good enough for Staging
Added
Fixed
Chore