Alvarez
Alvarez
The commit flow in `NomtStateDb` uses `debug_assert_eq!` to verify that the commit flag status is `Completed` before proceeding. This check is completely removed in release builds, allowing commits to proceed...
## Summary - drop the redundant reconstruction of `offrampArgs` when estimating create-order gas - rely on the object returned by `createOfframpOrder`, keeping the logic single-sourced ## Summary by CodeRabbit *...
## Summary This PR fixes several typos in comments and improves code syntax across the codebase. ## Changes - **`crates/hotshot/types/src/simple_certificate.rs`**: Fixed typo "signatues" β "signatures" in comment and improved map...
Fix a data race in the USB wallet self-derivation loop by avoiding in-place mutation of shared derivation path slices while only holding a read lock.
The `extractFileFromTarball` function in `npm/src/install.mjs` could enter an infinite loop when processing TAR archives with corrupted or malicious headers. If `fileSize` parsing resulted in `NaN` (due to invalid octal data...
### Changes: - Add version_without_build and normalize_compiler_version_str in `crates/verify/src/utils.rs`. - Use shared helpers in `utils.rs` and `etherscan/mod.rs` instead of inline parsing. Removes duplicated logic (split by '+' and trim leading...
**Description:** - Route the three `formatEvmV1` overloads through `formatV1` to keep encoding logic in one place. - Reduce duplication so future format tweaks only touch the shared implementation.
### Changes - Fixed typo: `additionlTraceLenght` β `additionlTraceLength` --- > [!NOTE] > Fixes typo `additionlTraceLenght` β `additionlTraceLength` in `packages/core/test/events.spec.ts`. > > Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 86117f97a39e69ae26152684fb3bd4a099769a10. This will...
Description: This pull request corrects several typographical errors and enhances the clarity of the middleware documentation in the IBC module. Minor wording improvements were made to ensure accuracy and readability...
Corrected `writen` β `written` Corrected `Gloablly` β `Globally`