Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: rename LSP3 Standard to Profile-Metadata #593

Merged
merged 4 commits into from
Aug 4, 2023
Merged

docs: rename LSP3 Standard to Profile-Metadata #593

merged 4 commits into from
Aug 4, 2023

Conversation

YamenMerhi
Copy link
Member

  • rename LSP3 Standard to Profile-Metadata

docs/guides/universal-profile/read-profile-data.md Outdated Show resolved Hide resolved
@@ -42,7 +42,7 @@ Complete "ready to use" JSON and JS files are available at the end in the [**Fin

To inspect the address and check if it has an ERC725 contract, we can call its interface through the `erc725.js` library. The instance of the contract will need the following information:

- [LSP3 - Universal Profile Metadata](../../standards/universal-profile/lsp3-universal-profile-metadata) describes the data in the Universal Profile contract storage, and which keys to use to retrieve it. We can import the schema directly from the [erc725.js](../../tools/erc725js/schemas#standard-lsp-schemas) library.
- [LSP3 - Universal Profile Metadata](../../standards/universal-profile/lsp3-profile-metadata) describes the data in the Universal Profile contract storage, and which keys to use to retrieve it. We can import the schema directly from the [erc725.js](../../tools/erc725js/schemas#standard-lsp-schemas) library.

- `SupportedStandards` shows the interface using a Metadata Standard with a key. In our case we use `SupportedStandards:LSP3UniversalProfile` from to check if the contract is a Universal Profile.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This data key has to be changed as well I guess? Based on this comment: lukso-network/LIPs#220 (comment)

Suggested change
- `SupportedStandards` shows the interface using a Metadata Standard with a key. In our case we use `SupportedStandards:LSP3UniversalProfile` from to check if the contract is a Universal Profile.
- `SupportedStandards` shows the interface using a Metadata Standard with a key. In our case we use `SupportedStandards:LSP3Profile` from to check if the contract is a Universal Profile.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will be part of a larger discussion with Fabian. Can be done in another PR once we have a definitive answer

docs/standards/standard-detection.md Outdated Show resolved Hide resolved
docs/standards/universal-profile/introduction.md Outdated Show resolved Hide resolved
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice was about to comment but realised that this was also changed in the lsp-factory.js docs 👌

So the CI will not need to open a PR to update it I guess, because it's in sync! 💪

https://github.com/lukso-network/tools-lsp-factory/pull/198/files

@CJ42 CJ42 merged commit 27790e2 into main Aug 4, 2023
2 checks passed
@CJ42 CJ42 deleted the lsp3 branch August 4, 2023 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants