de666En

Results 54 issues of de666En

replace old link with a new one

# Fix: Corrected typos in source files ## What was changed - `src\l1\chain_watcher.rs:41`: Fixed "seperate" to "separate". - **Before**: `let status = check_seperate_state();` - **After**: `let status = check_separate_state();` -...

# Fix: Corrected typo in README.md ## Changes 1. **File**: `crates\strategies\mev-share-uni-arb\README.md` - Corrected "revelant" to "relevant". - **Before**: ```markdown revelant ``` - **After**: ```markdown relevant ``` ## Purpose - Improved...

# Fix: Corrected typos in source files ## Changes 1. **File**: `packages/webapp/src/utils/zkproofs/proofs.ts` - Fixed a typo by changing "endianess" to "endianness". 2. **File**: `packages/webapp/src/utils/zkproofs/proveInWorker.ts` - Fixed a typo by changing...

# Fix: Corrected typo in source file ## Changes 1. **File**: `src/modules/wallet/accounts.vue` - Fixed "compatiable" to "compatible" (Line 345). ## Purpose - Improved code accuracy by fixing the typographical error....

# Fix: Corrected typo in source file ## Changes - `src/constraints.rs:301`: "constaints" corrected to "constraints". ## Purpose - Improved code accuracy and professionalism.

# Fix: Corrected typos in multiple source files ## What was changed 1. **Corrected typos**: - Replaced `emtpy` with `empty` in `aztec/src/utils/array/subarray.nr:28`. - Replaced `collpased` with `collapsed` in `aztec/src/utils/array/collapse.nr:12`. -...