Releases: MyEtherWallet/etherwallet
v3.5.4
v3.5.3
v3.5.0
- 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
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 andkumavis
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
- Fixes offline transaction modal
- Change which nodes are default
- Add ETC node provided by etherninja / epool.io
- Added awesome local + ledger + mew guide: https://github.com/benjaminion/eth-parity-qnap/wiki/Connecting-to-MyEtherWalle
v3.4.5
v3.4.4
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
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.
- Go to https://www.myetherwallet.com/#contracts
- Enter the address + ABI
- Select the function. Some of these are read functions, some are write functions.
- Enter additional information.
- 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.
- 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
- 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)