silkworm
silkworm copied to clipboard
Rename rlp::decode_vector to decode
For consistency's sake. Then we can remove functions like
template <>
rlp::DecodingResult decode(ByteView& from, BlockBodiesPacket& to) noexcept {
return rlp::decode_vector(from, to);
}
@yperbasis can we close this ?
@AndreaLanfranchi Nope because it's not done yet :)