-
Notifications
You must be signed in to change notification settings - Fork 316
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge the Soroban RPC client into this library (#860)
This merges the `soroban-client` library ([stellar/js-soroban-client](https://github.com/stellar/js-soroban-client)) into this package. The namespaces have changed to move each server-dependent component into its own module. There is a detailed migration guide [written here](https://gist.github.com/Shaptic/5ce4f16d9cce7118f391fbde398c2f30) which should outline both the literal (i.e. necessary code changes) and philosophical (i.e. how to find certain functionality) changes needed to adapt to this merge. The code changes themselves are: * moving js-soroban-client into src/soroban and its tests into test/unit/server/soroban * dropping duplicate files (like axios, etc.) * migrating imports to remove conflicts and make them sensible * moving namespaces around to separate Horizon and Soroban RPC in a sensible way * updating tests to work with both libs
- Loading branch information
Showing
90 changed files
with
6,419 additions
and
1,531 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.