hashgraph / hedera-smart-contracts

Contains Hedera Smart Contract Service supporting files
Apache License 2.0
37 stars 51 forks source link

Add precompile support for updating metadata key #709

Open MiroslavGatsanoga opened 3 months ago

MiroslavGatsanoga commented 3 months ago

HIP-657 introduced new metadata key that can be updated with TokenUpdate transaction. We need to add that ability in precompiles such as update token info and update token keys as well.

quiet-node commented 3 months ago

Hello @MiroslavGatsanoga, did this HIP fully implemented on the network? I just tried creating a token with a metadata_key but it doesn't seem to work. Or maybe I did something wrong

MiroslavGatsanoga commented 3 months ago

Hello @MiroslavGatsanoga, did this HIP fully implemented on the network? I just tried creating a token with a metadata_key but it doesn't seem to work.

@quiet-node I think the HIP is implemented on HAPI level but currently not in the system precompiles, so if you tried creating the token using them that might be the cause.