-
### Version Information
* vyper Version (output of `vyper --version`): 63c76775cd49148e93acdab043c621ee857bc65c
* Python Version (output of `python --version`): 3.8.10
### What's your issue abo…
-
## Simple Summary
Allow comma-separated, pythonic-style, multi-interface imports:
```vyper
from vyper.interfaces import ERC20, ERC20Detailed
```
The Vyper compiler currently disallows this …
-
### Version Information
* vyper Version (output of `vyper --version`): `0.3.9`
* OS: `linux`
* Python Version (output of `python --version`): `3.11.3`
### What's your issue about?
The contr…
-
### Version Information
* vyper Version (output of `vyper --version`): as of v0.3.0
### What's your issue about?
Clampers should run in a loop, but instead they are unrolled
### How can it…
-
in the docs about the return statement https://vyper.readthedocs.io/en/latest/statements.html?highlight=return#return, the guide states that all functions must end with it, but the compiler seems fine…
-
### Describe the issue:
Hey @0xalpharush great job with the Vyper feature! I'm currently testing the functionalities and I encountered parsing errors if the Vyper contract imports custom interfaces…
-
### Cura Version
5.4
### Operating System
windows 11
### Printer
Anycubic Vyper
### Name abnormal settings
_No response_
### Describe model location
_No response_
### Describe your model
no…
-
### Overview
Implement the compiler's `get_imports()` method for gathering source_ids from each contract.
```python
def get_imports(
self, contract_filepaths: List[Path], base_path: Op…
-
Otterscan has to make hundreds of requests to download all the `chunk-` highlight.js files, which contain the keywords for all the different programming languages. This takes a long time on slow conne…
-
### Version Information
* vyper Version (output of `vyper --version`): 0.3.2
### What's your issue about?
The empty contract has the following IR:
```
[seq, [deploy, 0, seq, 0]]
```
I…