Skip to content

Commit

Permalink
Use soroban-rpc crate from the RPC repo (#1195)
Browse files Browse the repository at this point in the history
  • Loading branch information
stellarsaur authored Feb 13, 2024
1 parent 44b0418 commit 1b43428
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 2,089 deletions.
26 changes: 22 additions & 4 deletions Cargo.lock

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

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@ version = "20.3.0"
path = "cmd/soroban-cli"

[workspace.dependencies.soroban-rpc]
version = "20.2.0"
path = "cmd/crates/soroban-rpc"
version = "20.3.0"
git = "https://github.com/stellar/soroban-rpc"
rev = "b4c2dec162b14b560ed86b9d76a936b7bafb0922"

[workspace.dependencies.stellar-xdr]
version = "=20.1.0"
Expand Down
51 changes: 0 additions & 51 deletions cmd/crates/soroban-rpc/Cargo.toml

This file was deleted.

3 changes: 0 additions & 3 deletions cmd/crates/soroban-rpc/README.md

This file was deleted.

39 changes: 0 additions & 39 deletions cmd/crates/soroban-rpc/src/fixtures/event_response.json

This file was deleted.

Loading

0 comments on commit 1b43428

Please sign in to comment.