poa-bridge/integration-tests
Yurii Rashkovskii 18802df14c
Problem: insecure RPCs are subject to MITM attacks
Solution: by default, disallow use of non-TLS RPC endpoints

For testing, there's an escape hatch of a command line
argument `--allow-insecure-rpc-endpoints` (purposefully
long) that will reduce the severity of using a non-TLS
RPC endpoint to a warning in a log file.

It was not made to be a configuration file option to reduce
the risk of this option slipping into a production configuration
file by mistake.

Closes #79
2018-06-04 14:33:32 -07:00
..
keys Problem: sending unsigned transactions over API 2018-04-26 17:50:07 -07:00
tests Problem: insecure RPCs are subject to MITM attacks 2018-06-04 14:33:32 -07:00
Cargo.toml Problem: bridge should not deploy its contracts anymore 2018-05-01 09:43:34 -07:00
bridge_config.toml Problem: no functionality exists to dynamically fetch gas-prices 2018-05-23 20:42:13 -04:00
bridge_config_gas_price.toml Merge branch 'raw-transactions' into rpc+raw-transactions 2018-04-26 18:21:07 -07:00
build.rs Problem: can't compile inyegration tests 2018-03-09 08:09:27 +00:00
password.txt add first rough integration test 2018-01-19 14:43:28 +01:00