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: remove getblocktemplate. #1736

Merged
merged 1 commit into from
Sep 5, 2019

Conversation

dnldd
Copy link
Member

@dnldd dnldd commented May 8, 2019

This removes the getblocktemplate and its helpers from the codebase. Ongoing mining updates focused on the voting/block validation process with respect to generating block templates for getwork makes it the better option for decred. Also the getblocktemplate rpc was buggy and has been disabled for a while.

The rpc/jsonrpc/types module was bumped to v2, some lint related issues have been addressed as well.

Closes #130.

@dnldd dnldd force-pushed the remove_getblocktemplate branch 2 times, most recently from e34fb58 to d1f80dc Compare September 4, 2019 23:55
rpcclient/go.mod Outdated Show resolved Hide resolved
Copy link
Member

@davecgh davecgh left a comment

Choose a reason for hiding this comment

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

Whoops I meant to request that pseudo version change.

This removes the getblocktemplate and its helpers from the codebase.
Ongoing mining updates focused on the voting/block validation process
 with respect to generating block templates  for getwork makes it the
better option for decred.  Also getblocktemplate rpc was buggy and
has been disabled for a while.

Some lint related issues have been addressed as well.
@davecgh davecgh merged commit 1bae334 into decred:master Sep 5, 2019
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.

getblocktemplate is broken in 0.1.0 because minor errors never get reset
2 participants