poa-bridge/bridge/src/bridge
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
..
balance.rs Problem: bridge sends out transactions slowly 2018-05-03 14:14:42 -07:00
chain_id.rs Problem: bridge sends out transactions slowly 2018-05-03 14:14:42 -07:00
deploy.rs Problem: home_deploy and foreign_deploy fields 2018-05-04 10:08:12 -07:00
deposit_relay.rs Problem: no functionality exists to dynamically fetch gas-prices 2018-05-23 20:42:13 -04:00
gas_price.rs Problem: no functionality exists to dynamically fetch gas-prices 2018-05-23 20:42:13 -04:00
mod.rs Problem: no functionality exists to dynamically fetch gas-prices 2018-05-23 20:42:13 -04:00
nonce.rs Problem: bridge sends out transactions slowly 2018-05-03 14:14:42 -07:00
withdraw_confirm.rs Problem: no functionality exists to dynamically fetch gas-prices 2018-05-23 20:42:13 -04:00
withdraw_relay.rs Problem: no functionality exists to dynamically fetch gas-prices 2018-05-23 20:42:13 -04:00