From e075b2be1a6bcdbb816d046af17e05a3669085b9 Mon Sep 17 00:00:00 2001 From: daniel1302 Date: Mon, 5 Aug 2024 15:44:51 +0200 Subject: [PATCH 1/5] feat: disable pathrock network data-node --- mainnet1/mainnet1.toml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/mainnet1/mainnet1.toml b/mainnet1/mainnet1.toml index 2d92a83..03f9787 100644 --- a/mainnet1/mainnet1.toml +++ b/mainnet1/mainnet1.toml @@ -11,7 +11,6 @@ Value = "mainnet" Hosts = [ "vega-data.nodes.guru:3007", "vega-data.bharvest.io:3007", - "datanode.vega.pathrocknetwork.org:3007", "tls://vega-grpc.aurora-edge.com:443", "darling.network:3007", "tls://grpc.velvet.tm.p2p.org:443", @@ -25,13 +24,15 @@ Value = "mainnet" # "tls://grpc.vega.xprv.io:443", "vega.mainnet.stakingcabin.com:3007", "tls://grpc.vega.mainnet.community:443", + + # !! subjects not running data-node anymore + # "datanode.vega.pathrocknetwork.org:3007", ] Retries = 5 [API.REST] Hosts = [ "https://vega-data.nodes.guru:3008", "https://vega-data.bharvest.io", - "https://datanode.vega.pathrocknetwork.org", "https://vega.aurora-edge.com", "https://darling.network", "https://rest.velvet.tm.p2p.org", @@ -45,12 +46,14 @@ Value = "mainnet" # "https://vega.xprv.io/datanode", "https://vega.mainnet.stakingcabin.com:3008", "https://vega.mainnet.community", + + # !! subjects not running data-node anymore + # "https://datanode.vega.pathrocknetwork.org", ] [API.GraphQL] Hosts = [ "https://vega-data.nodes.guru:3008/graphql", "https://vega-data.bharvest.io/graphql", - "https://datanode.vega.pathrocknetwork.org/graphql", "https://vega.aurora-edge.com/graphql", "https://darling.network/graphql", "https://gql.velvet.tm.p2p.org/graphql", @@ -64,6 +67,9 @@ Value = "mainnet" # "https://vega.xprv.io/datanode/query", "https://vega.mainnet.stakingcabin.com:3008/query", "https://vega.mainnet.community/graphql", + + # !! subjects not running data-node anymore + "https://datanode.vega.pathrocknetwork.org/graphql", ] [Apps] From 961e01203ab870ff8fbb8d7e8a81ebbf3d935c30 Mon Sep 17 00:00:00 2001 From: daniel1302 Date: Mon, 5 Aug 2024 15:49:47 +0200 Subject: [PATCH 2/5] feat: disable p2p data-node --- mainnet1/mainnet1.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mainnet1/mainnet1.toml b/mainnet1/mainnet1.toml index 03f9787..bfbed58 100644 --- a/mainnet1/mainnet1.toml +++ b/mainnet1/mainnet1.toml @@ -13,7 +13,6 @@ Value = "mainnet" "vega-data.bharvest.io:3007", "tls://vega-grpc.aurora-edge.com:443", "darling.network:3007", - "tls://grpc.velvet.tm.p2p.org:443", "vega-grpc.mainnet.lovali.xyz:3007", "grpcvega.gpvalidator.com:3007", "vega-mainnet.anyvalid.com:3007", @@ -27,6 +26,7 @@ Value = "mainnet" # !! subjects not running data-node anymore # "datanode.vega.pathrocknetwork.org:3007", + # "tls://grpc.velvet.tm.p2p.org:443", ] Retries = 5 [API.REST] @@ -35,7 +35,6 @@ Value = "mainnet" "https://vega-data.bharvest.io", "https://vega.aurora-edge.com", "https://darling.network", - "https://rest.velvet.tm.p2p.org", "https://vega-rest.mainnet.lovali.xyz", "https://graphqlvega.gpvalidator.com", "https://vega-mainnet.anyvalid.com", @@ -49,6 +48,7 @@ Value = "mainnet" # !! subjects not running data-node anymore # "https://datanode.vega.pathrocknetwork.org", + # "https://rest.velvet.tm.p2p.org", ] [API.GraphQL] Hosts = [ @@ -56,7 +56,6 @@ Value = "mainnet" "https://vega-data.bharvest.io/graphql", "https://vega.aurora-edge.com/graphql", "https://darling.network/graphql", - "https://gql.velvet.tm.p2p.org/graphql", "https://vega-query.mainnet.lovali.xyz/graphql", "https://graphqlvega.gpvalidator.com/graphql", "https://vega-mainnet.anyvalid.com/graphql", @@ -69,7 +68,8 @@ Value = "mainnet" "https://vega.mainnet.community/graphql", # !! subjects not running data-node anymore - "https://datanode.vega.pathrocknetwork.org/graphql", + # "https://datanode.vega.pathrocknetwork.org/graphql", + # "https://gql.velvet.tm.p2p.org/graphql", ] [Apps] From 3c631f9f714633458117f45c0c9bd7692f91d0ca Mon Sep 17 00:00:00 2001 From: daniel1302 Date: Mon, 5 Aug 2024 15:54:18 +0200 Subject: [PATCH 3/5] feat: disable gpvalidator and gf1 --- mainnet1/mainnet1.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mainnet1/mainnet1.toml b/mainnet1/mainnet1.toml index bfbed58..8af081a 100644 --- a/mainnet1/mainnet1.toml +++ b/mainnet1/mainnet1.toml @@ -18,7 +18,6 @@ Value = "mainnet" "vega-mainnet.anyvalid.com:3007", # !! not passing vaguer validations # "vega-data-mainnet.rockrpc.net:3007", - # "vega.greenfield.xyz:3007", # !! not passing standard validations # "tls://grpc.vega.xprv.io:443", "vega.mainnet.stakingcabin.com:3007", @@ -27,6 +26,7 @@ Value = "mainnet" # !! subjects not running data-node anymore # "datanode.vega.pathrocknetwork.org:3007", # "tls://grpc.velvet.tm.p2p.org:443", + # "vega.greenfield.xyz:3007", ] Retries = 5 [API.REST] @@ -36,11 +36,9 @@ Value = "mainnet" "https://vega.aurora-edge.com", "https://darling.network", "https://vega-rest.mainnet.lovali.xyz", - "https://graphqlvega.gpvalidator.com", "https://vega-mainnet.anyvalid.com", # !! not passing vaguer validations # "https://vega-data-mainnet.rockrpc.net", - # "https://vega.greenfield.xyz", # !! not passing standard validations # "https://vega.xprv.io/datanode", "https://vega.mainnet.stakingcabin.com:3008", @@ -49,6 +47,8 @@ Value = "mainnet" # !! subjects not running data-node anymore # "https://datanode.vega.pathrocknetwork.org", # "https://rest.velvet.tm.p2p.org", + # "https://vega.greenfield.xyz", + # "https://graphqlvega.gpvalidator.com", ] [API.GraphQL] Hosts = [ @@ -57,11 +57,9 @@ Value = "mainnet" "https://vega.aurora-edge.com/graphql", "https://darling.network/graphql", "https://vega-query.mainnet.lovali.xyz/graphql", - "https://graphqlvega.gpvalidator.com/graphql", "https://vega-mainnet.anyvalid.com/graphql", # !! not passing vaguer validations # "https://vega-data-mainnet.rockrpc.net/graphql", - # "https://vega.greenfield.xyz/graphql", # !! not passing standard validations # "https://vega.xprv.io/datanode/query", "https://vega.mainnet.stakingcabin.com:3008/query", @@ -70,6 +68,8 @@ Value = "mainnet" # !! subjects not running data-node anymore # "https://datanode.vega.pathrocknetwork.org/graphql", # "https://gql.velvet.tm.p2p.org/graphql", + # "https://vega.greenfield.xyz/graphql", + # "https://graphqlvega.gpvalidator.com/graphql", ] [Apps] From fadcc26c02b071a99981e220084a047632b36a8c Mon Sep 17 00:00:00 2001 From: daniel1302 Date: Mon, 5 Aug 2024 15:55:18 +0200 Subject: [PATCH 4/5] feat: enable xprv and rockrpc --- mainnet1/mainnet1.toml | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/mainnet1/mainnet1.toml b/mainnet1/mainnet1.toml index 8af081a..783bae9 100644 --- a/mainnet1/mainnet1.toml +++ b/mainnet1/mainnet1.toml @@ -14,12 +14,9 @@ Value = "mainnet" "tls://vega-grpc.aurora-edge.com:443", "darling.network:3007", "vega-grpc.mainnet.lovali.xyz:3007", - "grpcvega.gpvalidator.com:3007", "vega-mainnet.anyvalid.com:3007", - # !! not passing vaguer validations - # "vega-data-mainnet.rockrpc.net:3007", - # !! not passing standard validations - # "tls://grpc.vega.xprv.io:443", + "vega-data-mainnet.rockrpc.net:3007", + "tls://grpc.vega.xprv.io:443", "vega.mainnet.stakingcabin.com:3007", "tls://grpc.vega.mainnet.community:443", @@ -27,6 +24,7 @@ Value = "mainnet" # "datanode.vega.pathrocknetwork.org:3007", # "tls://grpc.velvet.tm.p2p.org:443", # "vega.greenfield.xyz:3007", + # "grpcvega.gpvalidator.com:3007", ] Retries = 5 [API.REST] @@ -37,10 +35,8 @@ Value = "mainnet" "https://darling.network", "https://vega-rest.mainnet.lovali.xyz", "https://vega-mainnet.anyvalid.com", - # !! not passing vaguer validations - # "https://vega-data-mainnet.rockrpc.net", - # !! not passing standard validations - # "https://vega.xprv.io/datanode", + "https://vega-data-mainnet.rockrpc.net", + "https://vega.xprv.io/datanode", "https://vega.mainnet.stakingcabin.com:3008", "https://vega.mainnet.community", @@ -58,10 +54,8 @@ Value = "mainnet" "https://darling.network/graphql", "https://vega-query.mainnet.lovali.xyz/graphql", "https://vega-mainnet.anyvalid.com/graphql", - # !! not passing vaguer validations - # "https://vega-data-mainnet.rockrpc.net/graphql", - # !! not passing standard validations - # "https://vega.xprv.io/datanode/query", + "https://vega-data-mainnet.rockrpc.net/graphql", + "https://vega.xprv.io/datanode/query", "https://vega.mainnet.stakingcabin.com:3008/query", "https://vega.mainnet.community/graphql", From 343217c06105b8a644d9ceb6de80df041db4527b Mon Sep 17 00:00:00 2001 From: daniel1302 Date: Mon, 5 Aug 2024 15:58:38 +0200 Subject: [PATCH 5/5] feat: add croisant networks to mainnet data-nodes --- mainnet1/mainnet1.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mainnet1/mainnet1.toml b/mainnet1/mainnet1.toml index 783bae9..11c6990 100644 --- a/mainnet1/mainnet1.toml +++ b/mainnet1/mainnet1.toml @@ -9,6 +9,7 @@ Value = "mainnet" [API] [API.GRPC] Hosts = [ + "croissant.network:3007", "vega-data.nodes.guru:3007", "vega-data.bharvest.io:3007", "tls://vega-grpc.aurora-edge.com:443", @@ -29,6 +30,7 @@ Value = "mainnet" Retries = 5 [API.REST] Hosts = [ + "https://croissant.network", "https://vega-data.nodes.guru:3008", "https://vega-data.bharvest.io", "https://vega.aurora-edge.com", @@ -48,6 +50,7 @@ Value = "mainnet" ] [API.GraphQL] Hosts = [ + "https://croissant.network/graphql", "https://vega-data.nodes.guru:3008/graphql", "https://vega-data.bharvest.io/graphql", "https://vega.aurora-edge.com/graphql",