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
What was done?
Implement naive cycle retry in every platform method as a temporary fix
How Has This Been Tested?
Run the 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
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
What was done?
Implement naive cycle retry in every platform method as a temporary fix
How Has This Been Tested?
Run the wallet-lib tests
Breaking Changes
None
Checklist:
For repository code-owners and collaborators only