Skip to content

fix: liveness bugs [skip-line-limit] - #1924

Open
ctrlc03 wants to merge 5 commits into
mainfrom
audit/liveness-fixes
Open

fix: liveness bugs [skip-line-limit]#1924
ctrlc03 wants to merge 5 commits into
mainfrom
audit/liveness-fixes

Conversation

@ctrlc03

@ctrlc03 ctrlc03 commented Sep 7, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

@vercel

vercel Bot commented Sep 7, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
crisp Ready Ready Preview Sep 9, 2026 7:43am UTC
interfold-dashboard Ready Ready Preview Sep 9, 2026 7:43am UTC
interfold-docs Ready Ready Preview Sep 9, 2026 7:43am UTC

Request Review

@coderabbitai

coderabbitai Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Too many files!

This PR contains 134 files, which is 34 over the limit of 100.

To get a review, reduce the PR to 100 files or fewer by splitting it into smaller PRs or changing its base branch.

Upgrade to a paid plan to raise the limit.

This review couldn't start because sufficient usage credits or metered capacity aren't available. Add credits or update usage-based reviews in the billing tab, then retry.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Advanced

Run ID: bd2910ba-d81d-46d4-8b0f-7d419cee01dc

📥 Commits

Reviewing files that changed from the base of the PR and between ab0ef64 and f59e449.

⛔ Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (134)
  • agent/INVARIANTS.md
  • agent/flow-trace/00_INDEX.md
  • agent/flow-trace/04_DKG_AND_COMPUTATION.md
  • agent/flow-trace/05_FAILURE_REFUND_SLASHING.md
  • agent/flow-trace/06_DEACTIVATION_AND_COMPLETION.md
  • crates/aggregator/src/committee_finalization/actor.rs
  • crates/aggregator/src/ext.rs
  • crates/aggregator/src/plaintext_aggregation/effects/prove_plaintext.rs
  • crates/aggregator/src/plaintext_aggregation/effects/verify_decryption_shares.rs
  • crates/aggregator/src/plaintext_aggregation/tests/mod.rs
  • crates/aggregator/src/public_key_aggregation/actor.rs
  • crates/aggregator/src/public_key_aggregation/effects/aggregate_dkg_proofs.rs
  • crates/aggregator/src/public_key_aggregation/effects/aggregate_public_key.rs
  • crates/aggregator/src/public_key_aggregation/effects/fold_node_proofs.rs
  • crates/aggregator/src/public_key_aggregation/effects/handle_compute_results.rs
  • crates/aggregator/src/public_key_aggregation/effects/mod.rs
  • crates/aggregator/src/public_key_aggregation/effects/node_proof_deadline.rs
  • crates/aggregator/src/public_key_aggregation/effects/verify_key_proofs.rs
  • crates/aggregator/src/public_key_aggregation/handlers.rs
  • crates/aggregator/src/public_key_aggregation/node_proof_timeout.rs
  • crates/aggregator/src/public_key_aggregation/state.rs
  • crates/aggregator/src/public_key_aggregation/tests/mod.rs
  • crates/aggregator/src/public_key_aggregation/tests/node_proof_deadline.rs
  • crates/aggregator/src/public_key_aggregation/transitions.rs
  • crates/ciphernode-builder/src/ciphernode.rs
  • crates/ciphernode-builder/src/ciphernode_builder.rs
  • crates/cli/src/cli.rs
  • crates/cli/src/helpers/telemetry.rs
  • crates/cli/src/nodes.rs
  • crates/cli/src/nodes_down.rs
  • crates/cli/src/nodes_restart.rs
  • crates/cli/src/nodes_start.rs
  • crates/cli/src/nodes_status.rs
  • crates/cli/src/nodes_stop.rs
  • crates/cli/src/start.rs
  • crates/entrypoint/src/nodes/client.rs
  • crates/entrypoint/src/nodes/daemon.rs
  • crates/entrypoint/src/nodes/down.rs
  • crates/entrypoint/src/nodes/nodes.rs
  • crates/entrypoint/src/nodes/process_manager.rs
  • crates/entrypoint/src/nodes/restart.rs
  • crates/entrypoint/src/nodes/start.rs
  • crates/entrypoint/src/nodes/status.rs
  • crates/entrypoint/src/nodes/stop.rs
  • crates/entrypoint/src/nodes/up.rs
  • crates/events/src/eventbus.rs
  • crates/events/src/eventstore_router.rs
  • crates/events/src/interfold_event/publish_document/mod.rs
  • crates/events/src/request_router_checkpoint.rs
  • crates/events/src/snapshot_buffer/timelock_queue.rs
  • crates/events/src/store_keys.rs
  • crates/evm/src/chain_gateway/actor.rs
  • crates/evm/src/chain_gateway/tests.rs
  • crates/evm/src/chain_reader/actor.rs
  • crates/evm/src/event_decoding/catalog.rs
  • crates/evm/src/event_router.rs
  • crates/evm/src/helpers.rs
  • crates/evm/src/randomness_provider/actor.rs
  • crates/evm/src/repo.rs
  • crates/keyshare/src/threshold_keyshare/actor.rs
  • crates/keyshare/src/threshold_keyshare/effects/calculate_decryption_key.rs
  • crates/keyshare/src/threshold_keyshare/effects/generate_threshold_share.rs
  • crates/keyshare/src/threshold_keyshare/effects/recovery.rs
  • crates/keyshare/src/threshold_keyshare/effects/route_events.rs
  • crates/keyshare/src/threshold_keyshare/effects/verify_threshold_shares.rs
  • crates/keyshare/src/threshold_keyshare/handlers.rs
  • crates/keyshare/src/threshold_keyshare/tests.rs
  • crates/logger/src/logger.rs
  • crates/multithread/src/multithread.rs
  • crates/net/src/document_publishing/actor.rs
  • crates/net/src/document_publishing/effects.rs
  • crates/net/src/document_publishing/handlers.rs
  • crates/net/src/document_publishing/tests/mod.rs
  • crates/net/src/document_publishing/tests/publishing.rs
  • crates/net/src/document_publishing/workflow.rs
  • crates/net/src/event_buffer/tests.rs
  • crates/net/src/event_translation/actor.rs
  • crates/net/src/events.rs
  • crates/net/src/net_interface.rs
  • crates/net/src/network_sync/effects/fetch_history.rs
  • crates/net/src/network_sync/handlers.rs
  • crates/net/src/network_sync/tests.rs
  • crates/net/src/network_sync/workflow.rs
  • crates/request/src/repo.rs
  • crates/request/src/routing/actor.rs
  • crates/request/src/routing/effects/build_context.rs
  • crates/request/src/routing/effects/snapshot.rs
  • crates/request/src/routing/handlers.rs
  • crates/request/src/routing/tests.rs
  • crates/request/src/routing/workflow.rs
  • crates/request/src/routing/workflow_tests.rs
  • crates/slashing/Cargo.toml
  • crates/slashing/src/accusation_voting/transitions/incoming_accusations.rs
  • crates/slashing/src/accusation_voting/transitions/initiate_accusation.rs
  • crates/slashing/src/accusation_voting/transitions/reverify_proofs.rs
  • crates/slashing/src/accusation_voting/transitions/vote.rs
  • crates/slashing/src/accusation_voting/workflow_tests/voting.rs
  • crates/slashing/src/commitment_consistency/actor.rs
  • crates/slashing/src/commitment_consistency/workflow.rs
  • crates/slashing/src/commitment_consistency/workflow_tests.rs
  • crates/slashing/src/commitment_consistency_checker_ext.rs
  • crates/slashing/src/lib.rs
  • crates/slashing/src/repo.rs
  • crates/sync/src/sync/schema_version.rs
  • crates/test-helpers/src/ciphernode_system.rs
  • crates/zk-prover/src/actor_system.rs
  • crates/zk-prover/src/error.rs
  • crates/zk-prover/src/node_proof_aggregation/actor.rs
  • crates/zk-prover/src/node_proof_aggregation/effects.rs
  • crates/zk-prover/src/proof_request/actor.rs
  • crates/zk-prover/src/proof_request/actor_tests.rs
  • crates/zk-prover/src/proof_request/effects/decryption_key_proofs.rs
  • crates/zk-prover/src/proof_request/effects/dkg_proofs.rs
  • crates/zk-prover/src/proof_request/effects/encryption_key_result.rs
  • crates/zk-prover/src/proof_request/state.rs
  • crates/zk-prover/src/proof_request/workflow_tests.rs
  • crates/zk-prover/src/proof_verification/effects.rs
  • crates/zk-prover/src/prover.rs
  • dappnode/docker-compose.yml
  • dappnode/tests/test-hardening.sh
  • deploy/docker-compose.yml
  • packages/interfold-contracts/artifacts/contracts/interfaces/IBondingRegistry.sol/IBondingRegistry.json
  • packages/interfold-contracts/artifacts/contracts/interfaces/ICiphernodeRegistry.sol/ICiphernodeRegistry.json
  • packages/interfold-contracts/artifacts/contracts/interfaces/IInterfold.sol/IInterfold.json
  • packages/interfold-contracts/artifacts/contracts/interfaces/ISlashingManager.sol/ISlashingManager.json
  • packages/interfold-contracts/deployed_contracts.json
  • packages/interfold-dashboard/.env.example
  • packages/interfold-dashboard/README.md
  • packages/interfold-dashboard/src/Operator.tsx
  • packages/interfold-dashboard/src/lib/chain.ts
  • scripts/invariant-baselines.env
  • tests/integration/fns.sh
  • tests/integration/interfold.config.yaml
  • tests/integration/test.sh

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

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.

1 participant