algorand / algorand-sdk-testing

Testing framework for Algorand SDKs
MIT License
20 stars 35 forks source link

Pin Indexer to master until follower node issue is resolved #269

Closed tzaffi closed 1 year ago

tzaffi commented 1 year ago

Summary

Currently, the bleeding edge of indexer is broken in sandbox because sandbox doesn't properly set up the follower node. (see: https://github.com/algorand/sandbox/issues/175). In order to get test passing in the SDK's, I recommend this patch. Once sandbox is fixed, we should revert to its develop branch.

Testing