Skip to content

Commit

Permalink
docs: update resource labels changeset (#2985)
Browse files Browse the repository at this point in the history
  • Loading branch information
holic authored Jul 29, 2024
1 parent b3f8dd5 commit 9145d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/orange-dancers-nail.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Tables and systems in config output now include a `label` property. Labels are now used throughout the codebase as a user-friendly way to reference the given resource: config keys, contract names, generated libraries, etc.

We'll no longer transform config keys for tables and systems and their filenames will always correspond to their labels. This should make MUD tooling more intuitive and predictable.
Inside `namespaces` config output, keys for tables and systems and their filenames will always correspond to their labels. This should make MUD tooling more intuitive and predictable. For backwards compatibility, `tables` config output still uses namespace-prefixed keys.

Labels replace the previous resource `name` usage, which is truncated to `bytes16` to be used as part of the resource ID and, in the future, may not always be human-readable.

Expand Down

0 comments on commit 9145d0a

Please sign in to comment.