This website requires JavaScript.
Explore
Help
Sign In
octo
/
Zebra
Watch
1
Star
0
Fork
You've already forked Zebra
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
677d53897f
Zebra
/
zebra-network
/
src
History
Deirdre Connolly
677d53897f
Use Vec<u8> for the equihash solution instead of [u8; 1344] for now
2019-09-26 23:41:25 -04:00
..
protocol
Use Vec<u8> for the equihash solution instead of [u8; 1344] for now
2019-09-26 23:41:25 -04:00
constants.rs
Add a MIN_VERSION constant to zebra_network.
2019-09-22 17:06:07 -04:00
lib.rs
Refactor message serialization as a tokio codec.
2019-09-25 14:59:47 -07:00
meta_addr.rs
Replace `Version` `MetaAddr` with `(Services, SocketAddr)`. (
#12
)
2019-09-19 09:38:02 -07:00
network.rs
Refactor message serialization as a tokio codec.
2019-09-25 14:59:47 -07:00
protocol.rs
Refactor message serialization as a tokio codec.
2019-09-25 14:59:47 -07:00
types.rs
Use rand::thread_rng to impl Default for Nonce.
2019-09-22 17:06:07 -04:00