tinymanorg / tinyman-py-sdk

Tinyman Python SDK
MIT License
117 stars 60 forks source link

Remove default algod client from TinymanClient #29

Closed fergalwalsh closed 2 years ago

fergalwalsh commented 2 years ago

We have decided to remove the default AlgodClient instance from the TinymanTestnetClient & TinymanMainnetClient. The user must now explicitly create an AlgodClient instance pointing to a node supporting the full version of the Algod Rest API V2.

There are two reasons for doing this:

amit-meld commented 2 years ago

Hi @fergalwalsh , just wondering about the status of this PR. I believe the algoexplorer APIs are now deprecated, therefore the default algod client does not work anymore.