poa-bridge/examples
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
..
parity_POA private PoA 2017-10-31 19:54:31 +03:00
parity_kov/keys/kovan Oracles like network spec update 2017-10-05 15:17:59 +03:00
parity_ora/keys/OraclesPoA Ropsten to Sokol configs 2017-11-08 20:07:14 +03:00
parity_rop/keys/test Ropsten tests 2017-10-31 12:16:36 +03:00
config.toml examples/config.toml: add estimated_gas_cost_of_withdraw 2018-01-09 13:10:02 +01:00
config_bridge.toml Configs update 2017-10-18 17:30:56 +03:00
config_bridge_Kovan_Oracles.toml Oracles -> Kovan 2017-10-26 15:23:25 +03:00
config_bridge_Oracles_Kovan.toml Oracles -> Kovan 2017-10-26 15:23:25 +03:00
config_bridge_Oracles_PoA.toml private PoA 2017-10-31 19:54:31 +03:00
config_bridge_Oracles_Ropsten.toml Ropsten tests 2017-10-31 12:16:36 +03:00
config_bridge_PoA_Kovan.toml Oracles -> Kovan 2017-10-26 15:23:25 +03:00
config_bridge_Ropsten_Oracles.toml Ropsten to Sokol configs 2017-11-08 20:07:14 +03:00
db_Kovan_Oracles.toml Oracles -> Kovan 2017-10-26 15:23:25 +03:00
db_Oracles_Kovan.toml loading tests 2017-10-30 16:09:13 +03:00
db_Oracles_PoA.toml private PoA 2017-10-31 19:54:31 +03:00
db_Oracles_Ropsten.toml Upd 2017-11-08 16:03:20 +03:00
db_PoA_Kovan.toml update 2017-10-25 19:19:55 +03:00
db_Ropsten_Oracles.toml update Ropsten Sokol db file 2017-11-14 13:31:47 +03:00
oracles_reserved_peers Upd 2017-11-08 16:03:20 +03:00
parity_config.toml deployment 2017-08-04 17:57:09 +02:00
parity_config_POA_private.toml private PoA 2017-10-31 19:54:31 +03:00
parity_config_POA_private_ui.toml private PoA 2017-10-31 19:54:31 +03:00
parity_config_kovan.toml Oracles -> Kovan 2017-10-26 15:23:25 +03:00
parity_config_oracles.toml Ropsten to Sokol configs 2017-11-08 20:07:14 +03:00
parity_config_oracles_ui.toml Ropsten to Sokol configs 2017-11-08 20:07:14 +03:00
parity_config_ropsten.toml Ropsten tests 2017-10-31 12:16:36 +03:00
parity_password deploy finally works 2017-08-04 00:48:12 +02:00
parity_password_POA_private . 2017-10-26 12:49:25 +03:00
parity_password_kovan bridge config is updated 2017-10-05 07:03:33 +03:00
parity_spec.json deploy finally works 2017-08-04 00:48:12 +02:00
parity_spec_POA_private.json private PoA 2017-10-31 19:54:31 +03:00
parity_spec_oracles.json last update 2017-10-25 19:18:44 +03:00
parity_start.sh deploy finally works 2017-08-04 00:48:12 +02:00
parity_start_POA_private.sh private PoA 2017-10-31 19:54:31 +03:00
parity_start_POA_private_ui.sh private PoA 2017-10-31 19:54:31 +03:00
parity_start_kovan.sh configs update, js tests update 2017-10-24 14:05:56 +03:00
parity_start_oracles.sh . 2017-10-24 16:51:36 +03:00
parity_start_ropsten.sh Ropsten tests 2017-10-31 12:16:36 +03:00
supervisor Problem: intentional bridge shutdowns 2018-03-15 21:14:37 +07:00