Skip to content

Latest commit

 

History

History
69 lines (49 loc) · 6.91 KB

README.md

File metadata and controls

69 lines (49 loc) · 6.91 KB

Substrate Meta Repo

Meta repo for Substrate based blockchains for the W3F ecosystem including Polkadot and Kusama. Contains all associated repositories for Geometry Labs maintained code.

Downloading a copy of the archive databases

A shell script is provided in the sync folder of this repo. To use the script, just download and run:

# Requires aria2c - script will tell you how to install if you haven't already
./archive_download.sh <network> <destination_path>

Where network is either polkadot or kusama, and destination_path is the absolute path for the download (e.g. /data/chains/polkadot/db/full/)

To then run an archive node you will need to point it to the path of the DB. Note that it will look for the data of a given network under ./chains/<network>/db/full/ relative to the base bath, so you need store the snapshot and provide the path accordingly. E.g. for the path provided above:

polkadot --base-path /data --pruning archive --database rocksdb --chain polkadot

Monitoring

Prometheus rule files and scrape configurations are available in the prometheus folder.

Sub-Repos

All sub-repos can be pulled locally running make pull-repos.

Terraform

Module Version Build Status
Node GitHub Release
Autoscaling Group GitHub Release
Telemetry GitHub Release
User Data GitHub Release
Cloudwatch Exporter GitHub Release
Archive Cloudfront GitHub Release

Ansible

Role Version Build Status
Base GitHub Release
Telemetry GitHub Release
Envoy GitHub Release
Truth GitHub Release
Validator GitHub Release
Library GitHub Release
Health Check GitHub Release

Services

Service Version Build Status
Status Page GitHub Release
Websocket Loggger GitHub Release

License

Apache 2.0