aragon / radspec

🤘 Radspec is a safe interpreter for Ethereum's NatSpec
MIT License
141 stars 36 forks source link

feat: add dcl known functions to @radspec helper #87

Closed nachomazzara closed 4 years ago

nachomazzara commented 4 years ago

I have added some functions to be tested by the agent.

'setOwnerCutPerMillion(uint256)': 'Set marketplace fees to `$1 / 1000000`%',
  'transferMarketplaceOwnership(address)':
    'Transfer ownership of the marketplace to `$1`',
  'transferOwnership(address)': 'Transfer ownership of the contract to `$1`',
  'pause()': 'Pause contract',
  'unpause()': 'Unpause Contract`'
claassistantio commented 4 years ago

CLA assistant check
All committers have signed the CLA.

coveralls commented 4 years ago

Coverage Status

Coverage increased (+0.04%) to 89.773% when pulling 0caa3a831d346a13bfc793b9db9c9241e6674b13 on nachomazzara:feat/add-dcl-known-functions into e306a11c711a8012be4d71d603fe2e2f05d15760 on aragon:master.