stefan-mysten

Results 139 comments of stefan-mysten
trafficstars

Hi @daihaojun554. Thanks for the report. Can you specify more information about this failed transaction? Which network? From which geographical location was this run? How did you run this transaction,...

Thanks a lot @0xripleys for keeping at it, and @emmazzz for reviewing the code! LGTM 🚀

@Sifotd thanks for reporting this. This was indeed fixed in `v1.30.1`, but unfortunately it did not make it into brew yet because of some CI error in that PR. If...

Thanks for reporting this @nova032. We'll have a look.

The error is quite useful here and it basically tells the user that the package's size is too big. You can read more about these limits here: https://docs.sui.io/concepts/object-model#limits-on-transactions-objects-and-data You might...

Minimizing macro usage could be another thing to try as macro expansion can lead to large package sizes. Regarding documentation, you mean documentation on how to split your packages or...

That is mostly up to you as you understand best what your application is trying to achieve, and how you could logically split it up in different packages.

This seems to still be the case @joyqvq Do we want to do anything about it or should we close this issue?

Pinging @joyqvq. Now it seems to be 9 crates that use `copy_key`. Can you put up a PR to fix this?