Results 97 issues of George

With the introduction of Protocol 14 and specifically [CAP-33](https://github.com/stellar/stellar-protocol/blob/master/core/cap-0033.md), accounts can now be created **without** a starting balance when they are sponsored. The [CAP notes](https://github.com/stellar/stellar-protocol/blob/master/core/cap-0033.md#operation-validity-changes): > **Operation Validity Changes** >...

## Soroban RPC Changes With the introduction of [stellar/soroban-tools#1152](https://github.com/stellar/soroban-tools/pull/1152), the Soroban RPC server introduces the following changes: ### `sendTransaction` The response will include a new, optional field in its response...

## Upcoming Soroban RPC Change The [v20.1.0](https://github.com/stellar/soroban-tools/releases/v20.1.0) version of Soroban RPC introduces the following additive change: * [soroban-tools#1131](https://github.com/stellar/soroban-tools/pull/1131) Which changes the request schema for the `simulateTransaction` endpoint, adding the optional...

SDKs need to be updated to adapt to breaking changes that have occurred since Preview 11 (i.e. the current testnet release candidate) coming to Protocol 20. ## Summary of Breaking...

When closing this issue, please respond with **at least** the GitHub release that supports Protocol 20. # Protocol 20: Soroban The next version of the Stellar network will feature a...

I observed a particular behavior that Horizon would constantly retry when encountering certain transient errors: 1. When investigating a crash-loop (Slack thread), Horizon would run `catchup` and `new-db` over and...

horizon

### What problem does your feature solve? Converting to/from integer types can be a huge source of bugs, and the use of `xdr.Int128Parts` will be prolific in the Soroban world...

feature request

### What This omits `eventsource` by default from the bundle so that users can opt in **specifically** if they want streaming support. ### Why This module is quite problematic in...

dependencies

Thanks to @CITGuru for reporting this! It closes #914 and #915.