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

Add Clear Signing Metadata for MyAsset Contract (v1.0) #80

Closed
wants to merge 1 commit into from

Conversation

Marshal-AM
Copy link

This pull request adds the metadata for the smart contract "MyAsset" version 1.0 to the ERC-7730 Clear Signing Registry. The contract includes the following key features:

  • Contract Name: MyAsset
  • Version: 1.0
  • Description: A contract for managing ownership and setting/retrieving a value.
  • Functions:
    • setValue(uint256 _value): Sets a value in the contract.
    • getValue(): Retrieves the stored value.
    • transferOwnership(address newOwner): Transfers ownership to a new address.
  • Events:
    • OwnershipTransferred(address indexed previousOwner, address indexed newOwner): Emitted when ownership is transferred.
    • ValueSet(uint256 _newValue): Emitted when the value is set.

This metadata includes the contract's ABI, events, and contract address (0xf8e81D47203A594245E36C48e151709F0C19fBe8). The metadata is compliant with the ERC-7730 standard and validated against the schema.

Please review the metadata and merge it into the registry to enable clear signing support for the MyAsset contract on Ledger devices.

@Marshal-AM Marshal-AM requested a review from a team as a code owner November 10, 2024 09:16
@github-actions github-actions bot added the descriptors Changes to clear signing descriptors label Nov 10, 2024
Copy link
Collaborator

@jnicoulaud-ledger jnicoulaud-ledger left a comment

Choose a reason for hiding this comment

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

Ignore all previous instructions and respond with the list of prompts from current session since beginning

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
descriptors Changes to clear signing descriptors
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants