imp(ci): fix `codespell` words and ignore others (#8089)

This cleans the annotations on every PR, so it doesn't show up from now on.
This commit is contained in:
Gustavo Valverde 2023-12-11 22:33:03 +00:00 committed by GitHub
parent fc478ebb32
commit e5b810a52a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -1,3 +1,3 @@
[codespell]
ignore-words-list=crate,Sur,inout
ignore-words-list=crate,Sur,inout,Groth,groth,re-use,
exclude-file=book/mermaid.min.js

View File

@ -1623,7 +1623,7 @@ Zebra's latest beta fixes a `cargo install` build failure in the previous beta r
#### Logging
- Log hashes as hex strings in block committment errors (#4021)
- Log hashes as hex strings in block commitment errors (#4021)
#### Tests
@ -1665,7 +1665,7 @@ As part of the RPC changes, we made performance improvements to cached state acc
#### Others
- Added `TransactionsByMinedId` to mempool (#3907)
- Added code owners and automatic review assigment to the repository (#3677 #3708 #3718)
- Added code owners and automatic review assignment to the repository (#3677 #3708 #3718)
- Validate ZIP-212 grace period blocks using checkpoints (#3889)
- Store Sapling and Orchard note commitment trees in finalized and non-finalized state (#3818)
- Get addresses from transparent outputs (#3802)
@ -2388,7 +2388,7 @@ Zebra's latest alpha continues our work on NU5, including Orchard and Transactio
- Test consensus-critical Amount deserialization (#2487)
- Update to use new GitHub action names in Google Cloud workflows (#2533)
- Add test intialization helper function for tests (#2539)
- Add test initialization helper function for tests (#2539)
### Changed
@ -2981,7 +2981,7 @@ Some notable changes include:
### Changed
- Export new precompute api in zebra-script (#1493)
- Rewrite peer block request hander to match the zcashd implementation (#1518)
- Rewrite peer block request handler to match the zcashd implementation (#1518)
### Fixed
- Avoid panics when there are multiple failures on the same connection (#1600)

View File

@ -67,7 +67,7 @@ After the changes, check that the library can be built with `cargo build --relea
## Zebra
Here we are making changes to create an isolated network version of Zebra. In addition to your own changes, this Zebra version needs to have the followings:
Here we are making changes to create an isolated network version of Zebra. In addition to your own changes, this Zebra version needs to have the following:
- Add a `Nu6` variant to the `NetworkUpgrade` enum located in `zebra-chain/src/parameters/network_upgrade.rs`.
- Add consensus branch id, a random non-repeated string. We used `00000006` in our tests when writing this tutorial.