contracts icon indicating copy to clipboard operation
contracts copied to clipboard

The Inverter Network protocol smart contracts

Results 32 contracts issues
Sort by recently updated
recently updated
newest added

## What has been done Added the `indexed` keyword to events in the KPI rewarder

## What has been done Removed unnecessary callback function declarationa in IOptimisticOracleIntegrator and updated natspec comments

## What has been done Added a storage gap to all upgradeable modules. ## Open question I also added gaps to non-upgradeable abstract contracts if they are going to be...

Some scripts for new modules were missing (PaymentRouter,KPIRewarder,RestrictedBondingCurve). This PR adds them, together with a script to deploy a Q/Acc workflow

## What has been done - Moved `_setRoleAdmin(BURN_ADMIN_ROLE, BURN_ADMIN_ROLE);`to the initialization function - Added check to the tests Closes [SC-296]

Custom TransparentProxy to enable owners to update to the newest Beacon implementation From [SyncLinear.com](https://synclinear.com) | [SC-138](https://linear.app/inverter/issue/SC-138/implement-immutability-option-for-module-deployments)

Urgent

This PR will contain the fixes to the audit by [Macro](https://0xmacro.com/). Description in progress.

audit

Description will follow. I am revamping the scripts, as they are pretty much focused on local/dev deployments instead of "real" deployments. I will tag the appropriate people and add a...

This adds a check to the `ModuleManager`, resulting in only being able to add modules to an Orchestrator if they are properly registered through our factory. ⚠️ The tests of...