brownie 1.12.2
iamdefinitelyahuman
released this
05 Dec 03:04
·
1121 commits
to master
since this release
Added
- Detect EIP1822 proxies
Contract.from_explorer
(#881) - Support for EIP 1967 proxy pattern in
Contract.from_explorer
(#876) ContractContainer.decode_input
(#879)
Changed
- Build artifacts for dependencies are now saved at
build/contracts/dependencies
(#878)
Fixed
- Ensure receiver address is checksummed when calling
eth_estimateGas
(#880)