algorand / algorand-sdk-testing

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

Update indexer mock responses #308

Closed jasonpaulos closed 2 months ago

jasonpaulos commented 7 months ago

The existing responses are 4 years old and missing many new fields, and this PR aims to correct that. I produced new ones from a current indexer and I deleted files that were unused

jasonpaulos commented 2 months ago

It's no longer necessary to do this, since the JS SDK no longer panics if a required field is missing.

I've opened #315 to remove the unused files