Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<!-- 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 1. Removes unnecessary front-matter section from the GitHub README.md. 2. Updates all badges to reference [pokt-network/poktroll](https://github.com/pokt-network/poktroll) instead of [pokt-network/pocket](https://github.com/pokt-network/pocket). 3. Updates the go version badge to 1.23. ### Before #### [dev.poktroll.com](https://dev.poktroll.com/) ![image](https://github.com/user-attachments/assets/9e78eb83-ec72-475a-9f96-fb9028ee986c) #### [Godocs](https://pkg.go.dev/github.com/pokt-network/poktroll) ![image](https://github.com/user-attachments/assets/6cbe988a-7050-4b40-a05b-d1494c95fdd6) #### [Github](https://github.com/pokt-network/poktroll) ![image](https://github.com/user-attachments/assets/fe52d9ae-6863-4a89-b953-1eaef09f59f5) ### After #### Docusaurus ![image](https://github.com/user-attachments/assets/d539b8d5-3cd1-42fb-80be-f2f277d05ff2) #### Github ![image](https://github.com/user-attachments/assets/df453da2-7051-424b-973d-0034587d15a1) ## Issue See the "before" section above. ## 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 <!-- READ & DELETE: - Documentation changes: only keep this if you're making documentation changes - Unit Testing: Remove this if you didn't make code changes - E2E Testing: Remove this if you didn't make code changes - See the quickstart guide for instructions: https://dev.poktroll.com/developer_guide/quickstart - DevNet E2E Testing: Remove this if you didn't make code changes - THIS IS VERY EXPENSIVE: only do it after all the reviews are complete. - Optionally run `make trigger_ci` if you want to re-trigger tests without any code changes - If tests fail, try re-running failed tests only using the GitHub UI as shown [here](https://github.com/pokt-network/poktroll/assets/1892194/607984e9-0615-4569-9452-4c730190c1d2) --> - [ ] **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
- Loading branch information