The bot aimed to keep track of the validators performance.
$ yarn install
# fill required values
$ cp .env.example .env
# development
$ yarn start
# watch mode
$ yarn start:dev
# production mode
$ yarn start:prod
# fill required values for tests
$ cp .env.test.example .env
# unit tests
$ yarn test
# e2e tests
$ yarn test:e2e
# test coverage
$ yarn test:cov
The bot is MIT licensed.
To create new release:
- Merge all changes to the
master
branch - Navigate to Repo => Actions
- Run action "Prepare release" action against
master
branch - When action execution is finished, navigate to Repo => Pull requests
- Find pull request named "chore(release): X.X.X" review and merge it with "Rebase and merge" (or "Squash and merge")
- After merge release action will be triggered automatically
- Navigate to Repo => Actions and see last actions logs for further details