Skip to content

chore: update glif-guide #804

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

chore: update glif-guide #804

wants to merge 1 commit into from

Conversation

rjan90
Copy link
Collaborator

@rjan90 rjan90 commented Jun 9, 2025

Update the glif-guide based on Slack thread:

  • API Version Updates (v0 → v1)
  • Included warning about Lotus v1.33.0+ compatibility issues with RPC v2
    • Without authentication: wss://wss.node.glif.io/apigw/lotus
    • With token: wss://wss.node.glif.io/apigw/lotus/rpc/v1?token=YOUR_TOKEN

chore: update glif-guide
@rjan90 rjan90 requested a review from TippyFlitsUK June 9, 2025 12:54
@BigLep BigLep requested a review from Copilot June 10, 2025 06:09
@BigLep BigLep added this to FilOz Jun 10, 2025
@github-project-automation github-project-automation bot moved this to 📌 Triage in FilOz Jun 10, 2025
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates references to API endpoints in the glif-guide documentation to reflect the migration from v0 to v1 and includes important warnings regarding compatibility issues with Lotus v1.33.0+ when using RPC v2.

  • Updated API version endpoints from v0 to v1
  • Adjusted WebSocket URLs and added documentation for Lotus lite node usage
  • Added warning alerts about potential RPC version mismatches
Comments suppressed due to low confidence (2)

content/en/lotus/developers/glif-nodes.md:26

  • The mainnet WebSocket endpoint is specified as '/rpc/1', which is inconsistent with the later usage of '/rpc/v1'. Consider updating it to 'wss://wss.node.glif.io/apigw/lotus/rpc/v1' for consistency.
- Mainnet network has a ws (web socket) endpoint. The WebSockets link is available at wss://wss.node.glif.io/apigw/lotus/rpc/1

content/en/lotus/developers/glif-nodes.md:38

  • The Calibration network WebSocket endpoint is updated to '/rpc/1' but should likely be '/rpc/v1' to match the API versioning elsewhere in the documentation.
- The Calibration network has a WebSocket endpoint. The WebSocket link is available at wss://wss.calibration.node.glif.io/apigw/lotus/rpc/1

@BigLep BigLep moved this from 📌 Triage to ✔️ Approved by reviewer in FilOz Jun 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✔️ Approved by reviewer
Development

Successfully merging this pull request may close these issues.

2 participants