We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 ...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: