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: add airdrop related transaction types #1433

Merged
merged 4 commits into from
Oct 17, 2024

Commits on Oct 16, 2024

  1. Add transaction types TOKENREJECT, TOKENAIRDROP & TOKENCLAIMAIRDROP t…

    …o those showing (potentially) a transfer graph in their summary.
    
    Signed-off-by: Simon Viénot <[email protected]>
    svienot committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    e46188c View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Remove VITE_APP_ENABLE_AIRDROP feature flag for showing airdrop trans…

    …action types in Transactions filter.
    
    Signed-off-by: Simon Viénot <[email protected]>
    svienot committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    870139f View commit details
    Browse the repository at this point in the history
  2. Remove unit tests checking the effect of VITE_APP_ENABLE_AIRDROP vari…

    …able not set.
    
    Signed-off-by: Simon Viénot <[email protected]>
    svienot committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    b1bcea9 View commit details
    Browse the repository at this point in the history
  3. Remove all use of VITE_APP_ENABLE_AIRDROP variable in unit tests.

    Signed-off-by: Simon Viénot <[email protected]>
    svienot committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    94bbeba View commit details
    Browse the repository at this point in the history