Fix impl-rlp for uint in primitive-types#117
Conversation
Signed-off-by: koushiro <koushiro.cqx@gmail.com>
|
It looks like @koushiro signed our Contributor License Agreement. 👍 Many thanks, Parity Technologies CLA Bot |
Signed-off-by: koushiro <koushiro.cqx@gmail.com>
|
Nice find, @koushiro! There is also I wonder whether we should fix |
Signed-off-by: koushiro <koushiro.cqx@gmail.com>
It seems that there is no |
ordian
left a comment
There was a problem hiding this comment.
LGTM, but would be nice to have tests to catch that kind of bugs.
CI failure is unrelated (travis on Windows is broken for ages, I'll open a separate PR to migrate back to appveyor).
Maybe we could add some tests from https://github.com/chainx-org/chainx-common/blob/develop/primitive-types/src/tests.rs |
|
Ok, let's merge this PR. A PR with tests is very welcome. |
* master: Fix impl-rlp for uint in primitive-types (#117)
Signed-off-by: koushiro koushiro.cqx@gmail.com
It should be like
parity-common/rlp/src/impls.rs
Lines 259 to 263 in c64e1b5