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

multi: Implement getchaintips JSON-RPC. #1098

Merged
merged 1 commit into from
Mar 1, 2018

Conversation

davecgh
Copy link
Member

@davecgh davecgh commented Mar 1, 2018

This implements the getchaintips JSON-RPC and updates the associated JSON-RPC API documentation accordingly.

It should be noted that until the entire block index is loaded into memory, the chain tips tracking currently only works with tips that have been seen since the daemon was started.

@davecgh davecgh force-pushed the rpcserver_getchaintips branch from 4c00c96 to c9b7946 Compare March 1, 2018 02:31
Copy link
Member

@dajohi dajohi left a comment

Choose a reason for hiding this comment

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

ok

This implements the getchaintips JSON-RPC and updates the associated
JSON-RPC API documentation accordingly.

It should be noted that until the entire block index is loaded into
memory, the chain tips tracking currently only works with tips that have
been seen since the daemon was started.
@davecgh davecgh force-pushed the rpcserver_getchaintips branch from c9b7946 to 6573428 Compare March 1, 2018 18:29
@davecgh davecgh merged commit 6573428 into decred:master Mar 1, 2018
@davecgh davecgh deleted the rpcserver_getchaintips branch March 1, 2018 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants