perun-network / erdstall-ts-sdk

TypeScript client SDK to interact with Erdstall.
Apache License 2.0
5 stars 2 forks source link

Show Warning/Error if the operator has a different API version #145

Open DragonDev1906 opened 2 years ago

DragonDev1906 commented 2 years ago

I've initially used the version 0.1.3 on npm, since npm didn't have a newer version and there was no newer release on github either. It would have been nice if the SDK complained/warned me that it is not compatible with the API provided by the Erdstall operator instead of silently failing in the deposit/subscribe calls. This could prevent some issues when an outdated SDK version is used.