-
right now chain environment variables are set using `boa.env.vm.patch`, ex. `boa.env.vm.patch.chain_id = 5`.
but it might be friendlier for it to be like `boa.env.chain.id = 5` (which would match t…
-
Uninstalling always gives a similar dialog box
![image](https://user-images.githubusercontent.com/6812091/136635965-fc3c0d9b-7d1a-4ac6-a5fc-b9adbb407d42.png)
though the filename is often different…
-
### Version Information
* vyper Version (output of `vyper --version`): 0.3.10
* OS: osx
* Python Version (output of `python --version`): 3.10.4
### What's your issue about?
In the following…
-
Hi,
could you please publish the DGUS Tools project that generates Vyper_lcd_v2.4.5_release.rar? The repo currently only contains an example project.
thanks,
-Christian
-
## Simple Summary
Per @banteg on [twitter](https://twitter.com/bantg/status/1687122054183636993) I learned that vyper 0.3.10 plans to move the version metdata from the initcode to creation code (re…
-
### Version Information
* vyper Version (output of `vyper --version`): `0.3.6+commit.4a2124d`
* OS: win
* Python Version (output of `python --version`): `3.9.2`
### What's your issue about?
…
-
I see a lot of `BAD JUMP DESTINATION` transactions here: https://etherscan.io/address/0x3958b4ec427f8fa24eb60f42821760e88d485f7f
SNX token calls `tokenFallback` on Uniswap contract in the middle o…
-
I think bundling multiple revoke transactions via [`multicall`](https://github.com/mds1/multicall) would be a nice feature to have. It's important that `allowFailure` is always set to `False`. If you'…
-
## Simple Summary
Make shorthands for imports, similar to [solidity remappings](https://docs.soliditylang.org/en/latest/path-resolution.html#import-remapping)
## Motivation
If I have a contract i…
-
### Overview
I am trying to let Boa have a type safe interface for smart contracts.
I want to generate a Pydantic compatible interface for interacting with smart contracts, into a portable Pytho…