lanford33
lanford33
Currently, the MetadataViews.Display thumbnail of the Moments are a hardcoded url: https://ipfs.dapperlabs.com/ipfs/Qmbdj1agtbzpPWZ81wCGaDiMKRFaRN3TU6cfztVCu6nh4o, but it should be different between Moments, which limit the display of Moments in other Flow ecosystem projects....
I'm working for an exchange and have integrated a blockchain by using Rosetta. This project is really amazing and is well compatible with our current blockchain integration process. But there...
# Flowview # Grant category Please select one: - **Open source maintenance** # Description [Flowview](https://flowview.app) is an account inspection tool on Flow, by using it you can: - Check account...
# Grant category Please select one: - **Open source maintenance** # Description ## Problem statement Token distribution (Airdrop/Raffle etc) is a common need in crypto space now. A project may...
# Grant category Please select one: - **Open source maintenance** # Description ## Problem statement With the blooming of DAOs, bulk transfer is an increasingly important feature for community operation...
1. Currently, we have a `borrowNFT()` function for Listing. It would be great if we could also have a `borrowNFTSafe()` function. 2. Please add a `borrowViewResolver()` function to Listing. This...
### Current Behavior ```cadence /// hasListingBecomeGhosted /// Tells whether listed NFT is present in provided capability. /// If it returns `false` then it means listing becomes ghost or sold out....
### Issue to be solved The storage iteration API will now skip any broken values in the storage(https://github.com/onflow/cadence/pull/2202), but the storagePaths will still return the paths with broken values. For...
Thank you for your great work on this library. Do you have any plans to support transferring Jetton?
Flow is using ecdsa as signing algorithms(`nistp256` and `secp256k1`). In ecdsa, the signature is in the form of (r, s), but there is a second valid signature (r, -s), which...