-
Attempting to compile a contract that uses an interface results in an error.
```
ValueError: Verification failed: zkvyper error: ./etc/vyper-bin/0.4.0/vyper error: vyper.exceptions.ModuleNotFound…
-
Trying to build firmware with BLTouch option enabled, compilation stops with an error:
```
Compiling .pio\build\STM32F103RET6_ac_tri_f1\src\src\HAL\STM32\timers.cpp.o
Marlin\src\HAL\STM32\timers.cp…
-
### Describe the feature
Vyper [`0.4.0`](https://github.com/vyperlang/vyper/releases/tag/v0.4.0) has shipped besides the new modules system a novel archive format that should be leveraged for verif…
-
## Simple Summary
Check correctness of `.vyi` file.
## Motivation
There is no way to check if `.vyi` file alone was written correctly.
## Specification
Something like:
```
vyper Interface.…
-
### Version Information
* vyper Version (output of `vyper --version`): 0.4.1b2+commit.25ea3bb95
* OS: linux
* Python Version (output of `python --version`): Python 3.11.10
### What's your iss…
-
### Component
Forge
### Describe the feature you would like
Now that we have Vyper support it would be great to be able to quickly instantiate a Vyper project. This would help with setting up…
-
Any plans to add vyper support? Cuz python?
-
The spec mentions solidity ABI
Vyper methods look slightly different in the code:
```Vyper
transfer(_to: address, _amount: uint256)
```
vs
```Solidity
transfer(address _to, uint256 _amount)…
-
It's time for Vyper to catch up with Solidity on the multisig front, and 🐍 snekmate plans to offer its own Vyper-based multisig wallet that is capable of reaching mainstream adoption.
## References…
-
### Version Information
* vyper Version (output of `vyper --version`): `0.4.0+commit.e9db8d9`
* OS: osx
* Python Version (output of `python --version`): `Python 3.12.4`
### What's your issue a…