Traumschule e03e603b13 Giza Bot Updates (#601) | il y a 2 ans | |
---|---|---|
.. | ||
cache | il y a 2 ans | |
src | il y a 2 ans | |
templates | il y a 2 ans | |
.gitignore | il y a 2 ans | |
README.md | il y a 2 ans | |
package.json | il y a 2 ans | |
tsconfig.json | il y a 2 ans |
yarn run report [round|block range]
collects information from the Joystream chain. It was created to allow the council to generate a report after the end of a council round. It takes some minutes to cache all events. The next run with the same block range, will be quicker.yarn run storage
generates a table with stats how many liaisons each storage worker has (similar to https://joystreamstats.live/storage)yarn
To update the submodule in src/lib
:
git submodule init
git submodule update
yarn run report
OR
yarn build && node build/generator.js <start block> <end block>
yarn run report 30
node build/generator.js 57601 234038