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

Version v0.0.9 RC #58

Merged
merged 6 commits into from
Mar 13, 2020
Merged

Version v0.0.9 RC #58

merged 6 commits into from
Mar 13, 2020

Commits on Feb 20, 2020

  1. Version v0.0.8 (#49)

    Co-authored-by: yqrashawn <namy.19@gmail.com>
    ConfluxBot and yqrashawn authored Feb 20, 2020
    Configuration menu
    Copy the full SHA
    4f6056f View commit details
    Browse the repository at this point in the history
  2. Fix: changelog.md (#50)

    yqrashawn authored Feb 20, 2020
    Configuration menu
    Copy the full SHA
    807827f View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Fix e2e tests (#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>
    5 people authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    05dbadc View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. Add rlp to support new version of testnet (#57)

    * Add: new version of local lite
    
    * Add: missing svg file
    
    * Add: use new version of testnet
    
    * Fix: e2e test
    yqrashawn authored Mar 12, 2020
    Configuration menu
    Copy the full SHA
    207c47c View commit details
    Browse the repository at this point in the history
  2. Version v0.0.9

    ConfluxBot committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    13b3235 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4daf34a View commit details
    Browse the repository at this point in the history