-
Notifications
You must be signed in to change notification settings - Fork 69
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 min-balance
field in **Account Info**
#286
Comments
Is it okay if I can take a stab at this? I am wondering how to effectively update the sdk-testing repo and the individual repos for cucumber test changes. Is the idea is to push the changes to all repo at once?
java-algorand-sdk/src/test/java/com/algorand/algosdk/integration/Indexer.java Lines 198 to 200 in e9871a5
|
That's a good point. You can add a new cucumber test together with a filter label (something like |
@tzaffi Thank you! I am not working on this anymore. |
Hey @tzaffi , quick question regarding this. When we refer to the /v2/accounts/{{ACCOUNT}} REST call above which are we referring to ? /v2/accounts/{address} - algod Based on what you've said above, as well as having looked at the swaggers I believe the change needs to be made for algod, however the person who last worked on this has suggested making changes in the Indexer response |
hi @jds1g14 - this issue when it was created was to provide |
Perfect, I'll start work on this.
|
I wonder why this isn't autogenerated. It appears to be in the OpenAPI spec: https://github.com/algorand/go-algorand/blob/master/daemon/algod/api/algod.oas2.json#L2466 |
It's because |
Problem
min-balance
is available inalgod
but not in the Java SDK.Solution
algorand/go-algorand#3287 has introduced
min-balance
to the response ofalgod
's/v2/accounts/{{ACCOUNT}}
as well as to thegoal account info
.min-balance
fieldDependencies
min-balance
algorand-sdk-testing#155Urgency
Low
The text was updated successfully, but these errors were encountered: