Nick Mudge
Nick Mudge
I have this problem when when I copy code from vs-code and paste it into the demo.
Yes. @orbitbot Thanks so much for looking into this.
What is the status of this? I don't like to pay gas for array bounds checking when it isn't needed.
I'm moving my comment here from the duplicate issue I made: When looping through an array using the array length as the max bound, it is unnecessary to pay the...
@axic I think that is a very nice syntax for range loops. It would also be nice and useful if there is some way to get the iteration index of...
In my code if there is a chance that an array index could be out of bounds I will want to make a `require` statement to check for that and...
@leonardoalt I don't know. I'd have to look at the specific implementation. If I'm looping over an array using its length as the max bound then I don't need bound...
It is easy to use safely and it has wide use. For example looping over an array using its length for the max bound is very common.
@frangio When or if OpenZeppelin changes its implementations to use diamond storage (or whatever you want to call it) I am very supportive of OpenZeppelin having its own implementation of...
> @a-d-j-i In the fork by @GVTopCoder there is no way to update that. The way we're planning to adopt the diamond storage pattern in our next major is by...