This PR adds information on the Casper Sidecar and refreshes related content for operators and developers. It also covers the merge of 3 event streams into one. Most of the content added lives here:
To avoid duplication and maintenance issues, I added links to the casper-sidecar repository in Github, instead of duplicating the content in the docs.
Open TODOs:
Once the .deb package is published, update the installation command and sample output in operators/setup/casper-sidecar.md.
Currently, all links point to the Sidecar's feat-2.0 branch. Once this branch merges, we'll need to update the links in the docs.
Checklist
[x] Docs are successfully building - yarn install && yarn run build.
[x] For new internal links I used relative file paths (with .md extension) - e.g. ../../faq/faq-general.md - instead of introducing absolute file path, or relative/absolute URL.
[x] All external links have been verified with yarn run check:externals.
What does this PR fix/introduce?
This PR adds information on the Casper Sidecar and refreshes related content for operators and developers. It also covers the merge of 3 event streams into one. Most of the content added lives here:
To avoid duplication and maintenance issues, I added links to the casper-sidecar repository in Github, instead of duplicating the content in the docs.
Open TODOs:
Checklist
yarn install && yarn run build
.../../faq/faq-general.md
- instead of introducing absolute file path, or relative/absolute URL.yarn run check:externals
.Reviewers
@ACStoneCL