EncodeByteArray
should encode to String
and not to Vec<u8>
#178
Labels
EncodeByteArray
should encode to String
and not to Vec<u8>
#178
We have
ibc-starknet/relayer/crates/cairo-encoding-components/src/components/encode_mut.rs
Line 23 in c13b888
IMO, this should be
to correspond with
Array<u8>
in Cairo.If I understood correctly,
ByteArray
in Cairo (loosely) represents byte-string representation. This is already done byibc-starknet/relayer/crates/cairo-encoding-components/src/components/encode_mut.rs
Line 29 in c13b888
The text was updated successfully, but these errors were encountered: