Skip to content

Releases: hbarcelos/forward-proxy

v0.2.0

08 Mar 21:27
96de1b9
Compare
Choose a tag to compare
  • Add AuthForwardProxy, an extension of ForwardPorxy that is useful for contracts whose permissioned methods should not be made completely permissionless by using ForwardProxy. 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

18 Feb 21:26
7d32390
Compare
Choose a tag to compare

Initial implementation

Full Changelog: https://github.com/hbarcelos/forward-proxy/commits/v0.1.0