You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the page of the official tutorial, you rely on buggy behaviour, which allows to specify hex address without prefix. In case of hex number without a-f symbols in it, it could leads to confusion, as same address would mean different things in manifest and in sources.
Using 0x also make it easier to understand, as move users got used to the mandatory prefix in addresses.
🐛 Bug
At the page of the official tutorial, you rely on buggy behaviour, which allows to specify hex address without prefix. In case of hex number without a-f symbols in it, it could leads to confusion, as same address would mean different things in manifest and in sources.
Using
0x
also make it easier to understand, as move users got used to the mandatory prefix in addresses.See the linked issue in Move.
To reproduce
Move.toml
with provided address:Expected Behavior
Would be good to create and follow some standard which allows to use addresses only with
0x
prefix, also inMove.toml
.The text was updated successfully, but these errors were encountered: