-
Notifications
You must be signed in to change notification settings - Fork 573
A working subset of #1788 #1875
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly ok, just minor cleanup pls.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still encodeBase58(0)
is missing. Fixing negative can be fixed either in this PR or a separate one.
It's a simple mechanical fix. I prefer to merge complete tests, not stubs. |
391228b
to
2d14867
Compare
varint, protocol.encodeHost(), protocol.CreatePacket() - only checks magic
Hello!
This is a subset of #1788, the tests that are ready (+4 tests, including those for base58 and varint) and corresponding changes in the
protocol
module.