Damir Shamanaev
Damir Shamanaev
I believe this behavior should never be allowed. I see that it is basically a const expression, but if there was some `x` at the place of `true`, this would...
@gluax we have README in tests: https://github.com/AleoHQ/leo/blob/master/tests/README.md. Can it be considered a README for test-framework as well?
I'll list all the issues that fall into the scope of this Feature (including some closed ones): - https://github.com/AleoHQ/leo/issues/1387 - https://github.com/AleoHQ/leo/issues/1428 - https://github.com/AleoHQ/leo/issues/1315 - https://github.com/AleoHQ/leo/issues/1247 More practical: - https://github.com/AleoHQ/leo/issues/1317 -...
If I recall correctly, this behavior was considered intentional. Wouldn't a bunch of "OR"s (`if false | false | true`) help achieve the goal of the application?
@gluax @acoglio is this issue resolved?
> Shouldn't this need to specify the `decimals` for `SUI` somewhere? Nice catch. SUI is created through balance and we don’t have a TC for it, balance::Supply is stored inside...
This change introduces a whole set of questions related to balances (as in not Coins). But I believe that we should keep these features for Coins while preserving the balance...
@sblackshear since we know that sui::SUI is a special case in verifier and can be constructed outside initializer, I’ll submit a patch to return TC instead of Supply in a...
@sblackshear Sorry for the delay. SUI is now initialized through `coin::create_currency`.
Please, have a look at book examples as well: https://github.com/MystenLabs/sui/tree/main/doc/book/examples I'll add a CI that makes sure they compile later! Re approach in general, honestly I wouldn't add decimals to...