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: use generated block template in rpc handlers. #1427

Closed
wants to merge 3 commits into from

Conversation

dnldd
Copy link
Member

@dnldd dnldd commented Aug 27, 2018

No description provided.

@davecgh davecgh added this to the 1.4.0 milestone Sep 5, 2018
@dnldd dnldd force-pushed the bg_blk_gen_update_rpc branch 2 times, most recently from 669a567 to d2d3c2f Compare September 7, 2018 14:05
@dnldd dnldd changed the title multi: use BestState & generated block template in rpc handlers. multi: use generated block template in rpc handlers. Nov 17, 2018
@dnldd dnldd force-pushed the bg_blk_gen_update_rpc branch 9 times, most recently from f5b0939 to d62ef6d Compare November 21, 2018 02:43
@davecgh davecgh modified the milestones: 1.4.0, 1.5.0 Dec 11, 2018
BgBlkTmplGenerator represents the background process that
generates block templates and notifies all subscribed clients
on template regeneration. It generates new templates based
on mempool activity for vote and non-vote transactions and
the time elapsed since last template regeneration.

This also adds a template pool to the background block
generator for recreating submitted blocks.
This updates the CPU miner to subscribe to template updates instead of creating its own, this excludes GenerateNBlocks. Some field names for the
background template generator and CPU miner have
also been shortened.
@davecgh
Copy link
Member

davecgh commented May 20, 2019

This is no longer valid as of #1748.

@davecgh davecgh closed this May 20, 2019
JFixby pushed a commit to JFixby/dcrd that referenced this pull request Sep 20, 2019
mempool: implement RBF signaling policy
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