Replies: 1 comment
-
They are completely different encoding methods, and serve very different purposes. In general “non-standard packing” should be avoided for safety and security purposes. You should only use it if you fully understand the consequences. See here in the docs for more info on packed encoding. :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, according to my attempts addresses are not packed the same way as abi.encode.
In one case they are zero packed, in the other no.
It seems from the code that I must pass an array instead of a string ?
Beta Was this translation helpful? Give feedback.
All reactions