From b115a1bae23cc51de080c654cb0075a2d3a67331 Mon Sep 17 00:00:00 2001
From: Eva <1017762+eshon@users.noreply.github.com>
Date: Tue, 24 Sep 2024 18:38:24 +0200
Subject: [PATCH 1/3] Trying to improve RPC table
---
networks/mainnet/rpcs.md | 40 ++++++++++++++++++++++++++++------------
1 file changed, 28 insertions(+), 12 deletions(-)
diff --git a/networks/mainnet/rpcs.md b/networks/mainnet/rpcs.md
index 90a9a3370..232f0ab04 100644
--- a/networks/mainnet/rpcs.md
+++ b/networks/mainnet/rpcs.md
@@ -13,9 +13,9 @@ These endpoints are limited to the read-only [Filecoin JSON RPC API](../../refer
-
+ |
Glif Nodes
-
+ |
HTTPS
|
@@ -56,9 +56,9 @@ These endpoints are limited to the read-only [Filecoin JSON RPC API](../../refer
-
+ |
Ankr
-
+ |
HTTPS
|
@@ -91,9 +91,9 @@ These endpoints are limited to the read-only [Filecoin JSON RPC API](../../refer
-
+ |
Chainup Cloud
-
+ |
HTTPS
|
@@ -118,14 +118,22 @@ These endpoints are limited to the read-only [Filecoin JSON RPC API](../../refer
-
+ |
NOWNodes
-
+ |
HTTPS
|
- https://fil.nownodes.io (Free for 1 month with signup)
+ https://fil.nownodes.io
+ |
+
+
+
+ Terms
+ |
+
+ Free for 1 month with signup
|
@@ -137,14 +145,22 @@ These endpoints are limited to the read-only [Filecoin JSON RPC API](../../refer
-
+ |
GetBlock
-
+ |
HTTPS
|
- https://filecoin.getblock.io (Free with signup)
+ https://filecoin.getblock.io
+ |
+
+
+
+ Terms
+ |
+
+ Free with signup
|
From a5dee9491a855f32f80956a1487b8ac5c84ffce4 Mon Sep 17 00:00:00 2001
From: Eva <1017762+eshon@users.noreply.github.com>
Date: Tue, 24 Sep 2024 19:01:42 +0200
Subject: [PATCH 2/3] Update rpcs.md
Multi-row tables do not render well in Gitbook and single-row tables don't make sense for this info
Closes https://github.com/filecoin-project/filecoin-docs/issues/2311
---
networks/mainnet/rpcs.md | 190 ++++++---------------------------------
1 file changed, 28 insertions(+), 162 deletions(-)
diff --git a/networks/mainnet/rpcs.md b/networks/mainnet/rpcs.md
index 232f0ab04..d661cac47 100644
--- a/networks/mainnet/rpcs.md
+++ b/networks/mainnet/rpcs.md
@@ -10,168 +10,34 @@ These endpoints are limited to the read-only [Filecoin JSON RPC API](../../refer
{% hint style="info" %} Please note that most publicly hosted endpoints only guarantee recent state, i.e. 2000 of the latest blocks (last 16.67 hours). To request an archival node you can contact a provider below. {% endhint %}
-
-
-
-
- Glif Nodes
- |
-
- HTTPS
- |
-
- https://api.node.glif.io/rpc/v1
- |
-
-
-
- WSS
- |
-
- wss://wss.node.glif.io/apigw/lotus/rpc/v1
- |
-
-
-
- Docs
- |
-
- Glif Nodes - Docs
- |
-
-
-
- API Support
- |
-
- All Filecoin and Eth JSON RPC methods including MPoolPush
- |
-
-
-
- Contact
- |
-
- #fil-glif-node-hosting in Filecoin Slack
- |
-
-
-
- Ankr
- |
-
- HTTPS
- |
-
- https://rpc.ankr.com/filecoin
- |
-
-
-
- WSS
- |
-
- By request at: https://www.ankr.com/rpc/filecoin
- |
-
-
-
- Docs
- |
-
- Ankr Docs - Filecoin
- |
-
-
-
- API Support
- |
-
- All Filecoin and Eth JSON RPC methods including MPoolPush
- |
-
-
-
- Chainup Cloud
- |
-
- HTTPS
- |
-
- https://filecoin.chainup.net/rpc/v1
- |
-
-
-
- WSS
- |
-
- wss://filecoin.chainup.net/rpc/v1
- |
-
-
-
- Docs
- |
-
- Chainup Cloud Docs - Filecoin
- |
-
-
-
- NOWNodes
- |
-
- HTTPS
- |
-
- https://fil.nownodes.io
- |
-
-
-
- Terms
- |
-
- Free for 1 month with signup
- |
-
-
-
- Docs
- |
-
- NOWNodes - Docs
- |
-
-
-
- GetBlock
- |
-
- HTTPS
- |
-
- https://filecoin.getblock.io
- |
-
-
-
- Terms
- |
-
- Free with signup
- |
-
-
-
- Docs
- |
-
- GetBlock - Docs
- |
-
-
+### Glif Nodes
+
+ - HTTPS: https://api.node.glif.io/rpc/v1
+ - WSS: wss://wss.node.glif.io/apigw/lotus/rpc/v1
+ - Docs: Glif Nodes - Docs
+ - API Support: All Filecoin and Eth JSON RPC methods including write methods described above
+ - Contact: #fil-glif-node-hosting in Filecoin Slack
+
+### Ankr
+ - HTTPS: https://rpc.ankr.com/filecoin
+ - WSS: By request at: https://www.ankr.com/rpc/filecoin
+ - Docs: Ankr Docs - Filecoin
+ - API Support: All Filecoin and Eth JSON RPC methods including write methods described above
+
+### Chainup Cloud
+ - HTTPS: https://filecoin.chainup.net/rpc/v1
+ - WSS: wss://filecoin.chainup.net/rpc/v1
+ - Docs: Chainup Cloud Docs - Filecoin
+
+### NOWNodes
+ - HTTPS: https://fil.nownodes.io
+ - Terms: Free for 1 month with signup
+ - Docs: NOWNodes - Docs
+
+### GetBlock
+ - HTTPS: https://filecoin.getblock.io
+ - Terms: Free with signup
+ - Docs: GetBlock - Docs
## Additional Notes:
From 722743d358ecc1d7727ebddd9726a0449bbbd03b Mon Sep 17 00:00:00 2001
From: Eva <1017762+eshon@users.noreply.github.com>
Date: Tue, 24 Sep 2024 19:16:38 +0200
Subject: [PATCH 3/3] Trying to fix link checker issues
---
networks/mainnet/rpcs.md | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 deletions(-)
diff --git a/networks/mainnet/rpcs.md b/networks/mainnet/rpcs.md
index d661cac47..9ec9281a8 100644
--- a/networks/mainnet/rpcs.md
+++ b/networks/mainnet/rpcs.md
@@ -10,35 +10,39 @@ These endpoints are limited to the read-only [Filecoin JSON RPC API](../../refer
{% hint style="info" %} Please note that most publicly hosted endpoints only guarantee recent state, i.e. 2000 of the latest blocks (last 16.67 hours). To request an archival node you can contact a provider below. {% endhint %}
+
+
### Glif Nodes
- - HTTPS: https://api.node.glif.io/rpc/v1
- - WSS: wss://wss.node.glif.io/apigw/lotus/rpc/v1
+ - HTTPS: `https://api.node.glif.io/rpc/v1`
+ - WSS: `wss://wss.node.glif.io/apigw/lotus/rpc/v1`
- Docs: Glif Nodes - Docs
- API Support: All Filecoin and Eth JSON RPC methods including write methods described above
- Contact: #fil-glif-node-hosting in Filecoin Slack
### Ankr
- - HTTPS: https://rpc.ankr.com/filecoin
+ - HTTPS: `https://rpc.ankr.com/filecoin`
- WSS: By request at: https://www.ankr.com/rpc/filecoin
- Docs: Ankr Docs - Filecoin
- API Support: All Filecoin and Eth JSON RPC methods including write methods described above
### Chainup Cloud
- - HTTPS: https://filecoin.chainup.net/rpc/v1
- - WSS: wss://filecoin.chainup.net/rpc/v1
+ - HTTPS: `https://filecoin.chainup.net/rpc/v1`
+ - WSS: `wss://filecoin.chainup.net/rpc/v1`
- Docs: Chainup Cloud Docs - Filecoin
### NOWNodes
- - HTTPS: https://fil.nownodes.io
+ - HTTPS: `https://fil.nownodes.io`
- Terms: Free for 1 month with signup
- Docs: NOWNodes - Docs
### GetBlock
- - HTTPS: https://filecoin.getblock.io
+ - HTTPS: `https://filecoin.getblock.io`
- Terms: Free with signup
- Docs: GetBlock - Docs
+
+
## Additional Notes: