eth-brownie / brownie

A Python-based development and testing framework for smart contracts targeting the Ethereum Virtual Machine.
https://eth-brownie.readthedocs.io
MIT License
2.65k stars 552 forks source link

feat: add `eager_caching: true` to default-config.yaml #1767

Closed BobTheBuidler closed 6 months ago

BobTheBuidler commented 6 months ago

What I did

Related issue: # N/A I added a eager_caching setting to brownie-config.yaml which tells brownie not to enable the background caching thread

How I did it

easy!

How to verify it

pending

Checklist