Skip to content

docs: document SorobanRpc -> rpc migration and min stellar-sdk version (#612) - #656

Merged
Jaydbrown merged 1 commit into
conduit-protocol:mainfrom
ZacLou:docs/sorobanrpc-to-rpc-migration-612
Sep 2, 2026
Merged

docs: document SorobanRpc -> rpc migration and min stellar-sdk version (#612)#656
Jaydbrown merged 1 commit into
conduit-protocol:mainfrom
ZacLou:docs/sorobanrpc-to-rpc-migration-612

Conversation

@ZacLou

@ZacLou ZacLou commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Closes #612.

  • Documents @stellar/stellar-sdk >= 12.0.0 as the supported peer dependency.
  • Documents that new code must import the
    pc namespace instead of the deprecated SorobanRpc alias.
  • Adds an ESLint
    o-restricted-imports rule that warns when SorobanRpc is imported from @stellar/stellar-sdk, so stale PRs and future code are flagged at lint time.

…on, warn on SorobanRpc imports

- CONTRIBUTING.md: state @stellar/stellar-sdk >= 12.0.0 peer dependency
- CONTRIBUTING.md: document that new code must use the rpc namespace
- .eslintrc.cjs: add no-restricted-imports warning for SorobanRpc

Closes conduit-protocol#612
@Jaydbrown
Jaydbrown merged commit 8fad002 into conduit-protocol:main Sep 2, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document the SorobanRpc -> rpc migration and min stellar-sdk version

2 participants