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 HIP-540 property for token updates to skip key validation #708

Open MiroslavGatsanoga opened 3 months ago

MiroslavGatsanoga commented 3 months ago

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.