Created
July 11, 2017 18:12
-
-
Save tayvano/b66fd9c327a9498573249c071f041d46 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## MEW | |
1. Why no show? :( file:///Users/tay/Dropbox/local-dev/etherwallet/dist/embedded.html | |
2. Why no show? :( file:///Users/tay/Dropbox/local-dev/etherwallet/dist/pushtx.html | |
3. Should alerts be ontop of the onload overlay? | |
4. I broken it. Now it shows nothing :( file:///Users/tay/Dropbox/local-dev/etherwallet/dist/index.html | |
5. file:///Users/tay/Dropbox/local-dev/etherwallet/dist/index.html#create-wallet - showing view wallet tab too early -- probably some name didn't get updated | |
6. Not sure if I like the generate in the modal... | |
7. file:///Users/tay/Dropbox/local-dev/etherwallet/dist/index.html#send Query String Things | |
- https://www.myetherwallet.com/?........... | |
- to=0x7cB57B5A97eAbe94205C07890BE4c1aD31E486A8 -- sets to address field | |
- from=0x7cB57B5A97eAbe94205C07890BE4c1aD31E486A8 -- sets from address field and opens it (we will encourage ppl to bookmark this specifically) | |
- value=1 -- sets amount field | |
- tokenSymbol=REP -- sets cointype | |
- gaslimit=50000 -- sets gas limit | |
- gasprice=50 -- sets gas price in GWEI | |
8. Send Tab -- on load, not seeing "ETH" or "ETC" in the dropdown | |
9. Send Tab -- If no internet when you enter the FROM ADDRESS, show like "OFFLINE" instead of "NOTHING"? - may need to think this thru more | |
10. Sign TX page - super simple. Paste an unsigned Transaction and enter your private key and then itll sign it | |
11. Uncloak on load modal so text shows up sooner? | |
12. Swap tab -- leave currenet flow (don't force offline) | |
13. COnsole - etherwallet-master.js:40935 Translation for Send Transaction doesn't exist | |
14, etherwallet-master.js:40935 TypeError: Cannot read property 'querySelector' of null | |
15. Console - Translation for Be VERY careful entering your private key on ANY site. doesn't exist etherwallet-master.js:40935 | |
## Chrome Extension | |
1. Ugh, my wallets page is fucked | |
2. Gen new wallet, make sure it tells you to back that shit up hardcore | |
3. Test adding keystore with correct pw | |
4. Test adding keystore with incorrect key | |
5. Test PK + PK (see above) | |
- Unlock PK afdfd9c3d2095ef696594f6cedcae59e72dcd697e2a7521b1578140422a4f890 | |
- Unlock bad PK afdfd9c3d2095ef696594f6cedcae59e72dcd697e2a7521b1578140422a4f89o | |
6. Unlock mnemonic | |
- card enrich gesture connect kick topple fan body blind engine lemon swarm venue praise addict agent unaware equal bean sing govern income link leg | |
- brain surround have swap horror body response double fire dumb bring hazard | |
- Check that all paths match current site | |
7. Test add account to watch | |
8. Find & fix all translation Errors (Tay) | |
9. Send - what are we doing for this? | |
10. Check divs / sections / stuff. Things are showing up where they shouldn't | |
## Testing MEW | |
- Send ETH | |
- Send Token | |
- Send online | |
- Send offline from beginning | |
- Try to sign with different key than the address you entered -- need to show new text? "You unlocked a different account than the address you originally entered. Do you want to sign with this new address?" | |
- Check gas price -- try to fuck it up | |
- Broadcast a signed TX | |
- View a TX | |
- Check query string for View TX page: https://www.myetherwallet.com/?txHash=0x04f6ab30d52a6fa2551b41aafedc531aa8ead1ed145a6f748328df1855a40e63#check-tx-status | |
- Test BTC -> ETH swap | |
- Test BTC -> ETH swap | |
- Try to swap more than you have in your account - should show error | |
- ENS - Start an auction, reveal, finalize | |
- Contracts - deploy contract | |
- online | |
- offline | |
- Contracts - interact with contract | |
- online | |
- offline | |
- Create wallet - test flow | |
- View Wallet | |
- Unlock PK afdfd9c3d2095ef696594f6cedcae59e72dcd697e2a7521b1578140422a4f890 | |
- Unlock bad PK afdfd9c3d2095ef696594f6cedcae59e72dcd697e2a7521b1578140422a4f89o | |
- Unlock Ledger | |
- Unlock TREZOR | |
- Unlock Keystore w/ correct PW | |
- Unlock Keystore w/ incorrect PW - show error | |
- Unlock mnemonic | |
- card enrich gesture connect kick topple fan body blind engine lemon swarm venue praise addict agent unaware equal bean sing govern income link leg | |
- brain surround have swap horror body response double fire dumb bring hazard | |
- Check that all paths match current site | |
- Check gas price in header vs inline | |
- Nodes - make sure modal appears on custoom, you can change nodes, colors change, etc. | |
- Check that add custom token works | |
- Check that Bity Swap button and Coinbase buttons work | |
- Check buttons shown after you send a transaction | |
## Long term / notes | |
(Tay) fix ugly bottom of swap | |
(Tay) update https://myetherwallet.groovehq.com/knowledge_base/topics/how-can-i-check-on-the-status-of-my-transaction-can-i-cancel-override-overwrite-replace-or-do-anything-once-a-transaction-has-been-sent with new language | |
(Tay) transition wallet -> account | |
(Tay) New modal that checks signed TX | |
(Tay) Size of notifcs too big - overlap weirdly | |
(Tay) Add copy encouraging people to push via etherscan.io/pushtx | |
(non-dev) update all knowledge base articles to use new tab names, links, language | |
(non-dev) update send stuff for new flow | |
(non-dev) Tweet w/ screenshot | |
(non-dev) Reddit with pre-announce -- at least 24 hours before launch | |
(non-dev) Reddit - at time of launch announcment | |
(cody?) color stuff from bounty - should we just do in this branch? | |
(glenn?) QR codes? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment