Make .get()
for onchain values async and non-lazy
#1721
Labels
breaking
Issues that will lead to breaking changes
.get()
for onchain values async and non-lazy
#1721
Fetch state / other onchain values directly instead of running the method twice and expecting them to be cached afterwards (which doesn't even work in all cases).
We can still use a cache for performance - but should fall back to direct fetching. And run the method only once!!!
The text was updated successfully, but these errors were encountered: