Skip to content
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

One account should be used for home and foreign networks #78

Open
akolotov opened this issue May 11, 2018 · 0 comments
Open

One account should be used for home and foreign networks #78

akolotov opened this issue May 11, 2018 · 0 comments

Comments

@akolotov
Copy link
Contributor

As per discussion with the team which is doing security audit of the bridge we decided to have one account to sign transactions in home and foreign network (https://github.com/secureware/reports/blob/master/POA_Network-POA_Bridge_Security_Assessment.pdf).

So, consider to change handling of the bridge configuration file as per the following structure:

keystore = "/path/to/keystore"
account = "0x006e27b6a72e1f34c626762f3c4761547aff1421"
password = "password.txt"

[home]
rpc_host = "http://localhost"
rpc_port = 8545
required_confirmations = 0

[foreign]
rpc_host = "http://localhost"
rpc_port = 9545
required_confirmations = 0
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant