-
Notifications
You must be signed in to change notification settings - Fork 5k
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
BatchRequest is not working properly with metamask #6796
Comments
@danfinlay |
We recently added some new methods of detecting method signatures, and it seems your method signature I'm not sure where that Another issue I notice is that your recipient address is short, and does not resemble an Ethereum address, which is very strange and we'll have to also check for causes of. Looks like maybe the ellipses is getting cut off on your screen for some reason. |
@rstormsf thanks for the pen, that's a huge help! I see the method name for both transactions when tabbing through the txs, do you see the same on your end? I want to confirm that this behaves the same for both of us. Similar to @danfinlay, I find the rendering of the recipient address strange, as it seems to render fine on my end. 😬 I can reproduce the incorrect method names, as you outlined, when I confirm the first tx: Thanks again for the pen eh, that's extremely helpful. |
@danfinlay web3.fromAscii('Hi there')
"0x4869207468657265" just to say hi to you ;-) @danfinlay my address has a name @whymarrh My 5 yrs experience as professional QA engineer pays off ;-) Can't file bugs without real proof |
feel free to check this usage on real Dapp: https://multisender.app on testnets(esp Kovan), you will see that for some reason 1st tx always thinks it's |
Closing this as fixed. Tested both links of reproduction, codepan and multisender, and transactions on both sites successfully went through in the correct order and parameters. If this is not the case, please comment and I'll reopen. |
https://codepen.io/rstormsf/pen/bPKxBv?editors=1010
Steps:
Notice how the UI responds to the second transaction.
![metamaskBug2](https://user-images.githubusercontent.com/9360827/60629312-0f683700-9daa-11e9-8a64-db7286d229fb.gif)
Demo: https://codepen.io/rstormsf/pen/bPKxBv?editors=1010
Issues:
The UI doesn't display passed in values: gas, gasLimit, etc even though it actually knows them since the tx goes thru if I submit them
The text was updated successfully, but these errors were encountered: