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

Expose account info field min-balance #808

Closed
tzaffi opened this issue Dec 16, 2021 · 7 comments · Fixed by #1596
Closed

Expose account info field min-balance #808

tzaffi opened this issue Dec 16, 2021 · 7 comments · Fixed by #1596
Assignees
Labels
new-feature-request Feature request that needs triage Team Lamprey

Comments

@tzaffi
Copy link
Contributor

tzaffi commented Dec 16, 2021

Problem

algorand/go-algorand#3287 has introduced min-balance to the response of algod's /v2/accounts/{{ACCOUNT}} as well as to the goal account info. However, this is not yet available in the indexer.

Dependencies

algorand/go-algorand#3287

Urgency

Medium

@tzaffi
Copy link
Contributor Author

tzaffi commented Jan 14, 2022

Relevant slack thread discussing the viability of introducing a test to check the parity of indexer v. algod

@2i2i
Copy link

2i2i commented Jan 16, 2022

discussing the viability of introducing a test to check the

How can I get access to the slack channel?

@tzaffi tzaffi changed the title Expose new account info field min-balance Expose account info field min-balance Jan 18, 2022
@jeapostrophe
Copy link

Yea, we need this too

@jeapostrophe
Copy link

I see that a PR including this was added but the REST API docs still say it isn't included... is it actually? https://developer.algorand.org/docs/rest-apis/indexer/#account

@jeapostrophe
Copy link

Doesn't appear to be :'(

@RootSoft
Copy link

RootSoft commented Mar 24, 2022

We would like to see this being added as well.
Since v2/accounts/ has been disabled on AlgoExplorers algod endpoints, some users of the dart-sdk have been requesting the min-balance on the Indexer endpoint.

@tzaffi
Copy link
Contributor Author

tzaffi commented Jul 19, 2022

For future reference:

All the necessary data for computing the present Min-Balance is present in the JSONB column account.account_data

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-feature-request Feature request that needs triage Team Lamprey
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants