Dmitry

Results 89 issues of Dmitry

# Description I’ve improved the scripts to handle JSON and directory checks more reliably: * `while read` loops now run in the current process using process substitution, so file updates...

**Description** fixed a broken link that pointed to the Optimism blog (`https://blog.oplabs.co/improved-superchain-incident-response/`), which no longer exists. the dead reference has been removed to keep the content accurate and avoid confusion....

### This PR: - Fixes a few Bash annoyances that were breaking the script sometimes: * `--account-index` check now properly handles empty vs number, older Bash hated the old version....

fixed a few issues in the coverage script: * replaced `EXCLUDE="..."` with an array `EXCLUDES=(...)` and used `"${EXCLUDES[@]}"` in `lcov --remove`, so patterns aren’t expanded by the shell. * changed...

the old link was outdated - switched it to the current one so it actually works.

cla-signed

the example was using `verifyingContractAddressDecryption` and `verifyingContractAddressInputVerification`, but the real API uses `decryptionContractAddress` and `inputVerificationContractAddress`. updated the example to match.

cla-signed

## Description Turns out the `pre-commit` call was missing quotes - Bash wasn’t happy about it and threw a “command not found” error when the command wasn’t found. Added the...

Stale

# Pull Request OpenBB corrected a few issues in the documentation: * changed *"committed to build"* → *"committed to building"* * fixed typo: *"These instruction"* → *"These instructions"* * updated...

## Description tidied up the script a bit: * grab version from `lerna.json` in a simpler way * make it work better across platforms (`sed --version` instead of `uname`) *...

# Description moved `PaymentType` above `CurrentPayment` so TypeScript can see it. Fixes the compilation error. ## Type of change * [ ] Chore (non-breaking change that addresses non-functional tasks, maintenance,...