Results 105 comments of George

You can learn what the balance is if you know the assets an account holds, either via [`rpc.getSACBalance`](https://stellar.github.io/js-stellar-sdk/module-rpc.Server.html#getSACBalance) or via [`getLedgerEntries`](https://developers.stellar.org/docs/data/apis/rpc/api-reference/methods/getLedgerEntries#trustlines), but if you don't know what they are, you...

As a reference point of implementation, you can refer to the JavaScript SDK release candidates: * [`@stellar/[email protected]`](https://github.com/stellar/js-stellar-base/releases/tag/v14.0.0-rc.1), the XDR and transaction building layer * [`@stellar/[email protected]`](https://github.com/stellar/js-stellar-sdk/releases/tag/v14.0.0-rc.1), the API clients layer Note...

> that'll be used with a version of the js-stellar-sdk that they may already have imported into their application This is a fundamentally incorrect thing to do. The only way...

> Why is it unreasonable for someone to import the js-stellar-sdk for some uses It's not, but they should be importing it from the bindings themselves! > We've seen folks...

> Just because they have a newer CLI doesn't mean they will want to upgrade the bindings or the SDK in use though. If you update your software you update...

Heroic accomplishment, can be closed I think 👍

## Kick-Off Discussion Notes There are many possible approaches on improving the XDR TypeScript pipeline, each with their own trade-offs: * [`@stellar/stellar-xdr-json-web`](https://www.npmjs.com/package/@stellar/stellar-xdr-json-web) requires an environment that can instantiate a WASM...

@chadoh figures 😂 wellll I don't think this is a high-enough priority item given the massive gains in #1066! Imo we should just call this a dead end since there's...