poa-bridge/bridge/src
Yurii Rashkovskii 38e1cac265
Problem: intentional bridge shutdowns
It is impossible to tell whether the bridge
is being shut down intentionally or because of
an error. This is particularly important
for supervising the process, both in development
and production.

Solution: handle SIGINT and SIGTERM as a special case
and designate a separate status code (3) for intentional
shutdowns.

Also, include an example supervisor for development
mode (examples/suprevisor). Simply prepend it before
the invocation of bridge to supervise it.
2018-03-15 21:14:37 +07:00
..
bridge Problem: intentional bridge shutdowns 2018-03-15 21:14:37 +07:00
api.rs updated web3 to latest version and resolved build issues 2018-02-07 14:50:49 +01:00
app.rs Problem: intentional bridge shutdowns 2018-03-15 21:14:37 +07:00
config.rs updated web3 to latest version and resolved build issues 2018-02-07 14:50:49 +01:00
contracts.rs Problem: integration tests won't compile or pass 2018-03-05 15:23:36 +07:00
database.rs updated web3 to latest version and resolved build issues 2018-02-07 14:50:49 +01:00
error.rs Problem: intentional bridge shutdowns 2018-03-15 21:14:37 +07:00
lib.rs Problem: bridge dies when Parity is stopped 2018-02-28 05:35:18 +07: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
util.rs remove redundant conversions between types 2018-02-07 14:58:50 +01:00