brownie 1.13.2
iamdefinitelyahuman
released this
28 Feb 00:12
·
980 commits
to master
since this release
Added
- Load installed packages via
project.load
(#971)
Changed
brownie run --interactive
enters the console with the namespace of the successfully executed function (#976)
Fixed
- Bump dependency version for eth-event to 1.2.1 to mitigate the topic generation bug for events with dynamic/fixed size tuple array inputs (#957)
- Iterate over network connections instead of local process list to support RPC-attaching with host-based and dockerized RPC clients (#972)
- Resolve hostnames provided in host network field to the actual IP when RPC-attaching (#972)
- Correctly handle non-push instructions when parsing compiler outputs (#952)
- Issue with implementation contract addresses pulled from
eth_getStorageAt
using Ganachev6.12.2
(#974)