Conversation
|
It looks like @DarkEld3r signed our Contributor License Agreement. 👍 Many thanks, Parity Technologies CLA Bot |
1 similar comment
|
It looks like @DarkEld3r signed our Contributor License Agreement. 👍 Many thanks, Parity Technologies CLA Bot |
gui1117
left a comment
There was a problem hiding this comment.
I'm not sure about whether u32 or u64 is preferred but otherwise good to me
bkchr
left a comment
There was a problem hiding this comment.
Why do you replaced usize with u32 and not u64?
|
@bkchr Honestly, I don't have a strong opinion here. My first thought was to use Should I revert these changes? |
This reverts commit b7af0ba.
|
|
bkchr
left a comment
There was a problem hiding this comment.
If you change all * as u64 into u64::from, we can merge this.
|
@bkchr Unfortunately it cannot be done:
|
...and add some ugly
as u64casting.Needed for the paritytech/substrate#2855.