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

feat(#major); curve; handle TricryptoPoolDeployed event #2573

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    a117056 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0df1e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    922e0a7 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    574d382 View commit details
    Browse the repository at this point in the history
  2. fix[curve-finance]:RemoveLiquidityOneWithPriceScale

    When pool is tricrypto-pool, sometimes not exist Transfer event that from_address = pool_address and to_address = provider, when RemoveLiquidityOneWithPriceScale event occured.
    Such as  pool='0x7F86Bf177Dd4F3494b841a37e810A34dD56c829B', transaction_hash='0x1804be3e0c5ffa486baefd537b9e393e7d2b53f1abf829e98d10bfa8f12b1d6a'.
    
    But the event provide 2 args: coin_amount, coin_idx.
    When handle RemoveLiquidityOneWithPriceScale, there is no need to use transfer event to get the withdraw tokens and amounts.
    fishTsai20 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    5914d91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dcc4354 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. fix[curve-finance]:RemoveLiquidityOneWithPriceScale

    When pool is tricrypto-pool, sometimes not exist Transfer event that from_address = pool_address and to_address = provider, when RemoveLiquidityOneWithPriceScale event occured.
    Such as  pool='0x7F86Bf177Dd4F3494b841a37e810A34dD56c829B', transaction_hash='0x1804be3e0c5ffa486baefd537b9e393e7d2b53f1abf829e98d10bfa8f12b1d6a'.
    
    But the event provide 2 args: coin_amount, coin_idx.
    When handle RemoveLiquidityOneWithPriceScale, there is no need to use transfer event to get the withdraw tokens and amounts.
    fishTsai20 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    a3ecde6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de2d811 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    66f71b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    377d48e View commit details
    Browse the repository at this point in the history