Kamil Śliwak
Kamil Śliwak
Today @nikola-matic tried to update Boost and CMake and ran into errors. I haven't had time to look here yet but I just realized that you must have been doing...
Can you elaborate? What use cases do you have in mind? This sounds like something that could be implemented as a third-party library. We're currently working on adding generics to...
I don't really see why it would necessarily have to be more expensive when implemented as a separate data structure. Solidity might be missing some high-level syntax to do it...
> each key uses a space for storage Not really. For mappings keys are not stored at all. That's why you cannot enumerate the elements or copy the whole mapping.
Thanks for the fix but I'm not really sure if we want to change that at this point. It's been there for a long time (~3 years) and I think...
Ah, you're right :) I looked at when first affected version was released rather than when we fixed it. It's actually the reencode bug we fixed not so long ago....
Yeah, if it's so fresh, I'm for fixing it too. I'll ask on the tooling channel just in case.
The problem is how to reach them. I don't think their support form is the best way to do that for something like this.
Added #13086 to the list.
One thing to note about the `1 f` notation (i.e. without `_` between the literal and the suffix) is that we'd have to either add `finney` and `szabo` back to...