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

Like in a module, we should probably use the Metadata functionality for the Orchestrator as well, since currently, it's just a hardcoded number that represents its version.

changes
low prio

Another picture dump for now - for the next one they'll probably do the PR directly in this repo so everybody can comment ![Screenshot from 2023-08-08 05-53-08](https://github.com/InverterNetwork/inverter-contracts/assets/82726722/71cf8a66-2af0-492f-a979-d7fa1c841e56) ![Screenshot from 2023-08-08...

audit-fix
high prio

As an answer to the internal audit of the ElasticReceiptToken Contract (#193 ) we agreed to update the tests for the contract to bring it to a state of the...

testing
low prio

I created a E2E Test that shows the steps needed for a BondingCurve FundingManager Transferal. Should I add more tests, that check if the transferal worked? If so which tests...

This PR consolidates the efforts on the two PIM factories: * it removes the outdated generalized factory * it adds the restricted factory (Qacc use case) * it adds the...

This pull request introduces the Dynamic Issuance feature, which allows for issuing the Native Token of an Avalanche L1 through the Bonding Curve Funding Manager using the Teleporter infrastructure. The...

Feature

Just noticed two things when checking #662 after it was merged, which is why I opened this PR quickly. It had: * Compiler Warnings * In the main contract, `_token`...

Contains the Topos-related contracts, including: * FM_EXT_TokenVault_v1 * FM_BC_BondingSurface_Redeeming_Restricted_Repayer_Seizable_v1 * FM_BC_BondingSurface_Redeeming_v1 * BondingSurface Ready to be reviewed by **[Team Omega](https://teamomega.eth.limo/)**, after which it will be merged into `dev`.

audit