-
At the moment I'm not sure how much configuration Truffle allows for the Vyper compiler but there may be something to add in the documentation about using the Vyper compiler with Truffle.
-
### Version Information
* vyper Version (output of `vyper --version`): e1adb7b3344c1ac03facfa553830a94dd7def2e2
### What's your issue about?
`exports: interface` does not work for interfaces …
-
- [x] deposit / withdraw / redeem / mint function
- [ ] tested
- [x] convertToShares - previewRedeem
- [ ] tested
- [ ] maxDeposit - maxRedeem
- [ ] tested
- [ ] claimRewards
- [ ] tested
- […
-
### Environment information
* `vvm` Version: 0.2.1
* `vyper` Version: any
* Python Version: any
* OS: osx/linux/win
### What was wrong?
If the package was [downloaded from PyPi](https://fi…
-
Vyper is a contract-oriented, pythonic programming language that targets the Ethereum Virtual Machine (EVM). I want to create it's cheatsheet here.
-
## Issue
The Truffle documentation, as best I can tell, makes hardly any mention of the fact that Truffle can be used with Vyper, and it says very little about how to do it.
Now, to a substantia…
-
Compiling the [Example ERC20](https://github.com/vyperlang/vyper/blob/master/examples/tokens/ERC20.vy) works just fine via the cli, but when I save in the vscode it fails with this message:
```
[{…
-
https://github.com/VolumeFi/curve-leverage-lending-bot-vyper
https://github.com/VolumeFi/Curve-degen-leverage-bot-vyper
-
### Version Information
* vyper Version (output of `vyper --version`): 0.3.9
### What's your issue about?
repro:
```vyper
x: as_wei_value
```
on 8ccacb3f47f864ec2ff64d5f7ca65625e9df6b2f…
-
Tests will break unless you have the vyper compiler installed. This isn't obvious from the README, should add it. Or if we could somehow handle this in a script that would be even better.
Docs here…