Results 97 issues of George

## 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...

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...

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...

**TL;DR**: Array-based passing will no longer be allowed in Soroban RPC. ## Soroban RPC Changes With the introduction of [stellar/soroban-rpc#13](https://github.com/stellar/soroban-rpc/issues/13), the Soroban RPC server changes the way it interprets the...

Implement support for https://github.com/stellar/soroban-rpc/pull/120 Also send out issues to other external SDKs with relevant updates

objective-2

The Soroban RPC server class (`rpc.Server`) should support the new `getTransactions` endpoint which will be released as part of https://github.com/stellar/soroban-rpc/pull/174 and has the schema outlined here: https://github.com/stellar/soroban-rpc/issues/110.

rpc-sdk-scrum

```[tasklist] ### Tasks - [ ] #936 - [ ] https://github.com/stellar/js-stellar-sdk/issues/997 - [ ] https://github.com/stellar/js-stellar-sdk/issues/943 - [ ] https://github.com/stellar/js-stellar-sdk/issues/944 - [ ] https://github.com/stellar/js-stellar-sdk/issues/942 - [ ] https://github.com/stellar/js-stellar-sdk/issues/973 - [ ]...

**Is your feature request related to a problem? Please describe.** Building ledger entries by hand sucks and you need to understand too much about Soroban internals. **Describe the solution you'd...