hedera-services icon indicating copy to clipboard operation
hedera-services copied to clipboard

Remove future comments for HTS view functions given incorrect token id. Refer to Issue #8746

Open lukelee-sl opened this issue 6 months ago • 0 comments

Address the following future/todo comments

app/service/contract/impl/exec/systemcontracts/hts/iskyc/IsKycCall.java 80 // @Future remove to revert #9064 after modularization is completed
app/service/contract/impl/exec/systemcontracts/hts/defaultkycstatus/DefaultKycStatusCall.java 67 // @Future remove to revert #9068 after modularization is completed
app/service/contract/impl/exec/systemcontracts/hts/defaultfreezestatus/DefaultFreezeStatusCall.java 67 // @Future remove to revert #9067 after modularization is completed
app/service/contract/impl/exec/systemcontracts/hts/tokenkey/TokenKeyCall.java 76 // @Future remove to revert #9069 after modularization is completed
app/service/contract/impl/exec/systemcontracts/hts/customfees/TokenCustomFeesCall.java 64 // @Future remove to revert #9071 after modularization is completed
app/service/contract/impl/exec/systemcontracts/hts/isfrozen/IsFrozenCall.java 81 // @Future remove to revert #9063 after modularization is completed
app/service/contract/impl/exec/systemcontracts/hts/tokenexpiry/TokenExpiryCall.java 65 // @Future remove to revert #9070 after modularization is completed
app/service/contract/impl/exec/systemcontracts/hts/fungibletokeninfo/FungibleTokenInfoCall.java 77 // @Future remove to revert #9073 after modularization is completed
app/service/contract/impl/exec/systemcontracts/hts/setapproval/SetApprovalForAllTranslator.java 67 // @Future remove to revert #9214 after modularization is completed
app/service/contract/impl/exec/systemcontracts/hts/setapproval/SetApprovalForAllCall.java 45 // @Future remove to revert #9214 after modularization is completed
app/service/contract/impl/exec/systemcontracts/hts/tokentype/TokenTypeCall.java 70 // @Future remove to revert #9066 after modularization is completed
app/service/contract/impl/exec/systemcontracts/hts/nfttokeninfo/NftTokenInfoCall.java 87 // @Future remove to revert #9074 after modularization is completed
app/service/contract/impl/exec/systemcontracts/hts/tokeninfo/TokenInfoCall.java 76 // @Future remove to revert #9072 after modularization is completed
app/service/contract/impl/exec/systemcontracts/hts/AbstractNftViewCall.java 53 // (FUTURE) consider removing this pattern, but for now match
app/service/contract/impl/exec/systemcontracts/hts/decimals/DecimalsCall.java 50 // (FUTURE) consider removing this pattern, but for now match
app/service/contract/impl/exec/systemcontracts/hts/tokenuri/TokenUriCall.java 66 // (FUTURE) consider removing this pattern, but for now match

lukelee-sl avatar Aug 06 '24 17:08 lukelee-sl