Add service and service deployment records
This commit is contained in:
parent
bc7153fcdc
commit
1dfe8f27e4
9
demo/records/service/GethRPC.json
Normal file
9
demo/records/service/GethRPC.json
Normal 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"
|
||||
}
|
9
demo/records/service/LotusRPC.json
Normal file
9
demo/records/service/LotusRPC.json
Normal 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"
|
||||
}
|
@ -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
|
||||
}
|
@ -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"
|
||||
}
|
@ -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"
|
||||
}
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue
Block a user