WalletConnect / blockchain-api

WalletConnect's Blockchain API
MIT License
51 stars 40 forks source link

fix(identity): adding version to the cache key format #705

Closed geekbrother closed 1 month ago

geekbrother commented 1 month ago

Description

This PR updates the Redis identity resolver results cache key format into ${key}-v1 to add the keys version and update the current storage schema (the current records can't be migrated due to the format of the messagePack).

How Has This Been Tested?

Due Diligence