issues
search
Conflux-Chain
/
conflux-rust
The official Rust implementation of Conflux protocol. https://doc.confluxnetwork.org
https://doc.confluxnetwork.org
GNU General Public License v3.0
657
stars
196
forks
source link
Migrate error-chain to thiserror + anyhow
#2921
Open
Pana
opened
1 month ago
Pana
commented
1 month ago
Because error-chain is deprecated
iosh
commented
2 days ago
crates/cfxcore/core/benchmark/storage
crates/cfxcore/core/src/light_protocol
https://github.com/Conflux-Chain/conflux-rust/pull/2945
crates/dbs
crates/network
error_chain::bail!
to
return Err
Because error-chain is deprecated