[][src]Crate ckb_network_alert

Network Alert See https://en.bitcoin.it/wiki/Alert_system to learn the history of Bitcoin alert system. We implement the alert system in CKB for urgent situation, In CKB early stage we may meet the same crisis bugs that Bitcoin meet, in urgent case, CKB core team can send an alert message across CKB P2P network, the client will show the alert message, the other behaviors of CKB node will not change.

Network Alert will be removed soon once the CKB network is considered mature.

Modules

alert_relayer

AlertRelayer We implment a Bitcoin like alert system, n of m alert key holders can decide to send alert to leave a space to reach consensus offline under critical bugs

notifier
verifier