Feature/wasm tendermint rpc client (#3744)

* wasm-compatible reqwest-based rpc client

* better constructors for the reqwest based client

* fixed usages of the client

* introduced /network/details endpoint to nym-api to return used network information (#3758)

* introduced /network/details endpoint to nym-api to return used network information

* introduced endpoints for nym contract information
This commit is contained in:
Jędrzej Stuczyński
2023-08-17 10:21:21 +01:00
parent aae4725005
commit d13c8bde57
75 changed files with 1334 additions and 315 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ clap = { version = "4.0", features = ["cargo", "derive"] }
colored = "2.0"
cupid = "0.6.1"
dirs = "4.0"
futures = "0.3.0"
futures = { workspace = true }
humantime-serde = "1.0"
lazy_static = "1.4.0"
log = { workspace = true }