Traumschule e03e603b13 Giza Bot Updates (#601) | 2 년 전 | |
---|---|---|
.. | ||
cache | 2 년 전 | |
src | 2 년 전 | |
templates | 2 년 전 | |
.gitignore | 2 년 전 | |
README.md | 2 년 전 | |
package.json | 2 년 전 | |
tsconfig.json | 2 년 전 |
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