José Cerqueira
José Cerqueira
Quick fix is to pass "tiny" instead of dev to morgan.
On Interest Protocol we have a ObjectBag with a size of 121 fields. The id of the parent Shared object on the testnet is 0x0b7fe6779f5aa718a47279399a37a3a2f3239b69879518d6d51b592834d5aa56 The id of the children...
> Hi @josemvcerqueira, have you seen the `coin::mint_for_testing` and `balance::create_for_testing` helpers? They allow you to create coins and balances for any coin type in the test environment: > > https://github.com/MystenLabs/sui/blob/473e4e25615fb47cd788aaba849a372189df52bc/crates/sui-framework/packages/sui-framework/sources/coin.move#L409-L413...
> Thanks for submitting the PR @josemvcerqueira! > > The method you're suggesting won't allow simple tests without TestScenario, and relies on storage. Do you think it would work better...
I updated the PR based on @damirka's feedback. Please let me know if there are additional changes :)