dboreham
|
0eaa5b8f09
|
Fix argument errors in command code
|
2024-06-24 14:15:46 -06:00 |
|
dboreham
|
fd15252c3f
|
Fixes for current SO objects
|
2024-06-24 13:41:15 -06:00 |
|
dboreham
|
2364924a59
|
Fix mainnet laconic deploy setup
|
2024-06-21 19:24:33 -06:00 |
|
 prathameshandnabarun
|
4acb06325b
|
Update watcher dashboard and config templates (#835)
Part of [Metrics and logging for GQL queries in watcher](https://www.notion.so/Metrics-and-logging-for-GQL-queries-in-watcher-928c692292b140a2a4f52cda9795df5e)
- Update watcher config templates after config refactoring
- Mount watcher GQL query log files on volumes
- Update watcher dashboard to
- add a panel to show latest processed block number
- use latest processed block from sync status for diff values
Co-authored-by: Nabarun <nabarun@deepstacksoft.com>
Reviewed-on: cerc-io/stack-orchestrator#835
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
|
2024-06-12 11:52:51 +00:00 |
|
dboreham
|
9a1d3bb0f1
|
Remove files migrated to external repo
|
2024-06-06 20:44:51 -06:00 |
|
prathamesh
|
abc0c2423f
|
Add panels for GQL metrics to watcher dashboard (#834)
Part of [Metrics and logging for GQL queries in watcher](https://www.notion.so/Metrics-and-logging-for-GQL-queries-in-watcher-928c692292b140a2a4f52cda9795df5e)
Reviewed-on: cerc-io/stack-orchestrator#834
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
|
2024-06-06 11:47:18 +00:00 |
|
nabarun
|
a322d6eed4
|
Add dashboard for graph-node subgraphs (#832)
Part of [Deploy v2 and updated v3 sushiswap subgraphs](https://www.notion.so/Deploy-v2-and-updated-v3-sushiswap-subgraphs-e331945fdeea487c890706fc22c6cc94)
- Add param `GRAPH_ETHEREUM_BLOCK_INGESTOR_MAX_CONCURRENT_JSON_RPC_CALLS_FOR_TXN_RECEIPTS` in graph-node stack
- <https://github.com/graphprotocol/graph-node/blob/v0.31.0/docs/environment-variables.md#json-rpc-configuration-for-evm-chains>
- Add dashboard for subgraphs deployment in graph-node
- Show subgraph names in dashboard
- Add watcher dashboard panel for showing watcher release version and commit hash
Reviewed-on: cerc-io/stack-orchestrator#832
Co-authored-by: Nabarun <nabarun@deepstacksoft.com>
Co-committed-by: Nabarun <nabarun@deepstacksoft.com>
|
2024-06-04 07:21:27 +00:00 |
|
 prathameshandnabarun
|
ed8914b8d3
|
Upgrade watchers and their config (#827)
Part of [Investigate subgraph watchers lagging behind head](https://www.notion.so/Investigate-subgraph-watchers-lagging-behind-head-01b72294ca8e4f658e4c0e86b36d19e2)
Co-authored-by: Nabarun <nabarun@deepstacksoft.com>
Reviewed-on: cerc-io/stack-orchestrator#827
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
|
2024-05-23 04:12:31 +00:00 |
|
prathamesh
|
8f2da38183
|
Add alerts for graph-node subgraphs (#821)
Part of [Deploy v2 and updated v3 sushiswap subgraphs](https://www.notion.so/Deploy-v2-and-updated-v3-sushiswap-subgraphs-e331945fdeea487c890706fc22c6cc94)
Reviewed-on: cerc-io/stack-orchestrator#821
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
|
2024-05-17 04:01:41 +00:00 |
|
prathamesh
|
b9369a13e6
|
Update watcher dashboard with panels for ETH RPC request failures and durations (#825)
Part of [Regenerate ajna watcher with updated subgraph config
](https://www.notion.so/Regenerate-ajna-watcher-with-updated-subgraph-config-c9bbecb033024c13a7515c7f1efc3363)
Requires [Add metrics to monitor errors and duration for ETH RPC requests](https://github.com/cerc-io/watcher-ts/pull/507)
Reviewed-on: cerc-io/stack-orchestrator#825
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
|
2024-05-15 13:52:18 +00:00 |
|
prathamesh
|
0b1eb8eb0f
|
Update ajna-watcher version in ajna stack (#824)
Part of [Regenerate ajna watcher with updated subgraph config](https://www.notion.so/Regenerate-ajna-watcher-with-updated-subgraph-config-c9bbecb033024c13a7515c7f1efc3363)
Reviewed-on: cerc-io/stack-orchestrator#824
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
|
2024-05-14 08:27:59 +00:00 |
|
nabarun
|
78092f5793
|
Update subgraph watcher stacks to configure multiple RPC endpoints (#822)
Part of [Ability to configure watchers with multiple RPC endpoints](https://www.notion.so/Ability-to-configure-watchers-with-multiple-RPC-endpoints-dc8d3ff4d647404ab718dfd5a4c9035c)
Reviewed-on: cerc-io/stack-orchestrator#822
Co-authored-by: Nabarun <nabarun@deepstacksoft.com>
Co-committed-by: Nabarun <nabarun@deepstacksoft.com>
|
2024-05-10 04:58:30 +00:00 |
|
 prathameshandnabarun
|
247dbdd2f0
|
Update subgraph watcher versions for improved eth_getLogs calls (#820)
Part of [Investigate subgraph watchers lagging behind head](https://www.notion.so/Investigate-subgraph-watchers-lagging-behind-head-01b72294ca8e4f658e4c0e86b36d19e2)
Co-authored-by: Nabarun <nabarun@deepstacksoft.com>
Reviewed-on: cerc-io/stack-orchestrator#820
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
|
2024-05-07 04:18:45 +00:00 |
|
prathamesh
|
09a1cbb966
|
Additional env configuration in graph-node stack (#812)
Part of [Deploy v2 and updated v3 sushiswap subgraphs](https://www.notion.so/Deploy-v2-and-updated-v3-sushiswap-subgraphs-e331945fdeea487c890706fc22c6cc94)
Reviewed-on: cerc-io/stack-orchestrator#812
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
|
2024-04-26 05:45:00 +00:00 |
|
telackey
|
7f84a45cfd
|
Switch repo to cerc-io org. (#804)
Update stack to track moved repo.
Reviewed-on: cerc-io/stack-orchestrator#804
Reviewed-by: David Boreham <dboreham@noreply.git.vdb.to>
|
2024-04-15 18:59:08 +00:00 |
|
prathamesh
|
345d200873
|
Add a laconicd Grafana dashboard to monitoring stack (#799)
Part of https://www.notion.so/Monitoring-and-alerting-for-laconicd-86727c3b4dde4dc993d87d6e29f935fe
- Add a laconicd Grafana dashboard
- Update fixturenet-laconicd script to expose metrics
- Upgrade Grafana version to avoid errors while saving changes made to a dashboard (see [thread](https://community.grafana.com/t/error-cannot-add-property-ishandled-object-is-not-extensible/109268))
- Add an alert rule for Ajna watcher
Reviewed-on: cerc-io/stack-orchestrator#799
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
|
2024-04-11 07:59:36 +00:00 |
|
jonathanface
|
108a5a3440
|
Merge branch 'main' into blast-stack
|
2024-04-08 15:21:03 +00:00 |
|
jonathanface
|
4b04a39faf
|
linted
|
2024-04-08 15:17:44 +00:00 |
|
jonathan@vulcanize.io
|
c789b82782
|
metrics
|
2024-04-01 19:38:00 +00:00 |
|
telackey
|
d2442bcc9b
|
revert 5308ab1e4e (#788)
revert Blind commit to fix laconic CLI calls after rename. (#784)
`laconic cns` got renamed to `laconic registry` which breaks all the scripts and commands that use it.
Reviewed-on: cerc-io/stack-orchestrator#784
Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com>
Co-committed-by: Thomas E Lackey <telackey@bozemanpass.com>
Reviewed-on: cerc-io/stack-orchestrator#788
|
2024-03-27 20:55:03 +00:00 |
|
jonathan@vulcanize.io
|
b3bc5a19ae
|
blast testnet, initial commit
|
2024-03-27 15:03:30 +00:00 |
|
nabarun
|
44faf36837
|
Update ajna-watcher-ts version for using new subgraph (#786)
Part of https://www.notion.so/Run-ajna-finance-subgraph-watcher-87748d78cd7a471b8d71f50d5fdc2657
Reviewed-on: cerc-io/stack-orchestrator#786
Co-authored-by: Nabarun <nabarun@deepstacksoft.com>
Co-committed-by: Nabarun <nabarun@deepstacksoft.com>
|
2024-03-26 14:52:57 +00:00 |
|
telackey
|
5308ab1e4e
|
Blind commit to fix laconic CLI calls after rename. (#784)
`laconic cns` got renamed to `laconic registry` which breaks all the scripts and commands that use it.
Reviewed-on: cerc-io/stack-orchestrator#784
Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com>
Co-committed-by: Thomas E Lackey <telackey@bozemanpass.com>
|
2024-03-25 19:09:26 +00:00 |
|
prathamesh
|
cd50832038
|
Add a Ajna watcher stack (#781)
Part of https://www.notion.so/Generate-ajna-finance-subgraph-watcher-with-codegen-5b80ac149b3f449fb138f5d92cc5485e
Reviewed-on: cerc-io/stack-orchestrator#781
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
|
2024-03-21 07:17:01 +00:00 |
|
jonathan@vulcanize.io
|
7f9e1da8ba
|
removed keycloak
|
2024-03-15 15:15:15 +00:00 |
|
jonathan@vulcanize.io
|
06de4fe485
|
follow established naming convention
|
2024-03-13 16:21:29 +00:00 |
|
prathamesh
|
aeddc82ebc
|
Remove latest indexed block value from watcher alerts data (#780)
Part of https://www.notion.so/Setup-grafana-SO-stack-for-monitoring-watchers-7e23042c296c4de6b8676f1f604aa03c
Reviewed-on: cerc-io/stack-orchestrator#780
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
|
2024-03-13 07:16:15 +00:00 |
|
jonathan@vulcanize.io
|
821d401575
|
fixed missing rollup
|
2024-03-13 04:28:16 +00:00 |
|
jonathan@vulcanize.io
|
5123111db0
|
copy whether absolute path or local
|
2024-03-13 03:56:17 +00:00 |
|
prathamesh
|
17e860d6e4
|
Update subgraph watcher versions and instructions to use deployments (#775)
Part of https://www.notion.so/Setup-watchers-on-sandman-34b5514a10634c6fbf3ec338967c871c
Reviewed-on: cerc-io/stack-orchestrator#775
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
|
2024-03-12 05:32:55 +00:00 |
|
jonathan@vulcanize.io
|
b4eda902ea
|
fixed optimum deployment
|
2024-03-08 19:27:36 +00:00 |
|
jonathan@vulcanize.io
|
b4df8104c8
|
tweaking yml
|
2024-03-08 17:20:44 +00:00 |
|
jonathan@vulcanize.io
|
07282cdd6e
|
minimal build
|
2024-03-08 02:56:23 +00:00 |
|
jonathan@vulcanize.io
|
e7c935fb78
|
integration testing, I think
|
2024-03-07 22:24:46 +00:00 |
|
jonathan@vulcanize.io
|
0aa4b350bd
|
keycloak implementation
|
2024-03-06 19:21:29 +00:00 |
|
jonathan@vulcanize.io
|
2252252072
|
comment format
|
2024-03-05 20:42:53 +00:00 |
|
jonathan@vulcanize.io
|
c92f15f47c
|
comment format
|
2024-03-05 20:38:09 +00:00 |
|
jonathan@vulcanize.io
|
fee32ec703
|
copying genesis.json to /data/blast-data for blast
|
2024-03-05 20:32:56 +00:00 |
|
dboreham
|
fb55c1425e
|
Beginnings of blast stack
|
2024-03-04 15:05:31 -07:00 |
|
 zramsayandzramsay
|
a16fc657bf
|
clarify uniswap urbit readme (#766)
Co-authored-by: zramsay <zach@bluecollarcoding.ca>
Reviewed-on: cerc-io/stack-orchestrator#766
|
2024-02-24 00:15:53 +00:00 |
|
telackey
|
db4986dcc6
|
snowballtool-base backend stack (#751)
This adds a stack for the backend from snowball/snowballtools-base.
Reviewed-on: cerc-io/stack-orchestrator#751
Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com>
Co-committed-by: Thomas E Lackey <telackey@bozemanpass.com>
|
2024-02-21 04:45:46 +00:00 |
|
 zramsayandzramsay
|
01f9fe67ed
|
add Mars v2 interface (#744)
Tested on DO with real funds on mainnet
Co-authored-by: zramsay <zach@bluecollarcoding.ca>
Reviewed-on: cerc-io/stack-orchestrator#744
|
2024-02-19 19:11:59 +00:00 |
|
 dborehamandDavid Boreham
|
39f4fa4487
|
Container Registry Stack (#747)
Co-authored-by: David Boreham <david@bozemanpas.com>
Reviewed-on: cerc-io/stack-orchestrator#747
Co-authored-by: David Boreham <david@bozemanpass.com>
Co-committed-by: David Boreham <david@bozemanpass.com>
|
2024-02-18 18:55:55 +00:00 |
|
dboreham
|
d9bb6b3588
|
Test Database Stack (#737)
Reviewed-on: cerc-io/stack-orchestrator#737
|
2024-02-15 05:26:29 +00:00 |
|
dboreham
|
2104eb5f30
|
Merge pull request 'Add Mars stack' (#725) from zach/mars into main
Reviewed-on: cerc-io/stack-orchestrator#725
Reviewed-by: David Boreham <dboreham@noreply.git.vdb.to>
|
2024-02-08 20:30:47 +00:00 |
|
 
|
afd6be3b13
|
Ping pub (#663)
for #170, revives #190
uses https://github.com/LaconicNetwork/explorer/pull/1
Co-authored-by: zramsay <zach@bluecollarcoding.ca>
Co-authored-by: David Boreham <david@bozemanpass.com>
Reviewed-on: cerc-io/stack-orchestrator#663
Co-authored-by: zramsay <zramsay@noreply.git.vdb.to>
Co-committed-by: zramsay <zramsay@noreply.git.vdb.to>
|
2024-02-08 20:13:12 +00:00 |
|
dboreham
|
f914baa913
|
Merge branch 'main' into zach/mars
|
2024-02-08 19:52:49 +00:00 |
|
telackey
|
4a981d8d2e
|
Fix repo URL (#733)
Needs a '/' (http) not ':' (ssh).
Reviewed-on: cerc-io/stack-orchestrator#733
Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com>
Co-committed-by: Thomas E Lackey <telackey@bozemanpass.com>
|
2024-02-07 18:52:07 +00:00 |
|
telackey
|
937b983ec9
|
Update links from github.com to git.vdb.to (#732)
Update links and references to github.com to git.vdb.to.
Also enable the flake8 lint action in gitea.
Reviewed-on: cerc-io/stack-orchestrator#732
Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com>
Co-committed-by: Thomas E Lackey <telackey@bozemanpass.com>
|
2024-02-06 22:42:44 +00:00 |
|
dboreham
|
25a2b70f2c
|
Fix command in mainnet-eth docs
|
2024-02-03 18:25:02 -07:00 |
|