Results 97 issues of George

### What problem does your feature solve? A contract developer should be able to fix their contract behavior to a particular asset or assets. For example, * Only use the...

# Protocol 23: SDK Changes ## XDR Changes * XDR should be upgraded to [stellar-xdr@`4b7a2e`](https://github.com/stellar/stellar-xdr/commit/4b7a2ef7931ab2ca2499be68d849f38190b443ca). This includes, but is not limited to: - Handling `LedgerCloseMetaV2` and `TransactionMetaV4` - Handling the...

# Protocol 23: SDK Changes ## XDR Changes * XDR should be upgraded to [stellar-xdr@`4b7a2e`](https://github.com/stellar/stellar-xdr/commit/4b7a2ef7931ab2ca2499be68d849f38190b443ca). This includes, but is not limited to: - Handling `LedgerCloseMetaV2` and `TransactionMetaV4` - Handling the...

Currently it's very easy to use the SDK to send a payment to another account. However, it's not as straightforward to send payments to recipients which are smart contracts. We...

### What * `XdrLargeInt` has been renamed to `Int` * `ScInt` and `scValToBigInt` have been removed to simplify the API surface: ```typescript // before: new ScInt(value); new ScInt(value, { type:...

# Protocol 23: SDK Changes ## XDR Changes * XDR should be upgraded to [stellar-xdr@`4b7a2e`](https://github.com/stellar/stellar-xdr/commit/4b7a2ef7931ab2ca2499be68d849f38190b443ca). This includes, but is not limited to: - Handling `LedgerCloseMetaV2` and `TransactionMetaV4` - Handling the...