Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync Version v0.0.9 RC (#58) from master #60

Merged
merged 1 commit into from
Mar 19, 2020

Commits on Mar 13, 2020

  1. Version v0.0.9 RC (MetaMask#58)

    * Version v0.0.8 (MetaMask#49)
    
    Co-authored-by: yqrashawn <namy.19@gmail.com>
    
    * Fix: changelog.md (MetaMask#50)
    
    * Fix e2e tests (MetaMask#56)
    
    * Add: arrow-parens eslint rule
    
    * Attempt ENS resolution on any valid domain name (MetaMask#8059)
    
    ENS currently supports a variety of tlds in addition to `.eth`, and
    more will be supported in the future. Rather than hard-code a list of
    supported ENS tlds, all valid domain names will now be interpreted as
    potential ENS addresses in our address input component.
    
    Closes MetaMask#7978
    
    * Remove unused sinon sandboxes (MetaMask#8063)
    
    These sandboxes were created, then not utilized at all.
    
    * Enable core ESLint no-mixed-operators rule
    
    * Update redux-related dependencies (MetaMask#8068)
    
    * Add optional chaining (MetaMask#8052)
    
    * Add plugin-proposal-optional-chaining
    
    * Use optional chaining to provide error fallback
    
    * Remove redux-test-utils dependency (MetaMask#8070)
    
    * Remove usages of redux-test-utils
    * Remove redux-test-utils dependency
    
    * Use react-redux@7.2.0 (MetaMask#8069)
    
    * Implementation encrypt/decrypt feature (MetaMask#7831)
    
    Implement `eth_decrypt` and `eth_getEncryptionPublicKey`. This allows decryption backed by the user's private key. The message decryption uses a confirmation flow similar to the messaging signing flow, where the message to be decrypted is also able to be decrypted inline for the user to read directly before confirming.
    
    * Fix: handle getCode error
    
    * Fix: e2e WIP
    
    * Add: tmp for dev
    
    * Fix: getCode error
    
    * Fix: remove max gas limit
    
    * Add: use new version of conflux-local-network-lite
    
    * Fix: raise gas for create token contract
    
    * Fix: hide edit button when use advanced gas inputs only
    
    * Fix: more e2e fix WIP
    
    * Fix: hide more currency
    
    * Fix: more e2e
    
    * Fix: lint
    
    * Fix: second e2e test
    
    * Fix: responsive ui e2e test
    
    * Fix: rest e2e test
    
    * Fix: lint
    
    * Fix: more delay to get the right gas limit
    
    * Fix: respect max gas limit, set nonce in estimate gas params
    
    * Fix: more gas
    
    * Fix: lint
    
    * Fix: estimate gas, disable infura controller
    
    * Fix: remove debugger
    
    * Fix: modal block clickable element
    
    * Fix: e2e, locate reject button
    
    * Fix: disable ens resolution
    
    * Fix: e2e confirm and reject together
    
    * Fix: tiny deplay before input state check
    
    * Fix: sentry url
    
    * Fix: getCode cb error
    
    * Fix: currency input remove onblur
    
    * Fix: lint, remove currency input onBlur code
    
    * Add: e2e test back to all test pass
    
    Co-authored-by: Mark Stacey <markjstacey@gmail.com>
    Co-authored-by: Whymarrh Whitby <whymarrh.whitby@gmail.com>
    Co-authored-by: ricky <ricky.miller@gmail.com>
    Co-authored-by: Konstantin <e@logvik.com>
    
    * Add rlp to support new version of testnet (MetaMask#57)
    
    * Add: new version of local lite
    
    * Add: missing svg file
    
    * Add: use new version of testnet
    
    * Fix: e2e test
    
    * Version v0.0.9
    
    Co-authored-by: yqrashawn <namy.19@gmail.com>
    Co-authored-by: Mark Stacey <markjstacey@gmail.com>
    Co-authored-by: Whymarrh Whitby <whymarrh.whitby@gmail.com>
    Co-authored-by: ricky <ricky.miller@gmail.com>
    Co-authored-by: Konstantin <e@logvik.com>
    Co-authored-by: Conflux Bot <confluxbot@users.noreply.github.com>
    7 people committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    205932b View commit details
    Browse the repository at this point in the history