Skip to content

Commit

Permalink
Added PIVX compatible JSON RPC
Browse files Browse the repository at this point in the history
  • Loading branch information
Duddino committed Oct 6, 2024
1 parent eaab2b7 commit f0b6f36
Show file tree
Hide file tree
Showing 5 changed files with 202 additions and 154 deletions.
148 changes: 1 addition & 147 deletions src-tauri/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 src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ derive_more = { version = "1.0.0", features = ["display", "error"] }
dirs = "5.0.1"
flate2 = "1.0.33"
mockall = "0.13.0"
reqwest = "0.12.7"
reqwest = { version = "0.12.7", features = ["json"] }
tar = "0.4.41"
thiserror = "1.0.63"
sha256 = "1.5.0"
futures = "0.3.30"
rusqlite = "0.32.1"
jsonrpsee = { version = "0.24.4", features = ["async-client", "client-core", "http-client"] }
jsonrpsee = { version = "0.24.4", features = ["client-core"] }
tokio = "1.40.0"
base64 = "0.22.1"
hex = "0.4.3"
Expand Down
Loading

0 comments on commit f0b6f36

Please sign in to comment.