ampleforth-contracts icon indicating copy to clipboard operation
ampleforth-contracts copied to clipboard

Orchestrator Updates

Open aalavandhan opened this issue 3 years ago • 1 comments

Fixes issues listed in #192

  • The orchestrator imports the entire UFragmentsPolicy.sol. The typical way to address this is to just import the relevant interface, instead of importing the full contract. This helps reduce the deployed contract size.
  • Use the revert message to indicate the index of the external call transaction which failed
  • Use non upgradable version of Ownable in The Orchestrator contract.

aalavandhan avatar Apr 02 '21 17:04 aalavandhan

@tedwu13 you can review this too

aalavandhan avatar Apr 02 '21 17:04 aalavandhan