George
George
All of these PRs have already been reviewed: * #769 * #774 * #770 This just merges the feature branch into master and makes `npm` publishing use the `beta` tag...
This will give users more flexibility in multi-sig scenarios when the address on the entry is not the same as the address that signs the entry. _Originally posted by @overcat...
# State Archival Platform Work: JavaScript XDR **Epic**: stellar/soroban-rpc#267 **General Overview:** [design document](https://docs.google.com/document/d/1FVJLQeGumTLd0R7jCH6lOtMKmdBGVcP5kfbtlIHSg8c/edit) **References**: Platform's issues for Protocol 23: [projects/37#31](https://github.com/orgs/stellar/projects/37/views/31) ------------------------------- There are a few work items here: - [...
### What problem does your feature solve? It appears that when specifying a local instance of an infra instance (e.g., `http://localhost:8000` in a _Custom Network_'s "RPC URL" field), queries no...
# Protocol 22: Additional Changes ## Interface Compatibility In the [previous announcement](https://gist.github.com/aditya1702/8a0e3e05689217009692517d744c7f10) about the upcoming changes for Protocol 22, we made a significant oversight in compatibility. When a user upgrades...
# Protocol 22: Additional Changes ## Interface Compatibility In the [previous announcement](https://gist.github.com/aditya1702/8a0e3e05689217009692517d744c7f10) about the upcoming changes for Protocol 22, we made a significant oversight in compatibility. When a user upgrades...
### What problem does your feature solve? Some of the columns represent identical values and are artifacts from earlier migrations. Their names can also be misleading. Examples include: * `history_ledgers.transaction_count`...
* Upgrade to latest (unreleased) version of `@stellar/stellar-base` * Add `events` object to `getTransaction` and `getTransactions` responses * Add `authMode` parameter to `simulateTransaction` requests * Add support for parsing `TransactionMetaV4`
### What If you create two instances of a `Server` (regardless of whether it's for `rpc` or `Horizon`) and pass custom headers, the second instance of the server will still...