-
Notifications
You must be signed in to change notification settings - Fork 0
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
Labels
feature
Enhancing an existing feature driven by business requirements. Typically backwards compatible.
Comments
2 tasks
arianejasuwienas
added a commit
that referenced
this issue
Jan 30, 2025
Signed-off-by: Mariusz Jasuwienas <[email protected]>
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
added a commit
that referenced
this issue
Jan 30, 2025
Signed-off-by: Mariusz Jasuwienas <[email protected]>
arianejasuwienas
added a commit
that referenced
this issue
Feb 12, 2025
Signed-off-by: Mariusz Jasuwienas <[email protected]>
arianejasuwienas
added a commit
that referenced
this issue
Feb 12, 2025
Signed-off-by: Mariusz Jasuwienas <[email protected]>
arianejasuwienas
added a commit
that referenced
this issue
Feb 12, 2025
Signed-off-by: Mariusz Jasuwienas <[email protected]>
arianejasuwienas
added a commit
that referenced
this issue
Feb 12, 2025
Signed-off-by: Mariusz Jasuwienas <[email protected]>
arianejasuwienas
added a commit
that referenced
this issue
Feb 12, 2025
Signed-off-by: Mariusz Jasuwienas <[email protected]>
arianejasuwienas
added a commit
that referenced
this issue
Feb 12, 2025
…224) Signed-off-by: Mariusz Jasuwienas <[email protected]>
arianejasuwienas
added a commit
that referenced
this issue
Feb 13, 2025
…224) Signed-off-by: Mariusz Jasuwienas <[email protected]>
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.
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 asview
. We should evaluate whether to change it toview
to improve user usability.See issue hashgraph/hedera-smart-contracts#1116 to track efforts to make it
view
function in the Smart Contracts repo.The text was updated successfully, but these errors were encountered: