silkworm icon indicating copy to clipboard operation
silkworm copied to clipboard

Rename rlp::decode_vector to decode

Open yperbasis opened this issue 4 years ago • 2 comments

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 avatar Nov 12 '21 10:11 yperbasis

@yperbasis can we close this ?

AndreaLanfranchi avatar Nov 23 '21 08:11 AndreaLanfranchi

@AndreaLanfranchi Nope because it's not done yet :)

yperbasis avatar Nov 23 '21 16:11 yperbasis