[rlp] Upgrade ethereum-types dependency#158
Conversation
|
It seems like we duplicate functionality here. In |
You mean it looks like @sorpaas knows better but I suspect he did it this way to keep the Either way: it is not directly relevant to this PR? |
|
it's relevant in a sense, that both ways are technically breaking changes, and I suggest we remove |
Done. We need to wait for openethereum/parity-ethereum#10670 though to merge it. |
Co-Authored-By: Andronik Ordian <write@reusable.software>
Co-Authored-By: Andronik Ordian <write@reusable.software>
|
@ordian yes, I'm hazy on which crates/projects depend on rlp but I don't think there are many, other than |
|
@dvdplm I meant crates that you've touched in this PR, like |
Bumped |
Something must have changed in the way
fixed-hashtypes, e.g.H160derefs to&[u8], not sure what/why tbh but seems to require an explicit deref now.