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

[SC] Implement custom fees through the precompiled contract #979

Open
darius279 opened this issue Nov 27, 2023 · 1 comment
Open

[SC] Implement custom fees through the precompiled contract #979

darius279 opened this issue Nov 27, 2023 · 1 comment
Labels
Blocker Further development work cannot be done

Comments

@darius279
Copy link
Contributor

darius279 commented Nov 27, 2023

As a user, I want that the custom fees could by managed through the SC.

Context

Currently, there is a missing precompiled implementation that avoid us to use the custom fees through our smart contacts and for that reason we have not role account management for that feature.

Once Hedera add this feature into the precompiled we should add this functionality to our main code.

hashgraph/hedera-smart-contracts#607

Description

During the stablecoin creation, when the CLI and the UI ask for how will manage the custom fees, we should add as default option "The SmartContract" and also keep the other ones like Current user key and Other key.

This should works in the same way like KYC management.

Acceptance criteria

  • When I am creating a stablecoin, I can choose SmartContract as custom fees keys.
  • Given a token where the Smart contract key is the custom fees key, I am able to add and remove custom fees.
@darius279 darius279 added the Blocker Further development work cannot be done label Nov 27, 2023
@darius279
Copy link
Contributor Author

Missing precompiled implementation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Blocker Further development work cannot be done
Projects
None yet
Development

No branches or pull requests

1 participant