[Bug][addresses]
values in Move.toml
are not passed to dependencies
#16612
Labels
8000
[addresses]
values in Move.toml
are not passed to dependencies
#16612
π Bug Report:
[addresses]
values inMove.toml
are not passed to dependenciesRepo: https://github.com/banool/aptos-subdomain-manager
Command:
aptos move compile
Aptos Cli Version:
6.2.0
β Working Example:
Running the following command works:
β Failing Example:
When I modify the
move/Move.toml
file and replace all_
placeholders in[addresses]
with real addresses (0x5
), and run:It fails with the following error:
βExpected Behavior:
The named addresses defined in the root
Move.toml
file should be passed down into the dependency packages likeaptos_names
. But currently, it seems that only--named-addresses
from the CLI works correctly.π Request:
Please clarify whether:
[addresses]
is supposed to propagate to transitive dependencies.The text was updated successfully, but these errors were encountered: