Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Docs] Add risks & misbehavior sub-section to on-chain actors (#862)
<!-- READ & DELETE: 1. Add a descriptive title `[<Tag>] <DESCRIPTION>` 2. Update _Assignee(s)_ 3. Add _Label(s)_ 4. Set _Project(s)_ 5. Specify _Epic_ and _Iteration_ under _Project_ 6. Set _Milestone_ --> ## Summary Adds "Risks & Misbehavior" sub-section to the "Protocol" > "Pocket Network Actors" > "On-Chain Actors" section: ![image](https://github.com/user-attachments/assets/23e35b6e-bbfa-4704-ab6c-3e7b2253c41b) ## Issue - #612 ## Type of change Select one or more from the following: - [ ] New feature, functionality or library - [ ] Consensus breaking; add the `consensus-breaking` label if so. See #791 for details - [ ] Bug fix - [ ] Code health or cleanup - [x] Documentation - [ ] Other (specify) ## Testing - [x] **Documentation**: `make docusaurus_start`; only needed if you make doc changes - [ ] **Unit Tests**: `make go_develop_and_test` - [ ] **LocalNet E2E Tests**: `make test_e2e` - [ ] **DevNet E2E Tests**: Add the `devnet-test-e2e` label to the PR. ## Sanity Checklist - [ ] I have tested my changes using the available tooling - [ ] I have commented my code - [ ] I have performed a self-review of my own code; both comments & source code - [ ] I create and reference any new tickets, if applicable - [ ] I have left TODOs throughout the codebase, if applicable --------- Co-authored-by: Daniel Olshansky <[email protected]>
- Loading branch information