Client crashing when getting transaction info from older dapi nodes
What was done?
Implemented simple retries for platform method for the case when connecting to a dapi instance that doesn't return metadata. This is a temporary fix and should be removed once proper dapi probing is implemented
How Has This Been Tested?
Run wallet-lib tests
Breaking Changes
None
Checklist:
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[x] I have added or updated relevant unit/integration/functional/e2e tests
[x] I have made corresponding changes to the documentation
For repository code-owners and collaborators only
[x] I have assigned this pull request to a milestone
Issue being fixed or feature implemented
Client crashing when getting transaction info from older dapi nodes
What was done?
Implemented simple retries for platform method for the case when connecting to a dapi instance that doesn't return metadata. This is a temporary fix and should be removed once proper dapi probing is implemented
How Has This Been Tested?
Run wallet-lib tests
Breaking Changes
None
Checklist:
For repository code-owners and collaborators only