Skip to content

Conversation

@echobt
Copy link
Contributor

@echobt echobt commented Jan 18, 2026

Removed unused code:

  • crates/auto-updater/ (~1,024 lines) - not imported anywhere
  • crates/distributed-db/ (~5,318 lines) - not imported anywhere, had #![allow(dead_code)]
  • tt_new.py - test file at root
  • examples/ - empty directory

Removed unused code:
- crates/auto-updater/ (~1,024 lines) - not imported anywhere
- crates/distributed-db/ (~5,318 lines) - not imported anywhere, had #![allow(dead_code)]
- tt_new.py - test file at root
- examples/ - empty directory

Total: ~6,400 lines of dead code removed
@coderabbitai
Copy link

coderabbitai bot commented Jan 18, 2026

Warning

Rate limit exceeded

@echobt has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 9 minutes and 23 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between 4765bec and 88b3468.

⛔ Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (16)
  • Cargo.toml
  • crates/auto-updater/Cargo.toml
  • crates/auto-updater/src/lib.rs
  • crates/auto-updater/src/updater.rs
  • crates/auto-updater/src/version.rs
  • crates/auto-updater/src/watcher.rs
  • crates/distributed-db/Cargo.toml
  • crates/distributed-db/src/indexes.rs
  • crates/distributed-db/src/lib.rs
  • crates/distributed-db/src/merkle.rs
  • crates/distributed-db/src/merkle_verification.rs
  • crates/distributed-db/src/queries.rs
  • crates/distributed-db/src/state.rs
  • crates/distributed-db/src/storage.rs
  • crates/distributed-db/src/test_utils.rs
  • crates/distributed-db/src/transactions.rs

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 and usage tips.

@echobt echobt merged commit 371bec7 into main Jan 18, 2026
7 checks passed
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