Conversation
Backmerge hotfix v2.13.1
…1442) * sdk version update * point sdk to a newer commit * Update iframe message handler * ConfirmTransactionModal tweaks to support params * handle sendTransactionsWithParams, display safeTxGas in app tx modal * new sdk version * yarn lock update * install libudev in travis * update sdk version * Estimating safeTxGas for Safe Apps Txs WIP * safetxgas estimation warning wip * gas estimation in confirm transaction modal * yarn lock update * review fixes * Change estimation loading msg, use imported vars to index payload type Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>
* Add coin by network * Join tests in same file Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>
* Add disableWallets key to config * Fix merge issues
* Update calculateGasPrice to fetch from config * Remove unused gas estimation function * Remove unused gasCost estimate function * Add gasParameter to gasPriceOracle
* sdk version update * point sdk to a newer commit * Update iframe message handler * ConfirmTransactionModal tweaks to support params * handle sendTransactionsWithParams, display safeTxGas in app tx modal * new sdk version * yarn lock update * install libudev in travis * update sdk version * Estimating safeTxGas for Safe Apps Txs WIP * safetxgas estimation warning wip * gas estimation in confirm transaction modal * yarn lock update * update sdk version * add handler for rpc calls * use send method * update sdk version * dep bump * wip * update sdk * remove unused interface and console.log * remove async, tweak check for send func Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm> Co-authored-by: nicolas <nicosampler@users.noreply.github.com>
* Removed containsMethodByHash condition check, now we always expect that safeTransferFrom is defined on the erc721 contract * Types * More types * Add try catch on estimateGas * Add try catch on submit transaction * More types * More types * More types * ReviewTx modal props * Fix SendCollectible modal types * Add guard for safeAddress * Move some imports * Fix DispatchReturn types * Fix import of Dispatch * Remove console log * Adds logs * Fix import Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>
…em from it is sent (#1511) * Remove default export with const * Filter collectibles group with user's available nftAsset * Improves filter * Fix duplicated assets
* Bump new onboard.js version * Remove component * Fix travis rollback bug * Fix Typos + Updated logic Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm> Co-authored-by: nicolas <nicosampler@users.noreply.github.com>
* Upgrade Typescript to v4.0.3 * Upgrade dependencies with minor changes * Cleanup yarn.lock file * Upgrade types dependencies * Fix inconsistency with @typescript/eslint caused by react-scripts * Fix eslint issues Co-authored-by: nicolas <nicosampler@users.noreply.github.com>
* Add config for EWC and Volta * Join tests in same file * change price oracle in volta * add travis config for volta and ewc * Update travis to build xDai only in master or version release * Add PR environment by network * simplify some constants assignments * Add PUBLIC_URL overwrite for PRs * Change PULL_REQUEST condition test * Use absolute path for PUBLIC_URL * Fix missing https:// * Adapt EWC/Volta config to use new gasPriceOracle format * disable openZeppeling in volta and EWC * Deploy EWC to staging * Fix Portis, Fortmatic and Blocknative key refactor * Set EWC deployment to release/2.14.0 Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>
* Remove unnecesary await * Implement gas calculation for NON-GETH nodes * Add tests * Refactor estimateSafeTxGas: now getGasEstimationTxResponse calculates gas or throws errors based on the current node * Refactor getOpenEthereumErrorDataResult to make it works with Nethermind Updates tests 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
Report generated by eslint-plus-action |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
* Disable wallets for Volta and EWC networks
* Replaces old EtherscanBtn with ExplorerButton from safe components * Remove default exports Fix typo un etherscanLink name import * Replaces EtherscanBtn with ExplorerButton * Remove etherscanButton component
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
A regression was run in the rinkeby network of this pr Most wallets won't work on non-ethereum networks and those will be disabled |
* Disable not working wallets for xDai
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
francovenica
left a comment
There was a problem hiding this comment.
The last thing to be done was to disable the wallets for the different networks, that was done and it looks good. The rest is in my previous comment
Regression went fine, just known or minor issues that don't have to do with this deployment
Looks good to me for deployment
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
New features
Fixes
safeTxGasestimation fails with non-Geth nodes #1515 )