1 vwd858791848c/ElrondDevelopers 2years ago Can somebody please help me understand gas usage and refunds. In all of my SC calls I see a red warning - (example) "@too much gas provided for processing: gas provided = 59931999, gas used = 2210209" And at the same time "Gas Used 59,999,999" In other transactions that I saw in explorer I see that... Read more
1 vwd858791848c/ElrondDevelopers 2years ago Another question: let's say I have a MapMapper that holds 50k+ keys and values. How to query all key-value pairs from outside of the contract? Can I somehow effectively export this data once? In classical backend app I would just use pagination and query them in batches. However, I am not sure that ... Read more
0 vwd858791848c/ElrondDevelopers 2years ago What is the most effective way to add thousands of addresses from CSV whitelist to the contract data? One by one? Batch with endpoint that accepts 10 (50/100) arguments?