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

Rebase Crypto Wallets to MetaMask upstream #7408

Closed
bbondy opened this issue Dec 16, 2019 · 1 comment
Closed

Rebase Crypto Wallets to MetaMask upstream #7408

bbondy opened this issue Dec 16, 2019 · 1 comment

Comments

@bbondy
Copy link
Member

bbondy commented Dec 16, 2019

Overall this would take us from 7.0.1 Thu Aug 08 2019 => 7.7.0 Thu Nov 28 2019

Release notes that this would auto include:

7.7.0 Thu Nov 28 2019

  • #7004: Connect distinct accounts per site
  • #7480: Fixed link on root README.md
  • #7482: Update Wyre ETH purchase url
  • #7484: Ensure transactions are shown in the order they are received
  • #7491: Update gas when token is changed on the send screen
  • #7501: Fix accessibility of first-time-flow terms checkboxes
  • #7502: Fix chainId for non standard networks
  • #7579: Fix timing of DAI migration notifications after dismissal
  • #7519: Fixing hardware connect error display
  • #7558: Use localized messages for NotificationModal buttons
  • #7488: Fix text overlap when expanding transaction

7.6.1 Tue Nov 19 2019

  • #7475: Add 'Remind Me Later' to the Maker notification
  • #7436: Add additional rpcUrl verification
  • #7468: Show transaction fee units on approve screen

7.6.0 Mon Nov 18 2019

  • #7450: Add migration notification for users with non-zero Sai
  • #7461: Import styles for showing multiple notifications
  • #7451: Add button disabled when password is empty

7.5.3 Fri Nov 15 2019

7.5.2 Thu Nov 14 2019

  • #7414: Ensure SignatureRequestOriginal 'beforeunload' handler is bound

7.5.1 Tuesday Nov 13 2019

  • #7402: Fix regression for signed types data screens
  • #7390: Update json-rpc-engine
  • #7401: Reject connection request on window close

7.5.0 Mon Nov 04 2019

  • #7328: ignore known transactions on first broadcast and continue with normal flow
  • #7327: eth_getTransactionByHash will now check metamask's local history for pending transactions
  • #7333: Cleanup beforeunload handler after transaction is resolved
  • #7038: Add support for ZeroNet
  • #7334: Add web3 deprecation warning
  • #6924: Add Estimated time to pending tx
  • #7177: ENS Reverse Resolution support
  • #6891: New signature request v3 UI
  • #7348: fix width in first time flow button
  • #7271: Redesign approve screen
  • #7354: fix account menu width
  • #7379: Set default advanced tab gas limit
  • #7380: Fix advanced tab gas chart
  • #7374: Hide accounts dropdown scrollbars on Firefox
  • #7357: Update to gaba@1.8.0
  • #7335: Add onbeforeunload and have it call onCancel

7.4.0 Tue Oct 29 2019

  • #7186: Use AdvancedGasInputs in AdvancedTabContent
  • #7304: Move signTypedData signing out to keyrings
  • #7306: correct the zh-TW translation
  • #7309: Freeze Promise global on boot
  • #7296: Add "Retry" option for failed transactions
  • #7319: Fix transaction list item status spacing issue
  • #7218: Add hostname and extensionId to site metadata
  • #7324: Fix contact deletion
  • #7326: Fix edit contact details
  • #7325: Update eth-json-rpc-filters to fix memory leak
  • #7334: Add web3 deprecation warning

7.3.1 Mon Oct 21 2019

  • #7298: Turn off full screen vs popup a/b test

7.3.0 Fri Sep 27 2019

  • #6972: 3box integration
  • #7168: Add fixes for German translations
  • #7170: Remove the disk store
  • #7176: Performance: Delivery optimized images
  • #7189: add goerli to incoming tx
  • #7190: Remove unused locale messages
  • #7173: Fix RPC error messages
  • #7205: address book entries by chainId
  • #7207: obs-store/local-store should upgrade webextension error to real error
  • #7162: Add a/b test for full screen transaction confirmations
  • #7089: Add advanced setting to enable editing nonce on confirmation screens
  • #7239: Update ETH logo, update deposit Ether logo height and width
  • #7255: Use translated string for state log
  • #7266: fix issue of xyz ens not resolving
  • #7253: Prevent Logout Timer that's longer than a week.
  • #7285: Lessen the length of ENS validation to 3
  • #7287: Fix phishing detect script

7.2.3 Fri Oct 04 2019

  • #7252: Fix gas limit when sending tx without data to a contract
  • #7260: Do not transate on seed phrases
  • #7252: Ensure correct tx category when sending to contracts without tx data

7.2.2 Tue Sep 24 2019

  • #7213: Update minimum Firefox verison to 56.0

7.2.1 Tue Sep 17 2019

  • #7180: Add appName message to each locale

7.2.0 Mon Sep 8, 2019

  • #7099: Update localization from Transifex Brave
  • #7137: Fix validation of empty block explorer url's in custom network form
  • #7128: Support for eth_signTypedData_v4
  • #7110: Adds chaindIdChanged event to the ethereum provider
  • #7091: Improve browser performance issues caused by missing locale errors
  • #7085: Prevent ineffectual speed ups of pending transactions that don't have the lowest nonce
  • #7156: Set minimum Firefox version to v56.2 to support Waterfox
  • #7157: Add polyfill for AbortController
  • #7161: Replace undefined selectedAddress with null
  • #7171: Fix recipient field of approve screen

7.1.1 Tue Aug 27 2019

  • #7059: Remove blockscale, replace with ethgasstation
  • #7037: Remove Babel 6 from internal dependencies
  • #7093: Allow dismissing privacy mode notification from popup
  • #7087: Add breadcrumb spacing on Contacts page
  • #7081: Fix confirm token transaction amount display
  • #7088: Fix BigNumber conversion error
  • #7072: Right-to-left CSS (using module for conversion)
  • #6878: Persian translation
  • #7012: Added missed phrases to RU locale

7.1.0 Fri Aug 16 2019

cc @srirambv

@bbondy bbondy added release-notes/include feature/web3/wallet Integrating Ethereum+ wallet support labels Dec 16, 2019
@bbondy bbondy added this to the Ethereum Remote Client 0.1.31 milestone Dec 16, 2019
@bbondy
Copy link
Member Author

bbondy commented Dec 16, 2019

Affected commit range:
brave/ethereum-remote-client@aceb6f0...4100c1c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment