tserg
tserg
Some update on things: - Cairo 1 is still going through some breaking changes. - `ape-starknet` is not ready yet for Cairo 1. - Vyper 0.3.8 introduces some breaking changes...
Unfortunately, vyper now only supports 3.10 and above, but `cairo-lang` is still at 3.9.
> is that an axolotl? yes ser
> maybe we should add rules for all the other types? do you mean to return a vyper node where possible in `builtin(empty)._try_fold()`?
Structs are affected too.
The following have been fixed in https://github.com/vyperlang/vyper/commit/75fb0594ab3011491fd124abe534573dbd9ba052: - `index` in `variable[index]` when the variable is an array. - `index` in `variable[index]` when the variable is a tuple.
The `x` or `y` case in `x ** y` have been fixed in https://github.com/vyperlang/vyper/commit/e1adb7b3344c1ac03facfa553830a94dd7def2e2.