axelarnetwork / axelar-gmp-sdk-solidity

Solidity libraries and utilities provided by Axelar.
27 stars 30 forks source link

feat: operators contract as per ticket axe680 #39

Closed deanamiel closed 1 year ago

deanamiel commented 1 year ago

Contract described in ticket AXE-680. It is a pretty straightforward implementation of having multiple operators any of whom can call any arbitrary contract. There is also onlyOwner functionality to add and remove operators.

Note: This PR has been moved here from the cgp repo. Previous PR can be found here: https://github.com/axelarnetwork/axelar-cgp-solidity/pull/195

Solidity Test Coverage Report for Operators.sol: 100% Statements 12/12 | 100% Branches 18/18 | 100% Functions 6/6 | 100% Lines 17/17