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: go-algorand-sdk v2.1.0 #529

Merged
merged 17 commits into from
May 9, 2023
Merged

FOR REVIEW ONLY: go-algorand-sdk v2.1.0 #529

merged 17 commits into from
May 9, 2023

Conversation

excalq
Copy link
Contributor

@excalq excalq commented May 8, 2023

What's Changed

Supports new devmode block timestamp offset endpoints.

Bugfixes

Enhancements

Other

New Contributors

Full Changelog: v2.0.0...v2.1.0

algojack and others added 17 commits January 3, 2023 13:24
* Update README.md

* Update README.md

Co-authored-by: Jason Paulos <[email protected]>

Co-authored-by: Jason Paulos <[email protected]>
* Initial examples setup, algod and indexer

* account and kmd examples for docs

* gofmt

* Participation code. Only includes marking online atm

* adding more files

* adding atomic transfer example

* Adding asa examples

* Adding atc

* Adding app txns

* adding lsig examples

* Adding codec and debug examples

---------

Co-authored-by: nullun <[email protected]>
…the user to pass a custom http transport (#520)

* Add MakeClientWithTransport client override that allows the user to pass a custom http RoundTripper (transport)

The sdk previously only used the default http client and the default client, using the default transport has severe limitations for apps making multiple connections to the same host.
This new method will allow users to pass a new Transport instance which has new values for things like MaxIdleConnsPerHost and MaxIdleConns.

* Remove unicode character accidentally inserted into a comment.

* Add generated files

* Regenerate import for indexer

---------

Co-authored-by: algochoi <[email protected]>
* Add MakeClientWithTransport client override that allows the user to pass a custom http RoundTripper (transport)

The sdk previously only used the default http client and the default client, using the default transport has severe limitations for apps making multiple connections to the same host.
This new method will allow users to pass a new Transport instance which has new values for things like MaxIdleConnsPerHost and MaxIdleConns.

* Remove unicode character accidentally inserted into a comment.

* Add generated files

* Regenerate import for indexer

* Add test for new client method

* Refactor and cleanup test
@excalq excalq requested review from winder, barnjamin, jasonpaulos, a team and algobarb May 8, 2023 22:31
@excalq excalq merged commit 282ba95 into master May 9, 2023
@excalq excalq deleted the release/v2.1.0 branch May 9, 2023 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants