Skip to content

Commit

Permalink
Keep soroban-rpc with readme and rename soroban-rpc client to stellar…
Browse files Browse the repository at this point in the history
…-rpc-client
  • Loading branch information
psheth9 committed Mar 9, 2024
1 parent caffb24 commit 9940365
Show file tree
Hide file tree
Showing 12 changed files with 83 additions and 80 deletions.
130 changes: 59 additions & 71 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[workspace]
resolver = "2"
members = [
"cmd/crates/soroban-rpc-client",
"cmd/crates/stellar-rpc-client",
"cmd/soroban-rpc/lib/preflight",
]
default-members = ["cmd/crates/soroban-rpc-client"]
default-members = ["cmd/crates/stellar-rpc-client"]
#exclude = ["cmd/crates/soroban-test/tests/fixtures/hello"]

[workspace.package]
Expand Down Expand Up @@ -60,9 +60,9 @@ version = "=20.3.1"
# git = "https://github.com/stellar/rs-soroban-sdk"
# rev = "4aef54ff9295c2fca4c5b9fbd2c92d0ff99f67de"

[workspace.dependencies.soroban-rpc-client]
[workspace.dependencies.stellar-rpc-client]
version = "20.3.3"
path = "cmd/crates/soroban-rpc-client"
path = "cmd/crates/stellar-rpc-client"

[workspace.dependencies.stellar-xdr]
version = "=20.1.0"
Expand Down
3 changes: 0 additions & 3 deletions cmd/crates/soroban-rpc-client/README.md

This file was deleted.

12 changes: 12 additions & 0 deletions cmd/crates/soroban-rpc/Cargo.toml
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
3 changes: 3 additions & 0 deletions cmd/crates/soroban-rpc/README.md
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.
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]>"]
Expand Down
3 changes: 3 additions & 0 deletions cmd/crates/stellar-rpc-client/README.md
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.

0 comments on commit 9940365

Please sign in to comment.