stellar-deprecated / account-viewer

DEPRECATED. Go to https://github.com/stellar/account-viewer-v2
Apache License 2.0
62 stars 65 forks source link

Update stellar SDK to 4.1.0 #110

Closed vcarl closed 4 years ago

stellar-jenkins commented 4 years ago

Preview is available here:
http://accountviewer-51336c7.previews.kube001.services.stellar-ops.com/

vcarl commented 4 years ago

Okay fun! It looks like the stellar SDK version is getting clobbered by the one needed by the interstellar-* modules (no relation to either the exchange or Interstellar company). If I set a breakpoint in the send widget and step in, I see:

Screen Shot 2020-04-22 at 3 12 06 PM

which matches up with the code used in stellar-sdk@0.6.0, which is the version depended on by the interstellar modules. I don't know how we could work around this, and previous attempts to unwind those deps have failed pretty hard. This may be a hard stop.

vcarl commented 4 years ago

Resolved by #112