Skip to content

Commit

Permalink
AT0084700000000000000000006010901remove ida functionality from SuperT…
Browse files Browse the repository at this point in the history
…okenV1Library, IDAv1Library
  • Loading branch information
d10r committed Oct 18, 2024
1 parent c8795f8 commit 689e906
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 5,461 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ import { AgreementLibrary } from "./AgreementLibrary.sol";


/**
* @title InstantDistributionAgreementV1 contract
* @title [DEPRECATED] InstantDistributionAgreementV1 contract
* @author Superfluid
* @dev Please read IInstantDistributionAgreementV1 for implementation notes.
* @dev For more technical notes, please visit protocol-monorepo wiki area.
* @custom:deprecated Use GeneralDistributionAgreementV1 instead
*
* Storage Layout Notes
* Agreement State
Expand Down
3 changes: 2 additions & 1 deletion packages/ethereum-contracts/contracts/apps/CFAv1Library.sol
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ import {
} from "../interfaces/superfluid/ISuperfluid.sol";

/**
* @title Constant flow agreement v1 library
* @title [DEPRECATED] Constant flow agreement v1 library
* @custom:deprecated Use SuperTokenV1Library instead
* @author Superfluid
* @dev for working with the constant flow agreement within solidity
* @dev the first set of functions are each for callAgreement()
Expand Down
Loading

0 comments on commit 689e906

Please sign in to comment.