Tronica

Results 11 issues of Tronica

- In `state_api.py`: "functionallity" corrected to "functionality". - In `client.py`: "ocurred" corrected to "occurred". - In `parser_test.py`: "ocurred" corrected to "occurred". - In `syscalls.cairo`: "Simialr" corrected to "Similar". - In...

1. Fixed the typo `trackedTransferedAmount` to `trackedTransferredAmount` to maintain consistency in variable names. 2. Corrected spelling errors in code comments for clarity and professionalism.

1. **ModuleAuthFixed.sol**: Corrected "aditional" to "additional". 2. **ModuleIgnoreAuthUpgradable.sol**: Fixed "acurate" to "accurate". 3. **SequenceBaseSig.sol**: Corrected "Acumulate" to "Accumulate". 4. **L2CompressorHuffReadTxs.t.sol**: Fixed "asymetric" to "asymmetric".

- **commitments.ipynb** - Fixed typo: `Commiting` → `Committing` - Fixed typo: `extremly` → `extremely` - **three_coloring.ipynb** - Fixed typo: `chaper` → `chapter` - Fixed typo: `Openened` → `Opened`

- **replay-strategy.ts**: Corrected "ExecutionStartegy" to "ExecutionStrategy." - **find-confirmed-transaction-by-future-id.ts**: Corrected "preserverd" to "preserved." - **network-interaction-execution.ts**: Corrected "conjuntion" to "conjunction." - **execution-result.ts**: Corrected "differnt" to "different."

1. **`UserController.ts`**: - Fixed `postionValues` → `positionValues` in multiple instances. 2. **`L2TransactionRepository.ts` & `L2TransactionRepository.test.ts`**: - Corrected `Feeder Gatway` → `Feeder Gateway` in error messages. 3. **`PerpetualBatchInfoResponse.ts`**: - Fixed `WithdrawalToAddresTransaction` →...

- **Updated terminology for better clarity:** - `"the implementor"` → `"the implementer"` in `lib.rs` - `"pre-emptively"` → `"preemptively"` in `libp2p_network.rs` - `"if this fales"` → `"if this fails"` in `node.rs`...

- Updated docstrings and comments for clarity and grammatical correctness. - Fixed phrasing: "sources into their own files" → "sources into separate files". - Improved uncaught exception handling print formatting...

external contribution :star:

This PR addresses a TODO by adding the `GOSSIPSUB_PROTOCOL_ID` from `libp2p_gossipsub` to the `ALLOWED_PROTOCOLS` list used in the `identify` metrics module. Previously, the Gossipsub protocol was commented out with a...

1. Improved error messages by replacing `unwrap` with `expect(...)` for better debugging context: - `run_command_and_stream_output` in `build.rs` - `run_sage` in `bootstrap_poseidon.rs` - `rustfmt` calls in `bootstrap.rs` and `bootstrap_groth16.rs` 2. Typo...