Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Commit e45f2c8

Browse files
committed
chore: grafana config and sdk-dep update
1 parent 7c93397 commit e45f2c8

File tree

7 files changed

+27
-17
lines changed

7 files changed

+27
-17
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

one-shot/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ keywords = ["graphprotocol", "data-integrity", "Indexer", "waku", "p2p"]
1010
categories = ["network-programming", "web-programming::http-client"]
1111

1212
[dependencies]
13-
graphcast-sdk = { package = "graphcast-sdk", git = "https://github.com/graphops/graphcast-sdk", branch = "hope/subgraph-owner-check" }
13+
graphcast-sdk = { package = "graphcast-sdk", git = "https://github.com/graphops/graphcast-sdk" }
1414
poi-radio = { path = "../poi-radio" }
1515
prost = "0.11"
1616
once_cell = "1.17"

poi-radio-grafana.json

+21-11
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
"mode": "percentage",
3838
"steps": [
3939
{
40-
"color": "green"
40+
"color": "green",
41+
"value": null
4142
}
4243
]
4344
}
@@ -55,7 +56,8 @@
5556
"mode": "absolute",
5657
"steps": [
5758
{
58-
"color": "green"
59+
"color": "green",
60+
"value": null
5961
},
6062
{
6163
"color": "#EAB839",
@@ -176,7 +178,8 @@
176178
"mode": "absolute",
177179
"steps": [
178180
{
179-
"color": "green"
181+
"color": "green",
182+
"value": null
180183
}
181184
]
182185
}
@@ -278,7 +281,8 @@
278281
"mode": "absolute",
279282
"steps": [
280283
{
281-
"color": "green"
284+
"color": "green",
285+
"value": null
282286
},
283287
{
284288
"color": "red",
@@ -379,7 +383,8 @@
379383
"mode": "absolute",
380384
"steps": [
381385
{
382-
"color": "green"
386+
"color": "green",
387+
"value": null
383388
},
384389
{
385390
"color": "red",
@@ -491,7 +496,8 @@
491496
"mode": "absolute",
492497
"steps": [
493498
{
494-
"color": "green"
499+
"color": "green",
500+
"value": null
495501
},
496502
{
497503
"color": "red",
@@ -603,7 +609,8 @@
603609
"mode": "absolute",
604610
"steps": [
605611
{
606-
"color": "green"
612+
"color": "green",
613+
"value": null
607614
},
608615
{
609616
"color": "red",
@@ -715,7 +722,8 @@
715722
"mode": "absolute",
716723
"steps": [
717724
{
718-
"color": "green"
725+
"color": "green",
726+
"value": null
719727
},
720728
{
721729
"color": "red",
@@ -839,7 +847,8 @@
839847
"mode": "absolute",
840848
"steps": [
841849
{
842-
"color": "green"
850+
"color": "green",
851+
"value": null
843852
},
844853
{
845854
"color": "red",
@@ -926,7 +935,8 @@
926935
"mode": "absolute",
927936
"steps": [
928937
{
929-
"color": "green"
938+
"color": "green",
939+
"value": null
930940
},
931941
{
932942
"color": "red",
@@ -1123,4 +1133,4 @@
11231133
"uid": "WzeduAYVz",
11241134
"version": 61,
11251135
"weekStart": ""
1126-
}
1136+
}

poi-radio/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ keywords = ["graphprotocol", "data-integrity", "Indexer", "waku", "p2p"]
1010
categories = ["network-programming", "web-programming::http-client"]
1111

1212
[dependencies]
13-
graphcast-sdk = { package = "graphcast-sdk", git = "https://github.com/graphops/graphcast-sdk", branch = "hope/subgraph-owner-check" }
13+
graphcast-sdk = { package = "graphcast-sdk", git = "https://github.com/graphops/graphcast-sdk" }
1414
prost = "0.11"
1515
once_cell = "1.17"
1616
chrono = "0.4"

test-runner/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ categories = [
2323
[dependencies]
2424
waku = { version = "0.1.1", package = "waku-bindings" }
2525
test-utils = { path = "../test-utils" }
26-
graphcast-sdk = { package = "graphcast-sdk", git = "https://github.com/graphops/graphcast-sdk", branch = "hope/subgraph-owner-check" }
26+
graphcast-sdk = { package = "graphcast-sdk", git = "https://github.com/graphops/graphcast-sdk" }
2727
poi-radio = { path = "../poi-radio" }
2828
tokio = { version = "1.1.1", features = ["full", "rt"] }
2929
tracing = "0.1"

test-sender/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ categories = [
2222

2323
[dependencies]
2424
waku = { version = "0.1.1", package = "waku-bindings" }
25-
graphcast-sdk = { package = "graphcast-sdk", git = "https://github.com/graphops/graphcast-sdk", branch = "hope/subgraph-owner-check" }
25+
graphcast-sdk = { package = "graphcast-sdk", git = "https://github.com/graphops/graphcast-sdk" }
2626
test-utils = { path = "../test-utils" }
2727
poi-radio = { path = "../poi-radio" }
2828
tokio = { version = "1.1.1", features = ["full", "rt"] }

test-utils/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ categories = [
2222

2323
[dependencies]
2424
waku = { version = "0.1.1", package = "waku-bindings" }
25-
graphcast-sdk = { package = "graphcast-sdk", git = "https://github.com/graphops/graphcast-sdk", branch = "hope/subgraph-owner-check" }
25+
graphcast-sdk = { package = "graphcast-sdk", git = "https://github.com/graphops/graphcast-sdk" }
2626
poi-radio = { path = "../poi-radio" }
2727
tokio = { version = "1.1.1", features = ["full", "rt"] }
2828
tracing = "0.1"

0 commit comments

Comments
 (0)