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)