stellar / js-xdr

Read/write XDR encoded data structures (RFC 4506)
Apache License 2.0
25 stars 31 forks source link

WIP: Update core dependencies #10

Closed nullstyle closed 1 year ago

poliha commented 6 years ago

Looks good so far, just once concern. Won't changes here need to be propagated across(or at least tested against) js-stellar-base and/or js-stellar-sdk?

nullstyle commented 6 years ago

@poliha yeah, these changes will need to happen across all of our js libraries. Right now the plan is to update the code for all of them and get them consistent and working before we publish to npm. Once we have the code all updated, we publish back to back. sound good?