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

HIP-991 Permissionless revenue-generating Topic Ids for Topic Operators #1630

Open
SimiHunjan opened this issue Feb 17, 2025 · 1 comment
Open
Labels
enhancement New feature or request P1 An issue impacting production environments or impacting multiple releases or multiple individuals

Comments

@SimiHunjan
Copy link
Collaborator

Problem

HIP-991 introduces new properties for topics.

HIP: https://hips.hedera.com/hip/hip-991

These topic properties include:

  /**
    * Access control for update/delete of custom fees. Null if there is no key.
    */
  Key fee_schedule_key = 10;

  /**
    * If the transaction contains a signer from this list, no custom fees are applied.
    */
  repeated Key fee_exempt_key_list = 11;

  /*
   * The custom fee to be assessed during a message submission to this topic
   */
  repeated FixedCustomFee custom_fees = 12;

The explorer needs to expose these properties for topics when the mirror node API supports them.

Mirror Node Issue: https://github.com/hashgraph/hedera-mirror-node/issues/9566

There also new transaction properties:

  /**
   * The account of the fee payer
   */
  AccountID account_id = 1;
  
  /**
    * The maximum fees that the user is willing to pay for the message.
    */
  repeated FixedFee fees = 2;

Mirror Node issue to track: https://github.com/hashgraph/hedera-mirror-node/issues/10311

Solution

Update UI to expose the new data about topics and topic transactions when supported in the mirror node APIs.

Alternatives

No response

@SimiHunjan SimiHunjan added the enhancement New feature or request label Feb 17, 2025
@SimiHunjan SimiHunjan changed the title HIP-991 https://hips.hedera.com/hip/hip-991 HIP-991 Permissionless revenue-generating Topic Ids for Topic Operators Feb 17, 2025
@SimiHunjan SimiHunjan added the P1 An issue impacting production environments or impacting multiple releases or multiple individuals label Feb 19, 2025
@SimiHunjan
Copy link
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request P1 An issue impacting production environments or impacting multiple releases or multiple individuals
Projects
None yet
Development

No branches or pull requests

1 participant