Results 97 issues of George

## Protocol 19 SDK Support Once voted in, the release of Protocol 19 will introduce two new CAPs: - [**CAP-21**](https://stellar.org/protocol/cap-21), which introduces new transaction validity preconditions, and - [**CAP-40**](https://stellar.org/protocol/cap-40), which...

Muxed accounts (introduced into the protocol in [CAP-27](https://stellar.org/protocol/cap-27) and defined in its string form in [SEP-23](https://stellar.org/protocol/sep-23)) **should now be supported by default**. Previously, we asked that they be hidden behind...

This is a potpourri of enhancements, improvements, fixes, etc. both large and small that are better off existing in a shared, collaborative space rather than the ephemeral notes and snippets...

Once Protocol 19 is voted in, it will introduce two CAPs, [CAP-21](https://stellar.org/protocol/cap-21) and [CAP-40](https://stellar.org/protocol/cap-40), alongside a new StrKey (see [SEP-23](https://stellar.org/protocol/sep-23)) for signed payload signers. Documentation work includes the following: -...

We [recommend](https://developers.stellar.org/docs/run-api-server/ingestion/#managing-storage) configuring `CATCHUP_RECENT` in Stellar Core if you set up a retention period: > If you configure this parameter, we also recommend configuring the CATCHUP_RECENT value for your Captive...

bug

**Note:** Lots of people tagged for review mostly as an FYI as there may or may not be far-reaching implications to this change. ### What Introduce a better check for...

Due to the fact that React Native does not have strong support for `BigInt` literals (see https://github.com/facebook/react-native/issues/34603#issuecomment-1241038509), this library (and, by extension, the entire Stellar JavaScript SDK, e.g. [`stellar-base`](https://github.com/stellar/js-stellar-base) and...

**Is your feature request related to a problem? Please describe.** It is very convenient to be able to use XDR types that correlate to a native type in an inline,...