Skip to content

brownie 1.18.2

Compare
Choose a tag to compare
@iamdefinitelyahuman iamdefinitelyahuman released this 16 May 10:19
· 275 commits to master since this release
89bb74f

Added

  • Subscribe to events, with callbacks, using the corresponding contract instance (#1453)
  • Retrieve events that have occurred between two blocks using the corresponding contract instance (#1453)
  • Listening for an event using the associated contract instance (#1453)
  • Allow cache disabling when forking with ganache (#1473)
  • Detect 0xsplits clone proxies (#1524)

Fixed

  • Fix download of dependencies with special characters in tag/version (#1470)
  • Deepcopy config so that disconnecting and reconnecting to networks works fully (#1466)
  • Hardhat integration on Windows (#1482)
  • Handle equal sign in network RPC address (#1450)
  • ReturnValue comparison on tuples containing strings (#1476)
  • Ensure .env file exists on installed packages (#1504)
  • Bug when highlighting source code in GUI (#1512)
  • Bug when highlighting opcodes in GUI (#1513)