poa-bridge/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
..
src Problem: no functionality exists to dynamically fetch gas-prices 2018-05-23 20:42:13 -04:00
tests Problem: no functionality exists to dynamically fetch gas-prices 2018-05-23 20:42:13 -04:00
Cargo.toml Problem: no functionality exists to dynamically fetch gas-prices 2018-05-23 20:42:13 -04:00