Results 105 comments of George

Closing in favor of https://github.com/stellar/js-stellar-sdk/issues/1166 which is a dupe

You should be sure to use a React Native compiler that supports BigInt literals (like `1234n`).

@Luluameh which compiler are you using for React Native? One of them has support for BigInt literals whereas others don't, at least when this issue was created. cc @fnando who...

Doesn't [`Client.from({ contractId: "..." })`](https://stellar.github.io/js-stellar-sdk/module-contract.Client.html#.from) do what you're asking? The docs for `options` could certainly be better (I'll look into why they aren't being included in the module docs) but...

@leighmcculloch thanks! Is the spec for the SAC somewhere on chain or is it just... CAP-driven vibes?

@silence48 is this still true? :confused:

> Developers could use older versions of the js-stellar-sdk with newer versions of the stellar-cli without concern for breakage or subtle changes to generated code. You already can do this:...

Ah yes, @KyleSmith19091 you need to [gpg sign your commits](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification) for them to be merged into this repo :pray:

tfw people actually use `FederationServer` This is already possible for Horizon if you use `axios` because its instance is exported from the library and supports `AbortController` which you can hook...

@ScottyPoi yeah this issue runs deep - you'd actually have to start at the [js-xdr](https://github.com/stellar/js-xdr) level lol. @Ryang-21 and I discussed this and I think it makes sense to put...