Add service and service deployment records

This commit is contained in:
Prathamesh Musale 2024-05-08 18:39:01 +05:30
parent bc7153fcdc
commit 1dfe8f27e4
6 changed files with 74 additions and 0 deletions

View File

@ -0,0 +1,9 @@
{
"type": "ServiceRecord",
"version": "0.1.0",
"schema": "",
"name": "geth-rpc",
"repository": "https://github.com/ethereum/go-ethereum",
"repository_ref": "87246f3cbaf10f83f56bc4d45f0f3e36e83e71e9",
"repository_tag": "v1.14.0"
}

View File

@ -0,0 +1,9 @@
{
"type": "ServiceRecord",
"version": "0.1.0",
"schema": "",
"name": "lotus-rpc",
"repository": "https://github.com/filecoin-project/lotus",
"repository_ref": "560826d5c61405006603c4f3d734a586a856d865",
"repository_tag": "v1.26.3"
}

View File

@ -0,0 +1,14 @@
{
"type": "ServiceDeploymentRecord",
"version": "0.1.0",
"schema": "",
"request": "",
"name": "lotus-rpc",
"service": "<service-record-id>",
"node_name": "",
"chain": "314",
"url": "https://lotus-rpc-endpoint.example.com",
"needs_auth": false,
"node_type": "full",
"eth_rpc_enabled": true
}

View File

@ -0,0 +1,14 @@
{
"type": "ServiceDeploymentRecord",
"version": "0.1.0",
"schema": "",
"request": "",
"name": "geth-rpc",
"service": "<service-record-id>",
"node_name": "Geth/kindred-laconic-snap/v1.14.0-unstable-2e06fbd4/linux-amd64/go1.22.2",
"chain": "1",
"url": "https://geth-rpc-endpoint.example.com",
"needs_auth": false,
"sync_mode": "snap",
"gc_mode": "archive"
}

View File

@ -0,0 +1,14 @@
{
"type": "ServiceDeploymentRecord",
"version": "0.1.0",
"schema": "",
"request": "",
"name": "geth-rpc",
"service": "<service-record-id>",
"node_name": "Geth/kindred-laconic/v1.14.0-unstable-3c26ffeb/linux-amd64/go1.21.8",
"chain": "1",
"url": "https://geth-rpc-endpoint.example.com",
"needs_auth": false,
"sync_mode": "full",
"gc_mode": "archive"
}

View File

@ -0,0 +1,14 @@
{
"type": "ServiceDeploymentRecord",
"version": "0.1.0",
"schema": "",
"request": "",
"name": "lotus-rpc",
"service": "<service-record-id>",
"node_name": "",
"chain": "314",
"url": "https://lotus-rpc-endpoint.example.com",
"needs_auth": false,
"node_type": "lite",
"eth_rpc_enabled": true
}