Skip to content

Commit

Permalink
soroban-rpc: refactor libpreflight (stellar#875)
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio authored Aug 21, 2023
1 parent 86bc457 commit fc92f08
Show file tree
Hide file tree
Showing 7 changed files with 577 additions and 446 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions cmd/soroban-rpc/lib/preflight/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ publish = false
crate-type = ["staticlib"]

[dependencies]
# TODO: base64 and thiserror are also used by the CLI,
# should we make them workspace dependencies?
anyhow = "1.0.75"
base64 = { workspace = true }
thiserror = { workspace = true }
libc = "0.2.147"
sha2 = { workspace = true }
soroban-env-host = { workspace = true }

Loading

0 comments on commit fc92f08

Please sign in to comment.