hedera-smart-contracts icon indicating copy to clipboard operation
hedera-smart-contracts copied to clipboard

Add precompile support for HIP-540 property for token updates to skip key validation

Open MiroslavGatsanoga opened this issue 11 months ago • 0 comments

HIP-540 adds the ability to avoid checking of the validity of the updated key during token updates. We need to add that ability in precompiles such as update token info and update token keys. That would mean introducing new versions of those precompiles as we’ll need to change their signatures.

MiroslavGatsanoga avatar Mar 21 '24 08:03 MiroslavGatsanoga