hedera-smart-contracts
hedera-smart-contracts copied to clipboard
Add precompile support for HIP-540 property for token updates to skip key validation
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.