Skip to content

Commit

Permalink
link fixes (#67)
Browse files Browse the repository at this point in the history
* link fixes

updates to various broken links

* remove J2 cli from build and deploy steps

removes J2 cli from build and deploy steps as the image has this baked in now
  • Loading branch information
BrandtH22 authored Dec 18, 2023
1 parent 822ee5a commit d1d2a1f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ jobs:
secret/data/pub-metrics-eks/rds/blocks-read-user username | BLOCK_METRICS_USER;
secret/data/pub-metrics-eks/rds/blocks-read-user password | BLOCK_METRICS_PASSWORD;
- name: Install J2-CLI
run: pip3 install j2cli

- name: Template grafana configs
run: |
j2 templates/datasources.yaml.j2 -o helm/pub-metrics-grafana/datasources
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/deploy-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ jobs:
secret/data/pub-metrics-eks/rds/blocks-read-user username | BLOCK_METRICS_USER;
secret/data/pub-metrics-eks/rds/blocks-read-user password | BLOCK_METRICS_PASSWORD;
- name: Install J2-CLI
run: pip3 install j2cli

- name: Template grafana configs
run: |
j2 templates/datasources.yaml.j2 -o helm/pub-metrics-grafana/datasources
Expand Down
2 changes: 1 addition & 1 deletion dashboards/blockchain/blockchain-state.json
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,7 @@
"type": "prometheus",
"uid": "PB06BBC9CA81C548D"
},
"description": "In a block, there are a number of proofs. Each proof starts out in the \"uncompact\" form, which is quick to generate in real time, but takes longer to validate when syncing. \n\nBlueboxes find uncompact proofs and compact them into a more compact form that is quicker to validate when syncing and broadcasts them to the network so peers can replace them in their database.\n\nCompact Block: A block that has all supported proofs compacted. (There are some proofs that are not currently configured to be compacted by blueboxes)\n\nUncompact Block: A block with at least one proof that is not compacted, but could be compacted by a bluebox (could be partially compacted).\n\nWant to help generate compact proofs? Read about how to run a bluebox timelord here: https://github.com/Chia-Network/chia-blockchain/wiki/Timelords#bluebox-timelords",
"description": "In a block, there are a number of proofs. Each proof starts out in the \"uncompact\" form, which is quick to generate in real time, but takes longer to validate when syncing. \n\nBlueboxes find uncompact proofs and compact them into a more compact form that is quicker to validate when syncing and broadcasts them to the network so peers can replace them in their database.\n\nCompact Block: A block that has all supported proofs compacted. (There are some proofs that are not currently configured to be compacted by blueboxes)\n\nUncompact Block: A block with at least one proof that is not compacted, but could be compacted by a bluebox (could be partially compacted).\n\nWant to help generate compact proofs? Read about how to run a bluebox timelord here: https://docs.chia.net/timelord-architecture/",
"fieldConfig": {
"defaults": {
"color": {
Expand Down
4 changes: 2 additions & 2 deletions dashboards/blockchain/mempool-transactions-fees.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"type": "prometheus",
"uid": "PB06BBC9CA81C548D"
},
"description": "How many individual spendbundles are currently in the mempool\n\nSpendbundle Docs: https://chialisp.com/docs/coin_lifecycle#spend-bundles",
"description": "How many individual spendbundles are currently in the mempool\n\nSpendbundle Docs: https://docs.chia.net/spend-bundles/",
"fieldConfig": {
"defaults": {
"color": {
Expand Down Expand Up @@ -153,7 +153,7 @@
"type": "prometheus",
"uid": "PB06BBC9CA81C548D"
},
"description": "This shows the current cost of the mempool (how full the mempool is). Once the mempool is full, a fee is required to kick other lower fee transactions out to get your transaction included in the mempool.\n\nOnce a transaction is in the mempool, it will be included in blocks as there is space. Typically the highest \"fee per cost\" are included in blocks first.\n\nCost Info: https://chialisp.com/docs/clvm/lang_reference#costs",
"description": "This shows the current cost of the mempool (how full the mempool is). Once the mempool is full, a fee is required to kick other lower fee transactions out to get your transaction included in the mempool.\n\nOnce a transaction is in the mempool, it will be included in blocks as there is space. Typically the highest \"fee per cost\" are included in blocks first.\n\nCost Info: https://chialisp.com/costs/\nMempool Info: https://docs.chia.net/mempool/",
"fieldConfig": {
"defaults": {
"color": {
Expand Down

0 comments on commit d1d2a1f

Please sign in to comment.