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

Create Weighted Pools #166

Open
wants to merge 19 commits into
base: v2
Choose a base branch
from
Open

Commits on Nov 5, 2024

  1. <feature>: functional pool UI with token selection, the three pool ty…

    …pes, duplicate detection, and liquidity input. TBD the actual pool creation part
    PaulMcInnis committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    6052a4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be37b32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    994f0d5 View commit details
    Browse the repository at this point in the history
  4. <feature>: wip but added balancer + approval checks at the bottom of …

    …the page and started pulling in the SDK v2 pool creation stuff
    PaulMcInnis committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    108fe87 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5ae2454 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    284d881 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1399981 View commit details
    Browse the repository at this point in the history
  8. <fix>: salt in one spot

    PaulMcInnis committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    f486611 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2ca90a4 View commit details
    Browse the repository at this point in the history
  10. <feature>: wip where we are using a hook for pulling in relayer appro…

    …val vs having it inside CreatePageContent
    PaulMcInnis committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    6dc0129 View commit details
    Browse the repository at this point in the history
  11. <fix>: cleaning up by dumping an event finding function we didnt use,…

    … and by properly refactoring the weird base/quote nomenclature that doesnt apply in balancer
    PaulMcInnis committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    618fbd8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    000282f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cd0e716 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a280955 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    19f2489 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6806e58 View commit details
    Browse the repository at this point in the history
  17. feat(bex): allow passing in slippage to useMultipleTokenApprovalsWith…

    …Slippage so we can not include it during pool init join tx token approvals
    PaulMcInnis committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    e3af823 View commit details
    Browse the repository at this point in the history
  18. feat(bex): handle properly user inputs for naming their pool & pool s…

    …ymbol & prepare to move approvals / submission into a preview page + improved default names
    PaulMcInnis committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    7dc7be8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    85bdb96 View commit details
    Browse the repository at this point in the history