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

FOR REVIEW ONLY: py-algorand-sdk v2.6.0 #542

Merged
merged 11 commits into from
Jun 5, 2024
Merged

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Jun 5, 2024

What's Changed

Bugfixes

Enhancements

Other

New Contributors

Full Changelog: v2.5.0...v2.6.0

jasonpaulos and others added 11 commits November 27, 2023 16:55
* Allow the various key-ish fields of a keyreg txn to be bytes

Previously, these fields were required to be base64 encoded, which
seems like a strange requirement.  Now they may be bytes or b64
strings. Either way, they are stored in the python object as b64
strings to maintain compatibility with our original decision,
regardless of how strange it was.

Added a few doc string cleanups.
* Uses sp.min_fee if available

Rather than use a hard coded constant for min_fee, use the one that is
returned in SuggestedParams if available.

Since some people may create a SuggestedParams by hand rather than get
one from server (because our APIs require one even though the caller
may feel they "know better"), continue to use the constant if the
sp.min_fee is None.

* Only use the constant if sp.min_fee is None (not when 0)
@Algo-devops-service Algo-devops-service merged commit bb8d4a3 into master Jun 5, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants