-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore[arbitrary]: make arbitrary
and proptest
an optional
dependency
#316
base: master
Are you sure you want to change the base?
Conversation
I have two ideas:
|
arbitrary
and proptest
an optional
dependency
Thanks, it's great to have a choice! I'll take a look. Meanwhile this one can be merged I guess. |
I started to look into the tests of
|
There are a few ways that peers can request blocks. E.g. by peer.send(PeerMessage::Block(Box::new(b.try_into().unwrap())))
.await?; Every time a block is shared with a peer, it could be recorded in a field of type |
Resolve #188
It's WIP yet - though I'd be happy if you advice on the linting issues I had to add to commit.Also I'm looking into property testing and wonder if there's another task to get hands on if you'd suggest one.