Supun Setunga
Supun Setunga
oh, I see your point. Makes sense. Thanks for the example!
When I initially wrote this proposal, I was under the idea that, a reference should be only invalidated if the current location of the underlying resource is different from the...
Thanks for the feedback. Seems we are all on the same ground that transferring a resource should invalidate their references immediately, and should stay invalid, even if the resource is...
The only thing remaining is to decide on whether to tighten up the restriction more by also invalidating the references if the resource is moved from stack to stack. I...
So the agreement as per the last language design meeting was to invalidate the references even if the move is from stack to stack. Updated the FLIP to reflect these...
Thank you all for taking the time to review and provide feedback. Based on the feedback, it seems there are no negative sentiments towards the proposal, and hence I'm gonna...
I've been looking at this over the last couple of days, and one question I have, that hasn't seemed to be discussed here yet is, 'Where/how do tests run?' If...
btw, I'm thinking of a cadence test script to be something similar to the one below: ```cadence // A 'setup' function that will always run before the rest of the...
There are a few things I would want to clarify. (Disclaimer: I'm not very familiar with JS, so I'm gonna use Java/JVM for examples. But the idea is the same...
Sorry, I didn't get what you mean by "We are already running on some blockchain". Do you mean the environment where the test itself is running? i.e: sharing the environments...