From a25e7acc4adc596ea7342141f05b266b60a5d321 Mon Sep 17 00:00:00 2001 From: Conflux Bot <59952071+ConfluxBot@users.noreply.github.com> Date: Fri, 13 Mar 2020 16:35:54 +0800 Subject: [PATCH] Version v0.0.9 RC (#58) * Version v0.0.8 (#49) Co-authored-by: yqrashawn * Fix: changelog.md (#50) * Fix e2e tests (#56) * Add: arrow-parens eslint rule * Attempt ENS resolution on any valid domain name (#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 #7978 * Remove unused sinon sandboxes (#8063) These sandboxes were created, then not utilized at all. * Enable core ESLint no-mixed-operators rule * Update redux-related dependencies (#8068) * Add optional chaining (#8052) * Add plugin-proposal-optional-chaining * Use optional chaining to provide error fallback * Remove redux-test-utils dependency (#8070) * Remove usages of redux-test-utils * Remove redux-test-utils dependency * Use react-redux@7.2.0 (#8069) * Implementation encrypt/decrypt feature (#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 Co-authored-by: Whymarrh Whitby Co-authored-by: ricky Co-authored-by: Konstantin * 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 * Version v0.0.9 Co-authored-by: yqrashawn Co-authored-by: Mark Stacey Co-authored-by: Whymarrh Whitby Co-authored-by: ricky Co-authored-by: Konstantin Co-authored-by: Conflux Bot --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51a066e54606..a23026340f38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ - Fix: changelog.md (#50) - Fix e2e tests (#56) - Add rlp to support new version of testnet (#57) +## 0.0.9 Thu Mar 12 2020 ## 0.0.8 Tue Feb 20 2020 - update/cleanup packages (#46)