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

Add custom token management #1161

Draft
wants to merge 9 commits into
base: dev
Choose a base branch
from
Draft

Add custom token management #1161

wants to merge 9 commits into from

Conversation

redDwarf03
Copy link
Member

Description

Fixes #1160

Type of change

  • New feature (non-breaking change which adds functionality)

Material used:

Please delete options that are not relevant.

  • iOS (Smartphone/Tablet)

How Has This Been Tested?

  • Add / Hide custom tokens
  • In add custom sheet, search token by address or directly in the user's balance
  • In swap sheet, search token by address or in custom list

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

Useful info for the reviewer:

@redDwarf03 redDwarf03 linked an issue Nov 5, 2024 that may be closed by this pull request
lib/application/tokens/tokens.dart Outdated Show resolved Hide resolved
lib/domain/models/token_parser.dart Outdated Show resolved Hide resolved
import 'package:collection/collection.dart';

mixin TokenParser {
Future<aedappfm.AEToken> tokenModelToAETokenModel(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Idealement, prendre 30 min pour faire des TU sur cette methode.

lib/ui/views/add_custom_token/bloc/provider.dart Outdated Show resolved Hide resolved
@redDwarf03 redDwarf03 marked this pull request as draft November 5, 2024 21:49
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

Successfully merging this pull request may close these issues.

Add custom token
2 participants