Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Make it possible to perform RPC requests without a socket through parity-clib #8577

Closed
tomaka opened this issue May 9, 2018 · 2 comments
Closed
Labels
F8-enhancement 🎊 An additional feature request. M4-core ⛓ Core client code / Rust. P5-sometimesoon 🌲 Issue is worth doing soon.
Milestone

Comments

@tomaka
Copy link
Contributor

tomaka commented May 9, 2018

Right now you have to connect through IPC or HTTP.
This doesn't really make sense if we're using Parity as a library.

@tomaka tomaka added P5-sometimesoon 🌲 Issue is worth doing soon. M4-core ⛓ Core client code / Rust. labels May 9, 2018
@tomaka tomaka added the F8-enhancement 🎊 An additional feature request. label May 9, 2018
@tomusdrw
Copy link
Collaborator

tomusdrw commented May 9, 2018

Perhaps we could use directly the RPC namespaces and types to do direct calls?

@tomaka
Copy link
Contributor Author

tomaka commented May 9, 2018

@tomusdrw Yeah I glanced at it and this is what I was going for.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
F8-enhancement 🎊 An additional feature request. M4-core ⛓ Core client code / Rust. P5-sometimesoon 🌲 Issue is worth doing soon.
Projects
None yet
Development

No branches or pull requests

4 participants
@tomusdrw @tomaka @5chdn and others