dao/contracts/terminus
Neeraj Kashyap 4b198dd3b4 Added "createSimplePoolV2" on TerminusFacet
Also made it so that if `requiredPayment` is set to 0 on a Terminus
contract, we will not even initiate the ERC20 `transferFrom`. This makes
it so that a Terminus contract in which the controller does not have to
pay to create a pool does not require setting a payment token.

Bumped dao version to `0.0.8`.

Added tests for `createSimplePoolV2` functionality.
2023-02-17 10:58:31 -08:00
..
controller Changed modifier on approveForPool and unapproveForPool 2022-07-29 05:59:06 -07:00
ERC1155WithTerminusStorage.sol A fix for the mintBatch vulnerability to bypass pool capacity 2022-11-22 08:18:36 -08:00
LibTerminus.sol Added "unapproveForPool" on Terminus and... 2022-07-29 05:49:14 -07:00
TerminusFacet.sol Added "createSimplePoolV2" on TerminusFacet 2023-02-17 10:58:31 -08:00
TerminusInitializer.sol Deployed Terminus diamond to Mumbai testnet 2021-12-22 12:39:34 -08:00
TerminusPermissions.sol working version of terminus controller 2022-06-08 16:08:30 +03:00
TokenDrainerFacet.sol payments are now done by transferring token to controllet contract 2022-06-13 15:57:40 +03:00