- Add
AuthForwardProxy
, an extension ofForwardPorxy
that is useful for contracts whose permissioned methods should not be made completely permissionless by usingForwardProxy
. It can be thought of as a 1-out-of-N multisig to interact with other smart contracts.
Full Changelog: v0.1.0...v0.2.0