This repository has been archived by the owner on Nov 21, 2019. It is now read-only.
Releases: MyEtherWallet/etherwallet
Releases · MyEtherWallet/etherwallet
v3.4.0
Full Writeup: https://www.reddit.com/r/ethereum/comments/5lqx90/announcing_myetherwallet_v34_the_node_switcher/
- Removes DAO & DGD
- Tons of Cleanup
- Adds Node switcher functionality.
v3.3.7
v3.3.6
v3.3.4
v3.3.3
v3.3.2
- fixes the need to click generate twice when interacting with Ledger Nano S
- fixes safari non-es2015 issues
- screw you safari for being so far behind #safariisthenewie
- screw you browserify for making it the default behavior to only transform half my app into es2015
v3.3.1
v3.3.0
v3.2.6 - Pre HF Update
Better URIs
- Supports URI Strings on Send Transaction Page. Read More.
- to=[address]
- value=[number]
- sendMode=[0 | 1 | 2 | 4] *(0 is ETH (Standard Transaction) | 1 is Only ETH | 2 is only ETC | 4 is token)
- tokenSymbol=[ARC | ICN | MKR | ....]
- gasLimit=[number] OR gas=[number]
- data=[hex data]
- Example 1: https://www.myetherwallet.com/?to=0x7cB57B5A97eAbe94205C07890BE4c1aD31E486A8&value=1&tokenSymbol=REP&gaslimit=50000#send-transaction
- Example 2: https://www.myetherwallet.com/?to=0x7cB57B5A97eAbe94205C07890BE4c1aD31E486A8&value=1&gaslimit=23000&data=0x5468616e6b20796f752c204d455720322e30#send-transaction
Prep for HF
- Get ready to switch to EIP 155 signing at time of Hard Fork
Fix CX bugs
- No longer reorders and gets funky and other misc stuff