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:
the default as currently set is using AlgoExplorer APIs that are now deprecated and will be disabled soon
to avoid directing high levels of requests to public APIs by automated scripts using this sdk out of the box
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.
We have decided to remove the default
AlgodClient
instance from theTinymanTestnetClient
&TinymanMainnetClient
. The user must now explicitly create anAlgodClient
instance pointing to a node supporting the full version of the Algod Rest API V2.There are two reasons for doing this: