Skip to content

token add and update#158

Open
Prannav-k wants to merge 5 commits intostagingfrom
token-add-and-update
Open

token add and update#158
Prannav-k wants to merge 5 commits intostagingfrom
token-add-and-update

Conversation

@Prannav-k
Copy link
Copy Markdown
Contributor

No description provided.

@Prannav-k Prannav-k requested a review from kousthubraja August 8, 2023 08:07
Comment thread app/routers/request_models.py Outdated
disallowed_regions: Optional[List[str]] = []
is_smart_contract_token: bool = False
token_update: bool = False
token_add_update : bool = False
Copy link
Copy Markdown
Contributor

@kousthubraja kousthubraja Aug 11, 2023

Choose a reason for hiding this comment

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

@Prannav-k what will be the behaviour when token_update and token_add_update are present? also with delete. ideally only 1 flag of type string or int should be used which can be something like

  • 1 for add
  • 2 for modify
  • 3 for delete

need to consider backdated txns too for token_update. are there any in mainnet?

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.

2 participants