Skip to content

Commit

Permalink
WIP: update jsonrpsee
Browse files Browse the repository at this point in the history
  • Loading branch information
dkuanyshbaev committed Nov 22, 2024
1 parent 2d5f5c3 commit d1b0959
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 135 deletions.
160 changes: 27 additions & 133 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ color-print = "0.3.4"
futures = { version = "0.3.21", features = ["thread-pool"] }
hex-literal = "0.3.4"
serde = { version = "1.0.171", features = ["derive"] }
jsonrpsee = { version = "0.16.2", features = ["server"] }
# jsonrpsee = { version = "0.16.2", features = ["server"] }
jsonrpsee = { version = "0.24.7", features = ["server"] }
thiserror = "1.0.43"
async-trait = "0.1.71"

Expand Down
1 change: 0 additions & 1 deletion node/rpc/core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ where
use pallet_transaction_payment_rpc::{TransactionPayment, TransactionPaymentApiServer};
use substrate_frame_rpc_system::{System, SystemApiServer};

// let mut io = RpcModule::new(());
let mut io = RpcExtension::new(());
let CoreDeps {
client,
Expand Down

0 comments on commit d1b0959

Please sign in to comment.