Skip to content

Commit

Permalink
feat(JSON-RPC): add v0_8 and stop support for v0_6 and v0_7
Browse files Browse the repository at this point in the history
  • Loading branch information
ShahakShama committed Sep 19, 2024
1 parent a16208b commit 831f9e5
Show file tree
Hide file tree
Showing 56 changed files with 116 additions and 15,741 deletions.
15 changes: 5 additions & 10 deletions Monitoring/papyrus/grafana.json
Original file line number Diff line number Diff line change
Expand Up @@ -9247,8 +9247,8 @@
{
"current": {
"selected": true,
"text": "V0_7",
"value": "V0_7"
"text": "V0_8",
"value": "V0_8"
},
"hide": 0,
"includeAll": false,
Expand All @@ -9257,16 +9257,11 @@
"options": [
{
"selected": false,
"text": "V0_6",
"value": "V0_6"
},
{
"selected": false,
"text": "V0_7",
"value": "V0_7"
"text": "V0_8",
"value": "V0_8"
}
],
"query": "V0_6,V0_7",
"query": "V0_8",
"queryValue": "None",
"skipUrlSync": false,
"type": "custom"
Expand Down
Loading

0 comments on commit 831f9e5

Please sign in to comment.