mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-21 13:51:50 +03:00
3c5fd9fda6
Previously, this would measure as <20 bytes for addresses with leading zeroes. This resulted in transactions with unexpected behavior. For example, sending ETH to the zero address would create a contract instead. Here we switch to using +encode:rlp directly and indicate a width of 20 bytes for the "to" field. |
||
---|---|---|
.. | ||
encoding.hoon | ||
rlp.hoon | ||
signing.hoon |