banteg

Results 50 issues of banteg

titanoboa is an experimental vyper interpreter based on vyper compiler and py-evm https://github.com/vyperlang/titanoboa we could add tests which run longer and more complex simulations using it. in fact, titanoboa already...

enhancement

as a wallet, i would want to show the user some additional info about yearn vault tokens. however, the information about deployments is currently very scattered or outright nonexistent in...

good first issue

while joblib previously correctly identified that part of the dynamically generated folder name for functions defined in a notebook depended on the pid and should be cut, it has missed...

This [OFAC designation](https://home.treasury.gov/policy-issues/financial-sanctions/recent-actions/20200910) adds `0x8576acc5c05d6ce88f4e49bf65bdf0c62f91353c` to a list of sanctioned addresses. What's peculiar about this designation is it adds an account with an associated code and not just regular account....

depends on https://github.com/ApeWorX/ape/pull/2001 ### What I did fixes: # ### How I did it ### How to verify it ### Checklist - [ ] Passes all linting checks (pre-commit and...

Likely not merging this as it adds unnecessary complexity and doesn't improve on the user experience. A user might as well call 1. `Weth.withdraw()` 2. `Vault.__default__()` Instead of: 1. `Weth.approve()`...

wontfix

consider that contract creation can also write to storage

figured out how to make `.contract` method work both for us and for safe-eth-py fixes #64

it will break a lot of existing scripts, but we can't upgrade safe-eth-py without this change, since it shadows this method after 4.3.2. the latest version is 6, so it's...

### Environment information * `vvm` Version: x.x.x * `vyper` Version: x.x.x * Python Version: x.x.x * OS: osx/linux/win ### What was wrong? Please include information like: * what command you...