Releases: hbarcelos/forward-proxy
Releases · hbarcelos/forward-proxy
v0.2.0
- 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
v0.1.0
Initial implementation
Full Changelog: https://github.com/hbarcelos/forward-proxy/commits/v0.1.0