Merged
Conversation
Collaborator
✅ Heimdall Review Status
|
danyalprout
reviewed
Jan 21, 2026
danyalprout
approved these changes
Jan 21, 2026
mw2000
pushed a commit
that referenced
this pull request
Mar 7, 2026
* fix: refactor fault-proof proposer to use task-based concurrency - Convert sequential operations to concurrent tasks using task tracking - Fix dashboard showing 0 values during proof generation - Implement task spawning for game creation, defense, resolution, and bond claiming - Add centralized task management with completion handling - Ensure metrics collection runs independently of other operations This prevents long-running operations (like proof generation) from blocking metrics updates and other proposer activities. * chore: better logging * chore: better logging * chore: nits * chore: apply comments * chore: make fmt happy * chore: update log level * fix: challenger game resolution metrics Removed some unused code as well * chore: apply comments
mw2000
pushed a commit
that referenced
this pull request
Mar 9, 2026
* fix: refactor fault-proof proposer to use task-based concurrency - Convert sequential operations to concurrent tasks using task tracking - Fix dashboard showing 0 values during proof generation - Implement task spawning for game creation, defense, resolution, and bond claiming - Add centralized task management with completion handling - Ensure metrics collection runs independently of other operations This prevents long-running operations (like proof generation) from blocking metrics updates and other proposer activities. * chore: better logging * chore: better logging * chore: nits * chore: apply comments * chore: make fmt happy * chore: update log level * fix: challenger game resolution metrics Removed some unused code as well * chore: apply comments
mw2000
pushed a commit
that referenced
this pull request
Mar 16, 2026
* fix: refactor fault-proof proposer to use task-based concurrency - Convert sequential operations to concurrent tasks using task tracking - Fix dashboard showing 0 values during proof generation - Implement task spawning for game creation, defense, resolution, and bond claiming - Add centralized task management with completion handling - Ensure metrics collection runs independently of other operations This prevents long-running operations (like proof generation) from blocking metrics updates and other proposer activities. * chore: better logging * chore: better logging * chore: nits * chore: apply comments * chore: make fmt happy * chore: update log level * fix: challenger game resolution metrics Removed some unused code as well * chore: apply comments
haardikk21
pushed a commit
that referenced
this pull request
Mar 17, 2026
* fix(bin): enable serde feat flag * fixes * fix(bin): More Consensus Binary Fixes (#548) * fixes * more fixes * chore(bin): Remove Unused CLI Flags (#549) * chore(bin): remove unused cli flags * fix(ci): formatting * chore(bin): fix consensus binary logging (#550) * fix lockfile * chore: remove comments in cargo toml
haardikk21
pushed a commit
that referenced
this pull request
Mar 17, 2026
* fix: refactor fault-proof proposer to use task-based concurrency - Convert sequential operations to concurrent tasks using task tracking - Fix dashboard showing 0 values during proof generation - Implement task spawning for game creation, defense, resolution, and bond claiming - Add centralized task management with completion handling - Ensure metrics collection runs independently of other operations This prevents long-running operations (like proof generation) from blocking metrics updates and other proposer activities. * chore: better logging * chore: better logging * chore: nits * chore: apply comments * chore: make fmt happy * chore: update log level * fix: challenger game resolution metrics Removed some unused code as well * chore: apply comments
mw2000
pushed a commit
that referenced
this pull request
Mar 19, 2026
* fix: refactor fault-proof proposer to use task-based concurrency - Convert sequential operations to concurrent tasks using task tracking - Fix dashboard showing 0 values during proof generation - Implement task spawning for game creation, defense, resolution, and bond claiming - Add centralized task management with completion handling - Ensure metrics collection runs independently of other operations This prevents long-running operations (like proof generation) from blocking metrics updates and other proposer activities. * chore: better logging * chore: better logging * chore: nits * chore: apply comments * chore: make fmt happy * chore: update log level * fix: challenger game resolution metrics Removed some unused code as well * chore: apply comments
mw2000
pushed a commit
that referenced
this pull request
Mar 23, 2026
* fix: refactor fault-proof proposer to use task-based concurrency - Convert sequential operations to concurrent tasks using task tracking - Fix dashboard showing 0 values during proof generation - Implement task spawning for game creation, defense, resolution, and bond claiming - Add centralized task management with completion handling - Ensure metrics collection runs independently of other operations This prevents long-running operations (like proof generation) from blocking metrics updates and other proposer activities. * chore: better logging * chore: better logging * chore: nits * chore: apply comments * chore: make fmt happy * chore: update log level * fix: challenger game resolution metrics Removed some unused code as well * chore: apply comments
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
A missing feature flag prevented the failing consensus binary build.