Skip to content

fix(gltest): bump genlayer-py to >=0.12.1 for Bradbury RPC fix#75

Merged
MuncleUscles merged 1 commit intomainfrom
fix/bradbury-rpc-url-genlayer-py-012
Apr 20, 2026
Merged

fix(gltest): bump genlayer-py to >=0.12.1 for Bradbury RPC fix#75
MuncleUscles merged 1 commit intomainfrom
fix/bradbury-rpc-url-genlayer-py-012

Conversation

@MuncleUscles
Copy link
Copy Markdown
Member

Summary

Follow-up to #74. genlayer-py==0.11.0 (the first version exporting testnet_bradbury) shipped the chain definition with the wrong RPC URL — it pointed at https://zksync-os-testnet-genlayer.zksync.dev (Asimov's endpoint) instead of https://rpc-bradbury.genlayer.com.

Upstream fix is in genlayer-py==0.12.1 (genlayerlabs/genlayer-py@496cd07 "fix: use HTTPS domain RPC URLs for testnets"). Bumping the pin from >=0.11.0,<0.12.0 to >=0.12.1,<0.13.0 so gltest --network testnet_bradbury actually talks to Bradbury.

Test plan

  • pytest tests/gltest_cli/config/ -q → 68/68 green locally
  • After bump, importing testnet_bradbury yields rpc_urls["default"]["http"][0] == "https://rpc-bradbury.genlayer.com"
  • CI green

genlayer-py 0.11.0 shipped testnet_bradbury with the wrong RPC URL
(pointed at the Asimov endpoint). Fixed upstream in 0.12.1 via
genlayerlabs/genlayer-py@496cd07 "fix: use HTTPS domain RPC URLs
for testnets".

Without this bump, `gltest --network testnet_bradbury` would silently
talk to the Asimov RPC instead of Bradbury.
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 20, 2026

Warning

Rate limit exceeded

@MuncleUscles has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 26 minutes and 40 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 26 minutes and 40 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: 360f2f70-31b4-4f96-bc64-a3275625b40f

📥 Commits

Reviewing files that changed from the base of the PR and between 8541e09 and de8f1e4.

📒 Files selected for processing (1)
  • pyproject.toml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/bradbury-rpc-url-genlayer-py-012

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.

@MuncleUscles MuncleUscles merged commit 08c9d60 into main Apr 20, 2026
3 checks passed
@MuncleUscles MuncleUscles deleted the fix/bradbury-rpc-url-genlayer-py-012 branch April 20, 2026 13:11
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