dao/dao
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
..
Diamond.py Added EIP1559 parameters to arguments for all transaction commands 2022-01-25 21:58:26 -08:00
DiamondCutFacet.py Added EIP1559 parameters to arguments for all transaction commands 2022-01-25 21:58:26 -08:00
DiamondLoupeFacet.py Added EIP1559 parameters to arguments for all transaction commands 2022-01-25 21:58:26 -08:00
ERC20Facet.py Added EIP1559 parameters to arguments for all transaction commands 2022-01-25 21:58:26 -08:00
ERC20Initializer.py Added EIP1559 parameters to arguments for all transaction commands 2022-01-25 21:58:26 -08:00
MoonstreamTokenFaucet.py Added EIP1559 parameters to arguments for all transaction commands 2022-01-25 21:58:26 -08:00
OwnershipFacet.py Added EIP1559 parameters to arguments for all transaction commands 2022-01-25 21:58:26 -08:00
TerminusControllerFacet.py Added tests on TerminusController for pool approvals 2022-08-02 05:57:54 -07:00
TerminusFacet.py Added "createSimplePoolV2" on TerminusFacet 2023-02-17 10:58:31 -08:00
TerminusInitializer.py Added EIP1559 parameters to arguments for all transaction commands 2022-01-25 21:58:26 -08:00
__init__.py SEt up "dao" CLI skeleton 2021-12-11 18:45:58 -08:00
abi.py Added CLI functionality for basic diamond operations 2021-12-12 13:33:56 -08:00
cli.py added to cli 2022-06-08 16:10:43 +03:00
core.py Merge pull request #48 from bugout-dev/terminus-controller 2022-06-13 06:31:47 -07:00
test_core.py Black formatting 2022-05-16 13:52:26 -03:00
test_moonstream.py Black formatting 2022-05-16 13:52:26 -03:00
test_terminus.py Added "createSimplePoolV2" on TerminusFacet 2023-02-17 10:58:31 -08:00
test_terminus_controller.py Added tests on TerminusController for pool approvals 2022-08-02 05:57:54 -07:00