Added
- Add support remapping with a sub-folder (like OpenZeppelin/openzeppelin-contracts-upgradeable, ref: #1137)
- Add polygon network integration (#1119)
- Add support for
POLYGONSCAN_TOKEN
env var (#1135) - Add Multicall context manager (#1125)
- Add initial support for Solidity 0.8's typed errors (#1110)
- Add xdai network integration (#1136)
- Added
LocalAccount.sign_message
method to signEIP712Message
objects (#1097) - Accept password as a kwarg in
Account.load
(#1099) - Basic support for clef as an account manager (allows hardware wallets) (#1104)
- Updates to support Vyper
v0.2.14
(#1155)
Fixed
- Fixed subcalls to empty accounts not appearing in the subcalls property of
TransactionReceipts
(#1106) - Alert message bug (#1094)
- Do not assume latest nonce is highest nonce when handling multiple pending tx's (#1098)
- Accept
Wei
objects in gas strategies (#1113) - Do not warn when using
no_call_coverage
as a pytest mark (#1150)