ape-vyper icon indicating copy to clipboard operation
ape-vyper copied to clipboard

Vyper compiler plugin for the Ape Framework, using VVM

Results 11 ape-vyper issues
Sort by recently updated
recently updated
newest added

### What I did feat: add support for Python 3.12 chore: update lint dependencies fixes: # ### How I did it ### How to verify it ### Checklist - [...

### What I did Make it so can compile on 0.4.0 ### How I did it Had to use absolute paths. ### How to verify it ### Checklist - [...

### What I did fixes: # ### How I did it ### How to verify it ### Checklist - [ ] Passes all linting checks (pre-commit and CI jobs) -...

### Overview Charles had made an update to the vyper deployment process so that all builds end up in this repo: https://github.com/vyperlang/vyper-builds ### Specification Deprecate VVM, and use builds from...

### Environment information - `ape` and plugin versions: ``` $ ape --version 0.6.26 $ ape plugins list Core Plugins accounts cache compile console ethereum geth init networks plugins pm run...

There's a section in Vyper's docs to describe ways to test vyper contracts. In order to keep the vyper docs clean, we should probably streamline those docs into this plugin...

### What went wrong? push0 rollout went bad, with many networks not supporting the latest evm version yet, possibly resulting in potentially broken deploys. ### How can it be fixed?...

### Overview in ape-config.yaml, allow user to do: ``` vyper: evm_version: shanghai arbitrum: evm_version: paris ```

### Environment information * `ape` and plugin versions: vyper 0.2.0 ape 0.2.7 vyper 0.3.3+commit.48e326f * Python Version: 3.9.5 * OS: osx ### What went wrong? Please include information like: I...

### Environment information * `ape` and plugin versions: ``` $ ape --version 0.1.5 $ ape plugins list Installed Plugins: vyper 0.1.0 ``` * Python Version: 3.9.9 * OS: linux ###...

category: bug