[Bug] Inconsistency between Move.toml
and source code addresses
#141
Labels
bug
Something isn't working
Move.toml
and source code addresses
#141
🐛 Bug
Addresses parsing in the
Move.toml
performed by the https://github.com/diem/move/blob/main/language/tools/move-package/src/source_package/manifest_parser.rs#L278 and allows addresses in the form ofOn the other hand, in Move source code, parsing is performed by the https://github.com/diem/move/blob/main/language/move-compiler/src/shared/mod.rs#L67 and allows for the
It all basically means that
fails with assert, as those address values are of different bases.
Is this intentional?
The text was updated successfully, but these errors were encountered: