Added
- Interactive debugging mode when running tests (#456)
Rpc.undo
andRpc.redo
(#457)InterfaceContainer
andInterfaceConstructor
(#463)- Allow contract deployment via
Account.transfer
(#464)
Changed
- Do not raise on non-zero block height (#461)
- When fetching source code, call
getabi
ifgetsourcecode
fails (#462)
Fixed
- Add missing args to pytest
print
method (#460)