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: generalize transfer history for aex141 #882

Merged
merged 2 commits into from
Aug 31, 2022
Merged

Conversation

jyeshe
Copy link
Member

@jyeshe jyeshe commented Aug 31, 2022

What

  • Adds transfer history endpoints for nft contracts (AEX-141)
  • Indexes and reads transfers from generic Aexn* records

Why

Refs #629

Notes

  • Includes a migration to move aex9 transfers to generic ones.
  • The aex9 transfers tables and its contents will be dropped on a following release.

@jyeshe jyeshe self-assigned this Aug 31, 2022
@jyeshe
Copy link
Member Author

jyeshe commented Aug 31, 2022

additional note: The second pubkey and the value (amount or token_id) might be moved out of the index of the record (to a second field on the record). It will be done after indexing the transfers by contracts.

@jyeshe
Copy link
Member Author

jyeshe commented Aug 31, 2022

rebased with new Dockerfile

@jyeshe jyeshe merged commit c6cb13c into master Aug 31, 2022
@jyeshe jyeshe deleted the aexn-transfer-history branch August 31, 2022 16:50
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.

None yet

3 participants