Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tide JSONRPC over HTTP #462

Merged
merged 25 commits into from
Jun 3, 2020
Merged

Tide JSONRPC over HTTP #462

merged 25 commits into from
Jun 3, 2020

Conversation

ec2
Copy link
Member

@ec2 ec2 commented May 28, 2020

Summary of changes
Changes introduced in this pull request:

  • Tide HTTP server
  • JSONRPC 2.0 integration
  • Some Basic ChainAPI methods

Reference issue to close (if applicable)

Closes

Other information and links

This PR doesn't cover all the ChainAPI methods. Only a few of them. There are some blockers w.r.t. serialization we havent implemented yet.

We are also waiting on Websocket integration for Tide. This should could soon. Then we can implement methods like ChainNotify.

blockchain/chain/src/store/chain_store.rs Outdated Show resolved Hide resolved
blockchain/chain/src/store/chain_store.rs Outdated Show resolved Hide resolved
blockchain/chain/src/store/chain_store.rs Outdated Show resolved Hide resolved
forest/src/cli/genesis.rs Outdated Show resolved Hide resolved
node/rpc/Cargo.toml Outdated Show resolved Hide resolved
node/rpc/Cargo.toml Outdated Show resolved Hide resolved
node/rpc/src/chain_api.rs Outdated Show resolved Hide resolved
node/rpc/src/chain_api.rs Outdated Show resolved Hide resolved
node/rpc/src/lib.rs Show resolved Hide resolved
@ec2 ec2 requested a review from austinabell June 2, 2020 19:50
Copy link
Contributor

@austinabell austinabell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Setting up a test suite for this is probably going to be very useful, but I guess that can wait until later

Cargo.toml Show resolved Hide resolved
ipld/cid/src/json.rs Show resolved Hide resolved
@ec2 ec2 merged commit 9cc24d7 into master Jun 3, 2020
@ec2 ec2 deleted the ec2/rpc/tide branch June 3, 2020 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants