Closed ggutoski closed 2 years ago
I strongly suggest we should use strings instead of bytes for destination chain and recipient. It's the same data structure underneath (bytes), but strings provide us readability on etherscan etc @Foivos @sammy1991106
String might consume more space though---is that acceptable? eg. we could encode chain and recipient efficiently into bytes.
Need a public repo we can link to for this draft. This repo seems as good as any.