Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Releases: MyEtherWallet/etherwallet

v3.5.4

10 Mar 01:12
Compare
Choose a tag to compare
v3.5.4 Pre-release
Pre-release

This release is only recommended if you are having issues with another release. It has the beginnings of the ENS as part of it which should not affect usability and should be ignored (because ENS isn't live yet) >.>

v3.5.3

10 Mar 01:13
Compare
Choose a tag to compare
 Release: v3.5.3

v3.5.0

16 Feb 13:01
Compare
Choose a tag to compare
  • Bity.com integration directly on MyEtherWallet so you can swap ETH for BTC / REP instantly...without leaving MEW
  • Affiliate links for Ledger & TREZOR - now you can support us in more ways. 😄
  • Added ability to access wallet via Parity backup phrase.
  • Added contract dropdown so you can select an existing contract from the list (have your contract, or a contract you use, added here: #317)
  • Removed download private key buttons when connecting via TREZOR and LEDGER from View Wallet Info page to reduce confusion (they were empty)
  • Major cleanup and modularization in preparation for MEW v4
  • Cleaner, global notifications

v3.4.7: TREZOR Support, Mnemonic updates

03 Feb 06:55
Compare
Choose a tag to compare

Life has been killing us lately, so we have to give most of the credit to various kickass contributors for doing the real work this time around. In addition to the long-waited support for TREZOR, you can also now choose any mnemonic with any number of words:

This update includes:

Adding TREZOR support: #330

Added support for 18 word mnemonics: #328

Added custom derivation paths for HD wallets (mnemonic phrase): #326

I would like to specifically shout out to...

  • runn1ng & prusnak & everyone at TREZOR for making this happen.
  • btchip from Ledger and kumavis from Metamask for giving input in the battle of the paths. 😉
  • jase1981 for adding the custom derivation paths (and making his first github PR ever!) which is freaking epic.
  • cmditch who also took the initiative and added support for decrypting any length of key.

Basically...if you have a Ledger, Trezor, or any format of mnemonic, you can now unlock it on MEW, due to the efforts of the above folks.

I cannot emphasize how thankful we are to all our contributors, including (but not limited) to folks like ugilio and jzu who still find the time to update the MEW translations.

Enjoy!

v3.4.6

23 Jan 10:30
Compare
Choose a tag to compare

v3.4.5

16 Jan 23:42
Compare
Choose a tag to compare
  • Small tweaks for local / ssl stuff
  • Add imToken to translation files
  • Added new ABIs
  • Manually add a bit to estimate gas for contracts to make up for code failures

v3.4.4

10 Jan 09:54
Compare
Choose a tag to compare

Updates to the contract page

  • Add some demo ABIs prefilled in
    • DGD: 0xE0B7927c4aF23765Cb51314A0E0521A9645F0E2A
    • DAO (good for seeing ALL THE FUNCTIONS): 0xbb9bc244d798123fde783fcc1c72d3bb8c189413
    • AUGUR / Rep: 0x48c80F1f4D53D5951e5D5438B54Cba84f29F32a5
    • Replay Safe Split: 0xAA1A6e3e6EF20068f7F8d8C835d2D22fd5116444
    • Milestone Tracker: 0x3c01ddc7af41e6888cbd8d0398fe34a81c3c7f36
    • Your favorite contract: comment here: #317
  • Change so you can decrypt an encrytped key with an uber short password
  • Functions without inputs don't need you to press read anymore

v3.4.3

09 Jan 21:19
Compare
Choose a tag to compare

Interacting with contracts

https://www.myetherwallet.com/#contracts

Preface: we made the decision to push this live sooner rather than later in order to get the community's feedback sooner rather than later. We will be making incremental improvements based on feedback.

Interacting with Contracts

MyEtherWallet now gives you the ability to interact with any contract on the Ethereum, Ropsten, or Ethereum Classic chain provided the contract address + contract ABI.

  1. Go to https://www.myetherwallet.com/#contracts
  2. Enter the address + ABI
  3. Select the function. Some of these are read functions, some are write functions.
  4. Enter additional information.
  5. If it's a read function, a read button will appear. Enter any data (if it needs it) and click the read button. The fields below will be populated.
  6. If it's a write function, a write button will appear. Enter any data (if it needs it) and click the write button. A popup will appear that asks for your key. From there you can see the amount to send (I think you always leave this at 0?) and the gas limit (which is estimated automatically for you.) You can then generate + send the transaction.

If you are interacting with contracts, we recommend using our Beta node (use the node switcher in the upper right corner to select ETH-beta) as it's way faster.

v3.4.2

06 Jan 21:36
Compare
Choose a tag to compare
  • Update parameters to use for geth / parity locally
  • Added DGX Token v1.0 as standard eth token
  • Added "Do not Send" note to HKG (see: ether-camp/virtual-accelerator#8)

v3.4.1

03 Jan 17:39
Compare
Choose a tag to compare
  • Fix geth parameters to use for custom node
  • Add ChainID to offline TX tab
  • Updates to readme