Added
- Generalized RPC logic allowing (limited) use of
geth --dev
as a local test network (#998) - RPC call caching via web3 middleware (#997)
- Allow tests to target project outside the current working directory via
--brownie-project
cli flag (#996) - Add BSC mainnet and fork-mode to default networks (#961)
Changed
export BROWNIE_LIB=1
to install brownie with soft pins. Also ensured hard pins for all dependencies are set. (#993)