85 releases (23 breaking)
new 0.119.0 | Oct 26, 2024 |
---|---|
0.118.0 | Sep 18, 2024 |
0.117.0 | Jul 29, 2024 |
0.115.0-rc2 | Mar 20, 2024 |
0.38.0 | Nov 21, 2020 |
#118 in Magic Beans
332 downloads per month
Used in 5 crates
(2 directly)
1MB
19K
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–67MB
~1M SLoC