-
Notifications
You must be signed in to change notification settings - Fork 1.7k
UI + PoA: Sending tx fails #4378
Comments
The UI needs a wider set of RPC apis enabled than the one in tutorial, I will add a note. Try running without |
UI is using Secure Signer interface which has all APIs exposed, maybe it's just not using the correct one? (iirc UI is using |
@keorn I am already using |
Yep, just had a similar issue when writing the tutorial which afair was caused by this, will have a look what might be the issue this time. |
@keorn great tuto btw. |
@tomusdrw When I run with
Dont see any tx posting after clicking "SEND". Can be replicated by running |
The following issue occurs in builds from the latest master.
The issue occurs when using PoA in a similar way than described at https://github.com/ethcore/parity/wiki/Demo-PoA-tutorial
Once the PoA chains runs, sending tx through RPC works fine. When doing so, the parity UI shows the signer dialog and prompt the user to enter his account password, then the tx goes to the blockchain => all good.
Making a tx (simple ETH transfer) from the UI however fails. It remains stuck with the following dialog forever:
The text was updated successfully, but these errors were encountered: