Doryu001
Doryu001
Fixed misspellings in comments and constant names to improve code readability: 1. eth/stagedsync/stage_postexec.go: - peform -> perform Reason: Correct spelling in documentation comment 2. eth/stagedsync/testutil.go: - changeCodeIndepenentlyOfIncarnations -> changeCodeIndependentlyOfIncarnations Reason:...
Сlarify the updater guard so commit/GitHub Action output happens only when an update was actually recorded prevent future regressions if the slice is preallocated but remains empty
Optimizes blob field element processing by caching `i as usize` conversions instead of repeating them multiple times within the same expression.
Drop unused includes/imports and redundant std::move calls across the frontend/yul helpers flatten CircleCI pagination without functools.reduce and rely on list truthiness directly correct parse_bool to return False for the 'false'...
Reuse the cached `names` array to map benchmark entries eliminate an extra Object.keys traversal and keep tab names and datasets in lockstep
Goal: eliminate an unnecessary allocation when serializing the Groth16 seal. Change: pass seal.as_slice() to hex::encode instead of cloning the Vec, keeping behavior identical while avoiding a copy.
remove the dead `jwtSecret` field from the validator RPC server struct, stop storing the legacy secret value while still validating legacy token files, adjust the legacy token test so it...
Removes obsolete TODO section regarding Account Abstraction decision between EIP-7702 and EIP-3074 from EIP-4762 specification.
Keep the incoming value untouched in set_storage when only_if_empty is true. Return early only if the overlay already contains data for the slot, preserving the original storage value for migration
Reason: Fixed typo in JSDoc parameter description. "harffork" was incorrectly spelled with double 'f'. The correct term is "hardfork" which is the standard terminology in Ethereum development.