Skip to content

Commit

Permalink
feat!: remove unneeded logic
Browse files Browse the repository at this point in the history
Including signing and ensure that RPC methods are pure
  • Loading branch information
willemneal committed Apr 23, 2024
1 parent 5c6d657 commit 1377d22
Show file tree
Hide file tree
Showing 4 changed files with 190 additions and 599 deletions.
171 changes: 17 additions & 154 deletions Cargo.lock

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

11 changes: 4 additions & 7 deletions cmd/crates/stellar-rpc-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@ crate-type = ["rlib"]


[dependencies]
soroban-sdk = { workspace = true }
soroban-env-host = { workspace = true }
stellar-strkey = "0.0.7"
stellar-xdr = { workspace = true, features = ["curr", "std", "serde"] }
soroban-spec = { workspace = true }
stellar-strkey = "0.0.8"
stellar-xdr = { workspace = true, features = ["curr", "std", "serde", "base64"] }


termcolor = "1.1.3"
termcolor_output = "1.0.1"
clap = { version = "4.1.8", features = ["derive", "env", "deprecated", "string"] }
clap = { version = "4.1.8", features = ["derive"] }
serde_json = "1.0.82"
serde-aux = "4.1.2"
itertools = "0.10.0"
Expand All @@ -34,7 +32,6 @@ thiserror = "1.0.46"
serde = "1.0.82"
tokio = "1.28.1"
sha2 = "0.10.7"
ed25519-dalek = "2.0.0"
tracing = "0.1.40"

# networking
Expand Down
Loading

0 comments on commit 1377d22

Please sign in to comment.