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

Changes for updating indexer 2.3.2 release #282

Closed
onetechnical opened this issue Feb 23, 2021 · 0 comments · Fixed by #296
Closed

Changes for updating indexer 2.3.2 release #282

onetechnical opened this issue Feb 23, 2021 · 0 comments · Fixed by #296
Assignees
Labels

Comments

@onetechnical
Copy link
Contributor

onetechnical commented Feb 23, 2021

There are some changes we need to validate for the upcoming indexer release. These include:

  • Cumulative rewards are now computed and stored in the account "Rewards" field.
  • Round at which things are added or removed from the database are now reported. There is also a 'deleted' flag for each of these indicating whether the record is currently deleted:
    • account: 'created-at-round', 'closed-at-round'
    • asset: 'created-at-round', 'destroyed-at-round'
    • asset holding: 'opted-in-at-round', 'opted-out-at-round'
    • application: 'created-at-round', 'deleted-at-round'
    • account application: 'opted-in-at-round', 'closed-out-at-round'

There may be additional changes related to TEAL updates in an upcoming go-algorand release as well.

Includes cucumber testing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants