poa-bridge/bridge/src
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
..
bridge Problem: no functionality exists to dynamically fetch gas-prices 2018-05-23 20:42:13 -04:00
api.rs Problem: eth_getLogs returning no logs in some cases 2018-05-04 13:58:19 -07:00
app.rs Problem: bridge sends out transactions slowly 2018-05-03 14:14:42 -07:00
config.rs Problem: no functionality exists to dynamically fetch gas-prices 2018-05-23 20:42:13 -04:00
contracts.rs Problem: integration tests won't compile or pass 2018-03-05 15:23:36 +07:00
database.rs Problem: bridge tests don't compile 2018-05-04 10:55:30 -07:00
error.rs Problem: no functionality exists to dynamically fetch gas-prices 2018-05-23 20:42:13 -04:00
lib.rs Problem: no functionality exists to dynamically fetch gas-prices 2018-05-23 20:42:13 -04:00
macros.rs repo overhaul, separated binary from library, closes #10, added tests crate 2017-08-25 00:36:13 +02:00
message_to_mainnet.rs fixes #23 2018-02-25 00:21:23 +03:00
signature.rs remove panics. improve error handling for signature. 2018-02-15 12:49:12 +01:00
transaction.rs Problem: unlocking account every time to sign a tx 2018-04-26 17:53:38 -07:00
util.rs remove redundant conversions between types 2018-02-07 14:58:50 +01:00