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

Implements Storage Miner critical Chain API methods #478

Merged
merged 36 commits into from
Jun 8, 2020
Merged

Conversation

ec2
Copy link
Member

@ec2 ec2 commented Jun 4, 2020

Summary of changes
Changes introduced in this pull request:

  • Implements Storage Miner critical Chain API methods + some other ones.
  • This does not include ChainNotify which will be done later when we've established we have decided on which websocket library to use.

Reference issue to close (if applicable)

Closes #477

Other information and links

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/chain_api.rs 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
blockchain/blocks/src/header/json.rs Outdated Show resolved Hide resolved
Copy link
Contributor

@dutterbutter dutterbutter left a comment

Choose a reason for hiding this comment

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

Would be good to see comments on the now public methods in chain store. Otherwise LGTM!

@ec2 ec2 merged commit 33310f5 into master Jun 8, 2020
@ec2 ec2 deleted the ec2/rpc/chain branch June 8, 2020 16:12
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.

Finish off required Chain RPC methods critical to storage mining
3 participants