ETH-Pantheon / Aion

A system for Scheduling transactions with arbitrary bytecode on the Ethereum Network
https://www.aion.ethpantheon.com
MIT License
26 stars 13 forks source link

Aion App not working #10

Closed MisplacedSockShell closed 4 years ago

MisplacedSockShell commented 4 years ago

Hello, I'm a total newbie both regarding ethereum and javascript, so I hope I'm not going to any time with this topic.

I've been trying to use the Aion web app to schedule transactions on the Ropsten network, but I've not been able to. I installed the MetaMask plugin, and I'm holding some Ethereum on the test network, but when I open the dapp page I get one of the followings in chrome's javascript console:

Refreshing the page multiple times show either of these without any rhyme or reason. Also the ERC-20 and Advanced buttons are unrensponsive in both cases, and (obviously) I am not able to schedule a transaction. This behaviour happens on Chrome Version 80.0.3987.132 (Official Build) (64-bit) with exclusively the metamask extension running.

If this problem can't be fixed is there anothere easy way to schedule a transaction on the Ropsten network?

Thank you.

jfdelgad commented 4 years ago

Hi

The problem seems to be that Metamask is not exposing the accounts by default (that was a breaking change in Metamask). This should be a quick fix, I will be back to you when this is done.

jfdelgad commented 4 years ago

Hello,

I have fixed made the corrections required. The issue was with the access to Metamask ethereum provider. the system is up and running in the Mainnet and Ropsten.

Please let me know if this solved the issue for you completely.

Jaime

MisplacedSockShell commented 4 years ago

Tested a bit and everything is perfect, even when inputting big and nonsensical hex numbers in the data section. That's exactly what I needed! Thank you a lot for the quick fix :)