Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Problem: upgrade to jsonrpc-* 16.0.0 fails to compile #2240

Open
tomtau opened this issue Sep 21, 2020 · 0 comments
Open

Problem: upgrade to jsonrpc-* 16.0.0 fails to compile #2240

tomtau opened this issue Sep 21, 2020 · 0 comments

Comments

@tomtau
Copy link
Contributor

tomtau commented Sep 21, 2020

   Compiling client-rpc v0.6.0 (/home/runner/work/chain/chain/client-rpc/server)
856
error[E0277]: the trait bound `jsonrpc_http_server::jsonrpc_core::MetaIoHandler<_, _>: std::convert::From<jsonrpc_core::io::IoHandler>` is not satisfied
857
##[error]  --> client-rpc/server/src/server.rs:75:22
858
   |
859
75 |         let server = ServerBuilder::new(handler.io)
860
   |                      ^^^^^^^^^^^^^^^^^^ the trait `std::convert::From<jsonrpc_core::io::IoHandler>` is not implemented for `jsonrpc_http_server::jsonrpc_core::MetaIoHandler<_, _>`
861
   |
862
   = help: the following implementations were found:
863
             <jsonrpc_http_server::jsonrpc_core::MetaIoHandler<()> as std::convert::From<jsonrpc_http_server::jsonrpc_core::IoHandler>>
864

https://github.com/crypto-com/chain/pull/2237/checks?check_run_id=1135532376

@tomtau tomtau changed the title Problem: upgrade to jsonrpc-* 15.0.0 fails to compile Problem: upgrade to jsonrpc-* 15.1.0 fails to compile Oct 5, 2020
@tomtau tomtau changed the title Problem: upgrade to jsonrpc-* 15.1.0 fails to compile Problem: upgrade to jsonrpc-* 16.0.0 fails to compile Dec 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant