-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
In working on #149, I found that the only dependency on bitcoin
, and p2p
for that matter, is for Magic
from Network
. I think we should consider removing bitcoin
entirely. My guess is any application that gets the initial magic wrong will be in early development or have a very critical bug related to their storage of what Network
they are on. The loss of the serde
module is acceptable with the current state of p2p
.
Process to complete this would be something like:
- Remove explicit
rand
dependency #151 - Update
secp256k1
tohashes 0.16.0
Updatehashes
to0.16.0
rust-secp256k1#832 - Update to the
0.1.0
ofp2p
- Remove the
serde
module forp2p
Metadata
Metadata
Assignees
Labels
No labels