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

Evaluate whether to make getTokenInfo a view function #164

Open
acuarica opened this issue Dec 21, 2024 · 1 comment · May be fixed by #224
Open

Evaluate whether to make getTokenInfo a view function #164

acuarica opened this issue Dec 21, 2024 · 1 comment · May be fixed by #224
Assignees
Labels
feature Enhancing an existing feature driven by business requirements. Typically backwards compatible.

Comments

@acuarica
Copy link
Contributor

In our HTS emulation, the getTokenInfo function is currently declared as non-view. This is to mimic the declaration in the Smart Contracts repo.

Nevertheless, getTokenInfo from services (real HTS) also works when this function is declared as view. We should evaluate whether to change it to view to improve user usability.

See issue hashgraph/hedera-smart-contracts#1116 to track efforts to make it view function in the Smart Contracts repo.

@acuarica acuarica added the feature Enhancing an existing feature driven by business requirements. Typically backwards compatible. label Dec 21, 2024
arianejasuwienas added a commit that referenced this issue Jan 30, 2025
Signed-off-by: Mariusz Jasuwienas <mariusz.jasuwienas@arianelabs.com>
@arianejasuwienas
Copy link
Contributor

Since our goal is to make the forked solution as similar to the production environment as possible, we should wait to proceed with this task until hashgraph/hedera-smart-contracts#1116 is completed.

However, if this change becomes necessary and is not blocked by smart contract modifications, we can revive this PR: #224 .

@arianejasuwienas arianejasuwienas self-assigned this Jan 30, 2025
@arianejasuwienas arianejasuwienas moved this from Backlog to Blocked in Smart Contract Sprint Board Jan 30, 2025
arianejasuwienas added a commit that referenced this issue Jan 30, 2025
Signed-off-by: Mariusz Jasuwienas <mariusz.jasuwienas@arianelabs.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Enhancing an existing feature driven by business requirements. Typically backwards compatible.
Projects
Status: Blocked
Development

Successfully merging a pull request may close this issue.

2 participants