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

[Merged by Bors] - miner: parametrize threshold for picking active set from first block #4945

Conversation

dshulyak
Copy link
Contributor

@dshulyak dshulyak commented Sep 1, 2023

this is not a protocol parameter, no reason to hardcode, this is local heuristic for a node to decide if it wants to build block from atxs synced on time, or from first block

this is not a protocol parameter, no reason to hardcode,
this is local heuristic for a node to decide if it wants to build block from
atxs synced on time, or from first block
@codecov
Copy link

codecov bot commented Sep 1, 2023

Codecov Report

Merging #4945 (73051a5) into develop (f1c1dd8) will increase coverage by 0.0%.
The diff coverage is 50.0%.

@@           Coverage Diff           @@
##           develop   #4945   +/-   ##
=======================================
  Coverage     77.1%   77.1%           
=======================================
  Files          263     263           
  Lines        30560   30560           
=======================================
+ Hits         23573   23578    +5     
+ Misses        5496    5492    -4     
+ Partials      1491    1490    -1     
Files Changed Coverage Δ
config/config.go 100.0% <ø> (ø)
node/node.go 63.1% <0.0%> (+<0.1%) ⬆️
config/presets/fastnet.go 100.0% <100.0%> (ø)

... and 3 files with indirect coverage changes

@countvonzero
Copy link
Contributor

bors merge

bors bot pushed a commit that referenced this pull request Sep 1, 2023
…4945)

this is not a protocol parameter, no reason to hardcode, this is local heuristic for a node to decide if it wants to build block from atxs synced on time, or from first block
@bors
Copy link

bors bot commented Sep 1, 2023

Pull request successfully merged into develop.

Build succeeded!

The publicly hosted instance of bors-ng is deprecated and will go away soon.

If you want to self-host your own instance, instructions are here.
For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.

@bors bors bot changed the title miner: parametrize threshold for picking active set from first block [Merged by Bors] - miner: parametrize threshold for picking active set from first block Sep 1, 2023
@bors bors bot closed this Sep 1, 2023
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.

None yet

2 participants