-
## Simple Summary
[ERC165](https://eips.ethereum.org/EIPS/eip-165) allows contracts to quickly determine if they are able to interact with a particular contract. Deeper support into Vyper will help i…
-
Uniswap is safe from re-entrancy for tokens that don't allow arbitrary callbacks in transfer functions. However, for tokens that do allow arbitrary callbacks (such as ERC777), a re-entrancy guard coul…
-
### Bug Report
#### Summary
Debugger doesn't work with vyper contracts
#### Current behavior
The embark console debug doesn't show the code nor the local variables when attempting to step …
-
Hello!
First of all congrats for Uniswap, amazing project!
I'm starting a project that will be using Uniswap, and I've updated both contracts so they compile with latest Vyper version. Before cr…
-
### Version Information
* vyper Version (output of `vyper --version`): 0.3.10
### What's your issue about?
currently, coverage is sitting around 89% (https://app.codecov.io/gh/vyperlang/vyper…
-
### 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…
-
The current [Security Policy](https://github.com/vyperlang/vyper/blob/master/SECURITY.md) needs a proper overhaul imho since the content is outdated (e.g. Vyper is _not_ currently in limited beta; Yea…
-
### Version Information
* vyper Version (output of `vyper --version`): 0.2.8+commit.069936f
* OS: linux
* Python Version (output of `python --version`): 3.9.0
### What's your issue about?
T…
-
### Version Information
* vyper Version (output of `vyper --version`): `0.3.7`
* OS: linux
* Python Version (output of `python --version`): `3.10.10`
### What's your issue about?
Many Vyper…
-
currently we have:
```
(Pdb++) self.coins[exchange_i].allowance?
Type: VyperFunction
String Form: contracts/mocks/ERC20Mock.vy.allowance
Definition: self.coins[exchange_i].allo…