Skip to content

Fix rlp bug#57

Closed
wanwiset25 wants to merge 6 commits intomasterfrom
fix-rlp-bug
Closed

Fix rlp bug#57
wanwiset25 wants to merge 6 commits intomasterfrom
fix-rlp-bug

Conversation

@wanwiset25
Copy link
Copy Markdown
Collaborator

No description provided.

wanwiset25 and others added 6 commits April 24, 2026 18:40
Co-authored-by: Copilot <copilot@github.com>
- Pin Redis host to 127.0.0.1 in server.ts and base.ts with
  REDIS_HOST/REDIS_PORT overrides. Fixes ECONNREFUSED on ::1 when
  Node resolves localhost as IPv6 against an IPv4-only redis bind.
- Await Promise.all over per-mode resets in processors.reset() so
  per-branch failures propagate to the bootstrap retry loop instead
  of becoming unhandled rejections.
- Add a ready flag to Zero and ReverseZero: flip true only after
  zeroService.init() resolves; short-circuit processEvent() with a
  skip message until ready. Prevents TypeErrors when Bull fires
  jobs before viem clients are constructed. Log string also goes
  from "Fail to init" to "Failed to init".
- Wrap processors.init(serverAdapter) in try/catch with explicit
  logger.error + process.exit(1). Sync init throws no longer leak
  as unhandled rejections; bootstrap's async retry loop still runs
  on success.
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 24, 2026

Warning

Rate limit exceeded

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

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 20 minutes and 35 seconds.

⌛ 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.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: d27ecf52-6594-418e-9a9e-5cb71e42cd87

📥 Commits

Reviewing files that changed from the base of the PR and between 6d6f448 and 8078d8b.

📒 Files selected for processing (9)
  • src/config.ts
  • src/processors/base.ts
  • src/processors/index.ts
  • src/processors/lite.ts
  • src/processors/reverseZero.ts
  • src/processors/zero.ts
  • src/server.ts
  • src/service/mainnet/index.ts
  • src/service/subnet/index.ts
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix-rlp-bug

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.

@wanwiset25 wanwiset25 closed this Apr 24, 2026
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