fix(gltest): bump genlayer-py to >=0.12.1 for Bradbury RPC fix#75
fix(gltest): bump genlayer-py to >=0.12.1 for Bradbury RPC fix#75MuncleUscles merged 1 commit intomainfrom
Conversation
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.
|
Warning Rate limit exceeded
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 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. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
Summary
Follow-up to #74.
genlayer-py==0.11.0(the first version exportingtestnet_bradbury) shipped the chain definition with the wrong RPC URL — it pointed athttps://zksync-os-testnet-genlayer.zksync.dev(Asimov's endpoint) instead ofhttps://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.0to>=0.12.1,<0.13.0sogltest --network testnet_bradburyactually talks to Bradbury.Test plan
pytest tests/gltest_cli/config/ -q→ 68/68 green locallytestnet_bradburyyieldsrpc_urls["default"]["http"][0] == "https://rpc-bradbury.genlayer.com"