-
Notifications
You must be signed in to change notification settings - Fork 51
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
Deployment hangs when following the README instructions #17
Comments
I followed the instructions and worked correctly for me. I also used the same address for Some considerations from instructions before running the deploy:
|
@patitonar I believe it's fully synchronised. And I requested the Sokol tokens from the faucet. The command you suggested, My main uncertainties at this point are:
|
@patitonar Are you signing the deployment transaction in a gui, or is it done by the deployment script, using the password file? |
Hi @peterjoel sorry on the delay. The signing is done by the deployment script using the password file and the JSON keystore file for my account provided in the folder |
Thanks @patitonar, that's what I thought should happen. I'm going to start from scratch this afternoon, or maybe try on a different system. Can you confirm the versions of Parity and Rust that you have got this working with? I'm using Parity v1.10.0-beta and Rust 1.23.0. |
@peterjoel I got this working with rustc 1.25 and Parity v1.9.5-stable |
@patitonar I have that part working now. I upgraded my OS, Xcode, npm and node. And one of them was the reason. |
Couple more questions though on the remainder.
In any case (and I'm guessing this is about the deployment block numbers) step 12 fails with:
|
@peterjoel I have updated instructions. Sorry about it |
seems like you haven't provided correct path to your IPC file. |
@rstormsf Thanks, that was the problem. It was at the end of a long day! |
@rstormsf @patitonar @sergeevii123 The changes that you've made to the README since I came to this have helped enormously. It's much easier to follow. And all worked first time, when I started from scratch just now. So thanks for that. |
It may be that I have used some incorrect information, as there is some ambiguity in the instructions. In particular, I have used the same account throughout, for
0xETH_ACCOUNT_VALIDATOR_SOKOL
and theVALIDATORS
andPROXY_OWNER
parameters for running the deployment.Another change I made, was to include this same account as the
from
field in each network configuration:This was because I was getting an error saying that the
from
parameter was missing.With this setup, I have tried followed the instructions up to the bridge contract deployment:
But the process just hangs here:
With Parity UI connected to Kovan, I do get a request for a signature, but this is on the wrong network. I believe this needs to be signed on the Sokol chain instead. However, I cannot get Parity UI to connect to me Sokol chain.
The text was updated successfully, but these errors were encountered: