Conversation
* Add types in getAddressValidator Remove unused props * Absolute import * Adds safeOwnersAddressesSelector * Fix uniqueAddress function * Replaces getAddressesListFromAddressBook with addressBookAddressesListSelector * Remove comment * Types * Fix tests * Improves safeOwnersAddressesSelector * Remove memoize from uniqueAddress * Improves uniqueAddress validation * Improves uniqueAddress function to check checksum values Add tests * Removes toArray from safeOwnersAddressesSelector Allows uniqueAddress to use both string[] and List<string> * Renames safeOwnersAddressesSelector to safeOwnersAddressesListSelector * Update src/components/forms/validator.ts Improves uniqueAddress Co-authored-by: Mikhail Mikheev <mmvsha73@gmail.com> * Fix tests * Fix uniqueAddress * Fix types extensions Co-authored-by: Mikhail Mikheev <mmvsha73@gmail.com> Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm> Co-authored-by: Fernando <fernando.greco@gmail.com>
* refactor layout using flexfox * comments * fix sidebar css * remove overflow y Co-authored-by: Agustín Longoni <agustin.longoni@altoros.com>
Backmerge release v2.15.0
* Adds patch-package and postinstall * Creates a patch to add EWC and Volta in web3-eth and web3-eth-ens * Adds support for ewc in isValidEnsName * Update web3 ewc patch * Enables ens lookup for ewc and volta * Fix eslint * Update patch Fix patch-package script in package.json Co-authored-by: Fernando <fernando.greco@gmail.com> Co-authored-by: nicolas <nicosampler@users.noreply.github.com> Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>
* Adds operation call check on isTokenTransfer * Add comment in unclear if Co-authored-by: Fernando <fernando.greco@gmail.com> Co-authored-by: nicolas <nicosampler@users.noreply.github.com> Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>
…safe creation (#1630) * Replaces createProxy with createProxyWithNonce method no safe creation * Updates estimationGas method * Moves safeCreationSalt as a parameter * Fix default export Co-authored-by: nicolas <nicosampler@users.noreply.github.com>
* Add types * Fix missing address in input field * Fix reopening file upload modal once closed * Error first callback onFileUploadHandlerClose * Adds error text for qrs that can't be read Fixes popping up again for wrong qr codes * Fix opening modal Co-authored-by: nicolas <nicosampler@users.noreply.github.com>
* Replaces getNonGETHErrorDataResult with getDataFromNodeErrorMessage Updates the extraction of data from the error message to include new GETH nodes version * Add tests for new GETH nodes
Backmerge Hotfix v2.15.1
Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>
Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm> Co-authored-by: nicolas <nicosampler@users.noreply.github.com>
* fix web3 issue * update settings * get masterCopy Address from backend * fix prettier errors * Fix Circles typo * Change Circles detect logic * Use sameAddress to compare mastercopy addresses Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>
* speed-up load time for safe-apps * show loading status until all the apps are loaded * Add App route * Add cards for each safe-app * move logic to AppFrame * add basic skeleton styles * css fixes * fix image sizes * add transition animation to skeleton * remove duplicated code * Modals * refactor skeleton * refactor layout using flexbox * make content clickable in cards * cards container as css-grid * remove fixed width for cards * replace auto by 1fr * remove margin for cards * add card component and remove some css * rename buttons * add margin to app list * refactor useAppList * fix disclaimer always flashing * fix pointer cursor for Add app icon * add styled component keyframe * update safe-react-components * fix margin and card height, icon size * fix margin in iconImg and app name * fix margins on apps container (breadcrumb area) * remove style comment * fix margin on HelpCenter / remove overflow in sidebar * Improve featuresEnabled for sidebar and apps page. Co-authored-by: Agustín Longoni <agustin.longoni@altoros.com> Co-authored-by: Fernando <fernando.greco@gmail.com> Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>
|
CLA Assistant Lite All Contributors have signed the CLA. |
ESLint Summary View Full Report
[warning] @typescript-eslint/explicit-module-boundary-types
[warning] @typescript-eslint/no-non-null-assertion
Report generated by eslint-plus-action |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
* allow to display native coin transfers in the expanded view * fix issue with fragment being passed to material-ui menu
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
The rollback to the onboard version makes trezor work again properly. We still have this 2 issues: We decided to leave #1674 for 2.17 Issues still needed to be merged: for xdai and volta did a small smoke test (load a safe, send funds, send a collectible back and forth, editing an owner) and it worked fine. Is OK for me to go to to prod with the 2.16 if we can make #1670 enter into it and it will also depend in how critical is the #1673 |
|
Travis automatic deployment: |
Added
Fixed
transferis marked as token transfer #1063 )Chore