poa-bridge/integration-tests
Peter van Nostrand aaa5bee49e Problem: no functionality exists to dynamically fetch gas-prices
Currently, gas-prices are set upon bridge startup via the
Users's config TOML file; this value remains constant for the
life of the Bridge.

Solution: create a mechanism that asynchronously queries
gas-prices from an "Oracle" service on a timed interval. This
mechanism should be a stream of gas-prices that can be polled
from the Bridge.
2018-05-23 20:42:13 -04:00
..
keys Problem: sending unsigned transactions over API 2018-04-26 17:50:07 -07:00
tests Problem: bridge should not deploy its contracts anymore 2018-05-01 09:43:34 -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