Skip to content

Commit

Permalink
imp(ci): fix codespell words and ignore others
Browse files Browse the repository at this point in the history
This cleans the annotations on every PR, so it doesn't show up from now on.
  • Loading branch information
gustavovalverde committed Dec 11, 2023
1 parent 9ae5585 commit b38b739
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .codespellrc
Original file line number Diff line number Diff line change
@@ -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
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion book/src/user/fork-zebra-testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b38b739

Please sign in to comment.