poa-bridge/bridge
Yurii Rashkovskii 976256780b
Problem: unknown balance warning
Upon startup, bridge produces the following warning:

```
WARN:bridge::bridge::deposit_relay: foreign contract balance is unknown
```

This happens because the RPC response from the node might
not come/get processed immediately.

By itself this warning means that the deposit_relay won't
perform any operations.

Solution: don't commence operations until balances are retrieved

Also, indicate when balances are retrieved:

```
INFO:bridge::bridge: Retrieved home contract balance
INFO:bridge::bridge: Retrieved foreign contract balance
```

This shows us that the balances are successfully retrieved and
bridge can commence its operations.
2018-04-16 07:21:31 -07:00
..
src Problem: unknown balance warning 2018-04-16 07:21:31 -07:00
Cargo.toml bridge/src/signature.rs: 100% test coverage with quickcheck 2018-02-12 19:14:57 +01:00
build.rs bridge/build.rs: make error messages helpful. resolves #98 2018-01-25 09:51:54 +01:00