py-algorand-sdk icon indicating copy to clipboard operation
py-algorand-sdk copied to clipboard

Pass cucumber tests for `min-balance` field in **Account Info**

Open tzaffi opened this issue 3 years ago • 0 comments

Problem

min-balance is available in algod and in the Python SDK (for free) but no tests have been written to prove this.

Solution

https://github.com/algorand/go-algorand/pull/3287 has introduced min-balance to the response of algod's /v2/accounts/{{ACCOUNT}} as well as to the goal account info and -for free- in the Python SDK.

  • Pass appropriate cucumber tests

Dependencies

  • Cucumber tests issue: https://github.com/algorand/algorand-sdk-testing/issues/155

Urgency

Low

tzaffi avatar Dec 17 '21 16:12 tzaffi