-
Notifications
You must be signed in to change notification settings - Fork 143
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
Release/v1.8.0 #240
Merged
Merged
Release/v1.8.0 #240
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* fix : f-strings changed to str.format * fix : f-strings changed to str.format
…into algochoi/formatting-black
* Fix JSON decoding in AlgodHTTPError * Add logging around error * Apply same fix to indexer * Fix integration tests
…into algochoi/formatting-black
Add black as a code formatter to py-algorand-sdk
* Update langspec * Add app address function * add type hints * Implement and test new indexer logs endpoint * Pin black version * Test more ops * Enable new cucumber test
* Incorporated wait_for_confirmation into the AlgodClient * Replaced parts of code that manually wait for transaction to confirm with dedicated wait_for_confirmation() * Fixed small bug * Moved locatoin of wait_for_confirmation code to transaction.future * Moved locatoin of wait_for_confirmation code to transaction.future * Integrated comments from PR * Small change in how wait_rounds branches or not * Reformatted files * Added doc comment for algod_client
bricerisingalgorand
requested review from
onetechnical,
jasonpaulos,
egieseke,
algobarb and
algojack
October 4, 2021 22:44
jasonpaulos
approved these changes
Oct 4, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changelog
1.8.0
Added
Bug Fixes