banteg

Results 50 issues of banteg

### What I did - updated docs and examples with snek case - changed js example of event polling to ape ### How I did it wrote a script and...

see https://github.com/ApeWorX/evm-trace/issues/11 for the rationale

category: feature

### Overview [foundryup](https://github.com/foundry-rs/foundry/tree/master/foundryup) has a very handy functionality which allows installing a version from a branch, a tag, a forked repo, or a pull request. this could be a nice...

category: feature

Rewritten OSM wrapper in Vyper, removed the fallback. The rationale is if Maker feed is down, something is seriously wrong and the strategy needs to unwind anyway.

### problem it feels bad when a tx in the queue rugs a tx you have carefully crafted. ### solution add a flag to preview to simulate all the txs...

good first issue

### Overview currently we use a workaround to keep the library installable with python 3.7, but vmtrace module won't work in 3.7, since it uses msgspec, which requires 3.8+ ###...

# Rationale A very common pattern ([1](https://eth-brownie.readthedocs.io/en/latest/network-management.html), [2](https://hardhat.org/guides/mainnet-forking.html)) for testing contract integrations is to run them against a forked mainnet environment using [ganache-cli](https://github.com/trufflesuite/ganache-cli), [hardhat](https://hardhat.org/) or [hevm](https://dapp.tools/hevm/). It would be useful...

as per @mariuspod idea, we could avoid duplicating the data and store everything in postgres, getting the best of both worlds we could even keep the grafana dashboard code intact...

enhancement
p2
testing
research
safe to test

there is plenty of config options scattered across the codebase, i think it's time we move them to a dedicated config. use pydantic for loading the config file and schema...

good first issue
help wanted
p2
research

enhancement
stale