brownie 1.18.0
·
398 commits
to master
since this release
Added
- Support for Ganache v7 (#1409, #1410)
- Add
override
argument to contract methods which allows changing the state before the call (#1412) - Allow to override EVM version per language (#1418)
- Support for Alchemy via
WEB3_ALCHEMY_PROJECT_ID
environment var (#1401) - Support Ganache unlimited contract size (#1424)
Changed
- Added a new solidity compiler setting
use_latest_patch
inbrownie-config.yaml
to use the latest patch version of a compiler based on the pragma version of the contract (#1383) - Add cli flag
-r
for raising exceptions to the caller instead of doing a system exit (#1394)