-
Notifications
You must be signed in to change notification settings - Fork 136
core/consensus: add new consensus round timer #3440
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
Merged
Changes from 9 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
eb9c935
add new timer and corresponding feature
DiogoSantoss 5052b77
formatting
DiogoSantoss 834c826
add timer test and fix first round to be one instead of zero
DiogoSantoss 9d0bfd0
fix typo in round timer test
DiogoSantoss 19b8a46
add exponential timer to GetTimerFunc()
DiogoSantoss d7065be
add consensus round timer documentation
DiogoSantoss b206e2f
add precedence warning to exponential round timer feature
DiogoSantoss c8a03d3
add exponential to GetTimerFunc test and fix name consistency
DiogoSantoss f5ca318
fix lint issue
DiogoSantoss a4eba85
add same timer warning, cli flag, default timer and more exponential …
DiogoSantoss 0ee9b60
fix default timer doc
DiogoSantoss 1afc273
Update docs/consensus.md
DiogoSantoss f7da772
Update docs/consensus.md
DiogoSantoss caec6c3
app/eth2wrap: fallback beacon nodes (#3342)
gsora e4997eb
*: bump protobuf to 1.36.2 (#3439)
KaloyanTanev 1fdc58f
build(deps): Bump go.opentelemetry.io/otel/trace from 1.32.0 to 1.33.…
dependabot[bot] bc3c6e7
build(deps): Bump go.opentelemetry.io/contrib/instrumentation/net/htt…
dependabot[bot] 8ce78aa
build(deps): Bump google.golang.org/protobuf from 1.35.2 to 1.36.2 (#…
dependabot[bot] 80d5bf9
build(deps): Bump go.opentelemetry.io/otel/exporters/stdout/stdouttra…
dependabot[bot] d33769e
build(deps): Bump golang.org/x/tools from 0.28.0 to 0.29.0 (#3443)
dependabot[bot] 66f9e65
app/peerinfo: add nickname field to peerinfo protocol (#3428)
DiogoSantoss 586c265
core/validatorapi: v1/v2 endpoints warning (#3431)
pinebit 1bfee74
app: eth2wrap latency logging (#3417)
KaloyanTanev bd8efb3
*: bump linter to 1.63.4 (#3444)
KaloyanTanev 7752c0b
build: allow golangci-lint parallel on .pre-commit (#3455)
KaloyanTanev 7109f7e
fix: chown -R runner:docker 001 folder (#3441)
apham0001 b6841e1
docs: contributing discord channel (#3452)
KaloyanTanev cf785b5
build(deps): Bump github.com/showwin/speedtest-go from 1.7.9 to 1.7.1…
dependabot[bot] b8d208d
build(deps): Bump golang.org/x/time from 0.8.0 to 0.9.0 (#3446)
dependabot[bot] a1985c0
build(deps): Bump sigp/lighthouse from v6.0.0 to v6.0.1 in /testutil/…
dependabot[bot] 9e47a84
build(deps): Bump chainsafe/lodestar from v1.23.1 to v1.24.0 in /test…
dependabot[bot] 7dc6b41
build(deps): Bump github.com/attestantio/go-builder-client from 0.5.2…
dependabot[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.