- Breaking change:
stellar-sdkno longer ships with anEventSource
polyfill. If you plan to support IE11 / Edge, please use
event-source-polyfill
to setwindow.EventSource. - Upgrade
stellar-baseto a version that doesn't use thecryptolibrary,
fixing a bug with Angular 6 - Add
Server.prototype.fetchTimebounds, a helper function that helps you set
thetimeboundsproperty when inittingTransactionBuilder. It bases the
timebounds on server time rather than local time.