-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Keep soroban-rpc with readme and rename soroban-rpc client to stellar…
…-rpc-client
- Loading branch information
Showing
12 changed files
with
83 additions
and
80 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
[package] | ||
name = "soroban-rpc" | ||
description = "Stellar RPC client for rust" | ||
homepage = "https://github.com/stellar/soroban-rpc" | ||
repository = "https://github.com/stellar/soroban-rpc" | ||
authors = ["Stellar Development Foundation <[email protected]>"] | ||
license = "Apache-2.0" | ||
readme = "README.md" | ||
version.workspace = true | ||
edition = "2021" | ||
rust-version.workspace = true | ||
autobins = false |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# soroban-rpc | ||
|
||
This crate is deprecated, please use stellar-rpc-client instead. |
4 changes: 2 additions & 2 deletions
4
cmd/crates/soroban-rpc-client/Cargo.toml → cmd/crates/stellar-rpc-client/Cargo.toml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "soroban-rpc-client" | ||
description = "Soroban RPC client for rust" | ||
name = "stellar-rpc-client" | ||
description = "Stellar RPC client for rust" | ||
homepage = "https://github.com/stellar/soroban-rpc" | ||
repository = "https://github.com/stellar/soroban-rpc" | ||
authors = ["Stellar Development Foundation <[email protected]>"] | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# stellar-rpc-client | ||
|
||
A rust client for communicating with the soroban-rpc. |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.