-
### Describe the issue:
Slither crashes when analysing a Vyper program that contains a `for` loop iterating over an array inside a struct.
Likely caused by: https://github.com/crytic/slither/blob/…
-
### Version Information
* vyper Version (output of `vyper --version`): 0.3.7
* OS: osx
* Python Version (output of `python --version`): Python 3.9.4
### What's your issue about?
Please incl…
-
### Version Information
* vyper Version (output of `vyper --version`): https://github.com/vyperlang/vyper/commit/9e3b9a2b8ae55aa83b5450080f750be15f819de7
* OS: linux
* Python Version (output of `…
tserg updated
6 months ago
-
running into an issue with pyinstaller on windows when a data file has an emoji in it
https://github.com/vyperlang/vyper/actions/runs/11684959271/job/32537318181?pr=4342#step:5:44
copying the tr…
-
currently we have:
```
(Pdb++) self.coins[exchange_i].allowance?
Type: VyperFunction
String Form: contracts/mocks/ERC20Mock.vy.allowance
Definition: self.coins[exchange_i].allo…
-
Issue to post notes and updates.
To post something, write it as a comment.
-
# Issue
Gas costs are getting out of control. Specifically, `vote` now takes in excess of 500k as per the vyper estimate, and I don't think this includes the `max 200k` call to the validator's valida…
-
According to the info on the anycubic website, the Vyper has TMC2209. The configuration in this github doesn't reflect that:
`#define X_DRIVER_TYPE A4988`
-
![image](https://user-images.githubusercontent.com/6812091/136635830-db77a4b2-9536-47ef-81f9-58777ecc15db.png)
This occurred both installing for "everyone" and "just me." Multiple restarts and rep…
-
# [G-01] Redundant zero initialization
Solidity does not recognize null as a value, so uint variables are initialized to zero. Setting a uint variable to zero is redundant and can waste gas.
Locatio…