Meta repo for Substrate based blockchains for the W3F ecosystem including Polkadot and Kusama. Contains all associated repositories for Geometry Labs maintained code.
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
Prometheus rule files and scrape configurations are available in the prometheus folder.
All sub-repos can be pulled locally running make pull-repos
.
Module | Version | Build Status |
---|---|---|
Node | ||
Autoscaling Group | ||
Telemetry | ||
User Data | ||
Cloudwatch Exporter | ||
Archive Cloudfront |
Role | Version | Build Status |
---|---|---|
Base | ||
Telemetry | ||
Envoy | ||
Truth | ||
Validator | ||
Library | ||
Health Check |
Service | Version | Build Status |
---|---|---|
Status Page | ||
Websocket Loggger |