You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Breaking change: stellar-sdk no longer ships with an EventSource
polyfill. If you plan to support IE11 / Edge, please use event-source-polyfill
to set window.EventSource.
Upgrade stellar-base to a version that doesn't use the crypto library,
fixing a bug with Angular 6
Add Server.prototype.fetchTimebounds, a helper function that helps you set
the timebounds property when initting TransactionBuilder. It bases the
timebounds on server time rather than local time.