Hello,

Sign up to join our community!

Welcome Back,

Please login to your account!

Forgot Password,

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

equ8300290524 activity

equ8300290524 commented on Hello everybody ! I have an issue with microservice handleNewTransactions function which seems to not get the cache correctly, when I delete a value in cache and handleNewTransaction function restart and get this value, the value that was in cache is keep but she does'nt exist anymore !?

hello! the getCache function reads from local cache, then from remote cache (redis) if you want to delete the key from both local & remote cache, you can use await this.cachingService.deleteInCache(‘last_caller_id’)

equ8300290524 commented on Thank you for the quick answer. So from what I understand, the image will be the same forever unless I build my own platform that would load the image each time. How about other type of assets. Do you store the JSON too? On polygon they have this option where the NFT will reveal at a later date. Is ... Read more

you can update the attributes, which includes a reference to the metadata: https://docs.elrond.com/developers/nft-tokens/#change-nft-attributes or you can add another uri, and we can make sure its thumbnail gets indexed: https://docs.elrond.com/developers/nft-tokens/#add-uris-to-nft or you can use a smart contract to burn and re-create the NFT with the updated image

equ8300290524 commented on Hello devs! I'm trying to put together an idea but I stumbled upon the following issue: - I create an NFT that has an uri pointing to an image and it works perfect - I change the image on the storage but keep the same link (uri) - If I go to a marketplace, the new image is displayed. - If I go to th... Read more

we generate an image thumbnail when the nft is created and do not have a refresh strategy for that the thumbnail is displayed in the wallet & Maiar, and probably in the marketplaces the full image is loaded