Tristav

Results 9 issues of Tristav

werwerwer

This pull request corrects the use of articles in multiple code files, specifically replacing the incorrect "a" with "an" and vice versa in places where the next word starts with...

This pull request addresses typos in the documentation by correcting the usage of the articles "a" and "an" in several files. - **File:** `snark-verifier/src/loader/halo2/shim.rs` - Changed "Assign a elliptic curve...

This PR fixes a bug in `insert_node_before` where `child.parent.insert(position, new_sibling)` was incorrectly used. Since `docutils.nodes.Element` does not have an `insert` method, the correct approach is to insert the new sibling...

external contribution :star:

This pull request corrects a typographical error in the `babylon.finality.v1.rs` file. The phrase "VoteSig the vote of an finality provider" was corrected to "VoteSig the vote of a finality provider"...

- Fixed a redundant word: Removed an extra "format" in "Exports the slashing protection database in the [validator client interchange format] format." - Grammar improvement: Changed "Predefined networks can provide...

1. Added `import "fmt"` to avoid missing dependencies. 2. Fixed a typo in a comment: - // take into consideration the possility that application reduced + // take into consideration...

- Fixed incorrect array syntax: `[Identifier]` → `Identifier[]` - Replaced incorrect arrow (`=>`) syntax for return types: - `=> (version: string, err: Error)` → `: [string, Error | null]` -...

Fixes #XXXX ## Changes - Added validation of sorting order for accounts and storage slots in `AddAccountRange` and `AddStorageRange` - Added boundary checks to ensure all account and slot paths...