This repository has been archived by the owner on Oct 28, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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>
- Loading branch information