69 releases (19 breaking)

0.115.0-rc2 Mar 20, 2024
0.114.0 Feb 29, 2024
0.113.0-rc2 Dec 19, 2023
0.112.1 Nov 21, 2023
0.38.0 Nov 21, 2020

#20 in #alert

Download history 10/week @ 2023-12-11 17/week @ 2023-12-18 24/week @ 2023-12-25 24/week @ 2024-01-01 47/week @ 2024-01-08 21/week @ 2024-01-22 61/week @ 2024-01-29 324/week @ 2024-02-19 690/week @ 2024-02-26 83/week @ 2024-03-04 42/week @ 2024-03-11 301/week @ 2024-03-18

1,122 downloads per month
Used in 5 crates (2 directly)

MIT license

1MB
20K SLoC

ckb-network-alert

This crate is a component of ckb.

The alert protocol implementation

Minimum Supported Rust Version policy (MSRV)

This crate's minimum supported rustc version is 1.75.0


lib.rs:

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.

Dependencies

~29–71MB
~1M SLoC