forked from MystenLabs/sui
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[JSON-RPC] - RPC Gateway server using paritytech/jsonrpsee (MystenLab…
…s#1256) * json-rpc server using Parity JSON-RPC * ported over a few more endpoints * use jsonrpsee * add rest of the endpoints * RpcGatewayClient impl for wallet to communicate with the JSON-RPC server * add unit tests * rename endpoints * add more logs add ACCESS_CONTROL_ALLOW_ORIGIN support via env var change method names to camel case and module name to sui * address PR comments * address PR comments * remove unnecessary mut ref from gateway api and removed Arc Mutex wrap from RPCGateway * fixup after rebase * address PR comments * rename bin to rpc-server * add openssl to allow list * deny.toml fix
- Loading branch information
1 parent
90afabd
commit 1fe5b58
Showing
20 changed files
with
1,039 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.