Skip to content

chore(deps): migrate lsv-cli to 1.8#3076

Merged
alainncls merged 1 commit into
mainfrom
codex/3062-lsv-cli-1-8
May 18, 2026
Merged

chore(deps): migrate lsv-cli to 1.8#3076
alainncls merged 1 commit into
mainfrom
codex/3062-lsv-cli-1-8

Conversation

@alainncls
Copy link
Copy Markdown
Contributor

@alainncls alainncls commented May 12, 2026

Summary

  • Bump the contracts workspace @lidofinance/lsv-cli dependency from 1.4.0 to 1.8.0.
  • Update the yield boost operational script import to the 1.8 fetch-cl.js utility path.

Contract impact

  • No Solidity files changed.
  • No deployed-bytecode inputs or generated contract artifacts are included.

Validation

  • pnpm install --frozen-lockfile
  • pnpm -F contracts run build

Closes #3062


Note

Low Risk
Low risk dependency bump limited to the contracts workspace plus a small import-path update in an operational script; main risk is build/runtime breakage if the new lsv-cli package layout or behavior differs.

Overview
Updates the contracts workspace to use @lidofinance/lsv-cli 1.8.0 (from 1.4.0) and refreshes pnpm-lock.yaml accordingly.

Adjusts the yield-boost operational script unstakePermissionless.ts to import CL fetch helpers from the new lsv-cli path (dist/utils/fetch-cl.js).

Reviewed by Cursor Bugbot for commit f2e14cd. Bugbot is set up for automated code reviews on this repo. Configure here.

@alainncls alainncls requested a review from a team as a code owner May 12, 2026 18:40
@alainncls alainncls self-assigned this May 12, 2026
@github-actions
Copy link
Copy Markdown
Contributor

linea-besu Changelog Preview (informational)

[Unreleased] diff (commits touching linea-besu/** since latest releases/linea-besu/v* tag)

[unreleased]

🐛 Bug Fixes

⚙️ Miscellaneous Tasks

Generated by git-cliff-action using cliff.toml. This comment is informational and does not gate the PR.

@github-actions
Copy link
Copy Markdown
Contributor

coordinator Changelog Preview (informational)

[Unreleased] diff (commits touching coordinator/** since latest releases/coordinator/v* tag)

[unreleased]

⚙️ Miscellaneous Tasks

Generated by git-cliff-action using cliff.toml. This comment is informational and does not gate the PR.

@github-actions
Copy link
Copy Markdown
Contributor

tx-exclusion-api Changelog Preview (informational)

[Unreleased] diff (commits touching tx-exclusion-api/** since latest releases/tx-exclusion-api/v* tag)

[unreleased]

⚙️ Miscellaneous Tasks

Generated by git-cliff-action using cliff.toml. This comment is informational and does not gate the PR.

@github-actions
Copy link
Copy Markdown
Contributor

postman Changelog Preview (informational)

[Unreleased] diff (commits touching postman/** since latest releases/postman/v* tag)

[unreleased]

⚙️ Miscellaneous Tasks

Generated by git-cliff-action using cliff.toml. This comment is informational and does not gate the PR.

@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 77.19%. Comparing base (f6fe6e4) to head (f2e14cd).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #3076   +/-   ##
=========================================
  Coverage     77.19%   77.19%           
  Complexity     7003     7003           
=========================================
  Files          1121     1121           
  Lines         44508    44508           
  Branches       5355     5355           
=========================================
  Hits          34356    34356           
  Misses         8785     8785           
  Partials       1367     1367           
Flag Coverage Δ *Carryforward flag
hardhat 96.17% <ø> (ø)
kotlin 55.86% <ø> (ø) Carriedforward from f6fe6e4
lido-governance-monitor 97.61% <ø> (ø) Carriedforward from f6fe6e4
linea-native-libs 90.69% <ø> (ø) Carriedforward from f6fe6e4
linea-shared-utils 96.18% <ø> (ø) Carriedforward from f6fe6e4
native-yield-automation-service 97.68% <ø> (ø) Carriedforward from f6fe6e4
postman 99.92% <ø> (ø) Carriedforward from f6fe6e4
sdk-core 98.09% <ø> (ø) Carriedforward from f6fe6e4
sdk-ethers 89.83% <ø> (ø) Carriedforward from f6fe6e4
sdk-viem 99.45% <ø> (ø) Carriedforward from f6fe6e4
tracer 88.56% <ø> (ø) Carriedforward from f6fe6e4

*This pull request uses carry forward flags. Click here to find out more.
see 5 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@alainncls alainncls merged commit 5e94750 into main May 18, 2026
46 checks passed
@alainncls alainncls deleted the codex/3062-lsv-cli-1-8 branch May 18, 2026 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore(deps): migrate contracts to @lidofinance/lsv-cli 1.8

3 participants