Damir Shamanaev
Damir Shamanaev
@jolestar how will it behave if there's more than one visibility modifier? For example: ```move module beep::boop { public(friend) native fun beep(); } ```
Hey @UIZorrot did you intentionally modify grammar file formatting? Can you keep the old ident so I see the diff better?
Pardon @UIZorrot, what I mean is can you keep the old formatting as is and not change the indentation?
No longer blocked by #1250.
Closing as the feature is in with #18462
Hey @cybercent, can you elaborate on the use case that you're trying to solve? And how would you see creator's policy with this change in place? How would the creator...
I see what you're saying here. And my suggestion would be to try and implement this as a [Kiosk Extension](https://docs.sui.io/standards/kiosk-apps). The seller sets the price in stable coin, but the...
The tricky part would be tracking the price of the sale and delivering, as you suggest, USDC to the seller (while maintaining the amount in the TransferRequest), but we can...
Closing in favour of #21303
@awelc see the most recent commit, I just synced the changes related to attributes: 4cd6bb4c4ba3df53fa257e042d4af21b42f078d1 As to binary expressions - I'm still not sold that we should generate cases preemptively...