El De-dog-lo

Results 485 comments of El De-dog-lo

@biqqles thanks for looking into it, I've decided to just deprecate support for Python 3.6 in my framework. IPython was also giving me grief, so it made sense to do.

A side note: ABI encoding defines structs as tuples of their members (although there is some undefined behavior with tight packing), so one way to handle this might to implicitly...

This is indeed a bug, this should be a state-modifying callback to the receiver. Would you mind creating a PR?

We've talked about this one before and it's a good idea, however it would be helpful to use the full VIP template and walk through what the expectations are around...

> @fubuloubu thanks for the feedback - I used the VIP template and tried to elaborate the details. However, am not sure about the `zip` example (maybe @charles-cooper you can...

and should be able to mix and match like this: ```vyper def bar(msgs: DynArray[Message, N], sigs: DynArray[Bytes[65], N]): for idx, (msg, sig) in enumerate(zip(msg, sigs)): ... ``` Definitely seems like...

Note that this is currently invalid Python syntax (as of Python 3.8), so a custom parser would be needed.

I think the mentioned syntax or even just `a: bool, b: uint256 =... `

Unlikely to come sooner than later. We'd accept some contributions to work on this as an experimental feature, but it's too much of a rabbit hole to go after now.

Would be more helpful to see a script of how you're using it so we can reproduce. The first method connecting via context manager should would just fine (by default,...