Conversation
Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>
* Disable not working wallets for xDai
Backmerge v2.14.0 to development
* Types * Uses addressBook when displaying the replace owner modal Co-authored-by: nicolas <nicosampler@users.noreply.github.com> Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>
Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>
* Adds networks.md * Updates readme.md * Add some rewording Co-authored-by: nicolas <nicosampler@users.noreply.github.com> Co-authored-by: Fernando <fernando.greco@gmail.com> Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>
…ernal] (#1569) * Adds support for GridPlus Lattice and bumps `bnc-onboard` version. For more information on the GridPlus Lattice, see https://gridplus.io/lattice * Disable Lattice wallet from incompatible chains Co-authored-by: Alex Miller <asmiller1989@gmail.com> Co-authored-by: Fernando <fernando.greco@gmail.com>
* Upgrade web3 to v1.3.0 * Remove polished direct dependency * Upgrade types dependencies * Upgrade ledger and electron related dependencies * Update gnosis-safe-components to latest version * Upgrade sentry dependencies to latest version * Upgrade truffle-contract and axios * Upgrade electron dependencies * Use fade instead rgba with hex value Co-authored-by: nicolas <nicosampler@users.noreply.github.com>
…1567) * Refactor getTxData * Add SAFE_TRANSFER_FROM in SAFE_METHODS_NAMES * Adds check on isSendERC721Transaction for erc721 send * Adds TOKEN_TRANSFER_METHODS_NAMES types * Replace type SAFE_TRANSFER_FROM * Fix import * Adds nftAssetsListAddressSelector * Remove txCode and knownTokens from isSendERC721Transaction Now it directly checks agains the list of nftAssets on the store * Refactor ENS_TOKEN_CONTRACT usage check * Add TODO * Add return for ENS symbol Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm> Co-authored-by: Fernando <fernando.greco@gmail.com>
Add extra information to Google Analytics (#1510 )
* Types * Adds tokenAddress to getTxData for tokenTransfer transactions * Adds sendModalOpenHandler to EllipsisTransactionDetails * Adds getRawTxAmount util * Add isTokenTransfer fix for ether in getTxData * Uses sendFund modal for retry outgoing transfer transactions * Adds ether address in getTxData result for outgoig transfers * Uses nativeCoin * Remove fragmnet * Fix decimals for native coin * Fix decimals usage in tx transfer amount Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>
* create `logic/collectibles/utils` file and move all the NFT-related helper functions into it `generateERC721TransferTxData` will decide whether the method to transfer an NFT will be `transfer` or `safeTransferFrom`, based on preset conditions where CryptoKitties tokens is taken as an exception. Also, `transfer` was used instead of `transferFrom` because `transferFrom` is not implemented in the rinkeby version, and was the method used as a fallback before. - moved `SAFE_TRANSFER_FROM_WITHOUT_DATA_HASH` const - moved `isSendERC721Transaction` function - moved `getERC721Symbol` function - moved `isERC721Contract` function - created `getTransferMethodByContractAddress` along with `CK_ADDRESS` const - created `generateERC721TransferTxData` function - refactored `ReviewCollectible` component to use `generateERC721TransferTxData` - updated tests * remove `ENS_ADDRESS` constant as it's not used * add unmock of collectibles/utils * add tests for `getTransferMethodByContractAddress`
|
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: |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
Ticket 1575 is failing The rest of the tickets are fine. |
|
I had the same issue I reported previously but this time with Collectibles. The tx: https://rinkeby.etherscan.io/tx/0xc084c901e0145be5ec68699875a90e740506398587eb97b9bb1911951dbf60da The recipient safe: |
|
The issue that Franco had during the testing was due to a transaction-service re-indexation running at the same time. Due to this reason, transaction information was incomplete. We've been checking with Franco, and every time a tx is submitted to the staging transaction-service (mainnet and rinkeby), we get a different list of transactions returned by the service (with missing transactions). So we assume that all the issues that aroused during this regression are caused by the transaction-service re-indexation. This issue does not happen with production services. Which we test too |
|
The issue was something that was affecting only the backend. Now the issue is fixed and everything reported in previous comments is working fine now |
|
2.15 regression testing for Ethereum network defects report - https://gno.testrail.io/index.php?/reports/view/85 |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
Travis automatic deployment: |




Release v2.15.0
New features
Fixes
Chore