You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 16, 2019. It is now read-only.
[] Update rand dependency in root bin. Currently using lower version because of secp256k1 crate interoperability
[] Make sure all crypto is well implemented and in as few dependencies as possible
[] Find a way to get rid of ring (the lib) or to go full ring
[] Make sure the right unicode NFKD is being used for generating seeds from bip39. Pretty sure the current implementation fails for things that actually change under NFKD.
[] Switch to using BufReader for TcpStreams
[] Incrementally connect to peers to download the chain - if we ask headers from multiple peers we'll receive a lot of duplicate data