Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LockDealMulti - lock provider (or Bundle) for list of owners #53

Closed
Tracked by #17
Lomet opened this issue Jun 1, 2023 · 3 comments
Closed
Tracked by #17

LockDealMulti - lock provider (or Bundle) for list of owners #53

Lomet opened this issue Jun 1, 2023 · 3 comments
Milestone

Comments

@Lomet
Copy link
Member

Lomet commented Jun 1, 2023

Title: Implement LockDealMultiProvider

Description:

We need to create a new feature named LockDealMultiProvider. This feature is designed to interact with a list of wallets and providers, alongside their associated data. The majority of the data will remain constant, with variations only in the wallet and amount data.

The main functionality of LockDealMultiProvider is as follows:

  1. Accept and interact with a list of wallets, providers, and their respective data.
  2. Register this data within the system.
  3. Execute a single transfer for the total amount.

The LockDealMultiProvider does not need to directly implement withdrawal and split functionalities. This is because each pool will be accessible to the given provider, which will handle these operations.

This approach aims to improve operations by reducing the number of transfers, thus conserving on transaction costs and increasing efficiency.

Moreover, LockDealMultiProvider should be compatible with other providers like LockDealBundleProvider. Ensure that it can seamlessly integrate and work in harmony with such providers.

Tasks:

  • Develop LockDealMultiProvider that can accept a list of wallets, providers, and their data.
  • Create a mechanism within LockDealMultiProvider to register this data.
  • Enable LockDealMultiProvider to conduct a single transfer for the total amount based on the registered data.
  • Ensure compatibility of LockDealMultiProvider with other providers such as LockDealBundleProvider.

The goal of this issue is to optimize the handling of multiple wallets and providers in the LockDealNFT project while ensuring broad provider compatibility. Additional details and specifications should be clarified and added as needed.

@Lomet Lomet mentioned this issue Jun 1, 2023
2 tasks
@Lomet Lomet added this to the Stage 2 milestone Jun 1, 2023
@Lomet
Copy link
Member Author

Lomet commented Jun 21, 2023

name idea:
LockDealFactory
LockDealIssuer

@Lomet Lomet mentioned this issue Sep 11, 2023
12 tasks
@Lomet
Copy link
Member Author

Lomet commented Sep 18, 2023

will have 4:

  • SimpleBuilder
  • SimpleRefundBuilder
  • BundleBuilder
  • RefundBundleBuilder

This was referenced Sep 19, 2023
@Lomet Lomet mentioned this issue Sep 29, 2023
4 tasks
@Lomet
Copy link
Member Author

Lomet commented Sep 29, 2023

move to #324

@Lomet Lomet closed this as completed Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant