Dario Russi
Dario Russi
it seems storage cost is all computed at the end so the math above is incorrect and we could do this. Keeping it open then... I will investigate why the...
too old closed in favor of https://github.com/MystenLabs/sui/pull/8666
we are considering leaving the `gas_price` as is (non `Optional`). We have not received much feedback about making it optional, it is something clients (wallet and apps) can hide, and...
https://github.com/MystenLabs/sui/pull/8101 conversation will follow there
It seems this feature can get problematic. Particularly with programmable transactions, but even with regular ones with different gas charging, a user can run out of gas if normalized values...
it seems storage cost is all computed at the end so the match above is incorrect and we could do this. Keeping it open
> If the timeout is reliably exceeded on >f validators (perhaps because they are slower than the others) then a user will not be able to form a cert, and...
> > The gas object being locked sounds horrible. We could consider penalizing such users but I am not sure what to think. > > It would be good to...
> > So we need another idea @mystenmark ;) > > @dariorussi Well you could just make the verifier async. It would be a huge pain but its not difficult....
> Btw, if you do go with the async approach, this also allows for a deterministic approach which solves all the concerns about object locking. > > You can wrap...