bor icon indicating copy to clipboard operation
bor copied to clipboard

Updating enodes in the amoy packaging

Open sanketsaagar opened this issue 2 months ago • 1 comments

Description

Please provide a detailed description of what was done in this PR

Changes

  • [ ] Bugfix (non-breaking change that solves an issue)
  • [ ] Hotfix (change that solves an urgent issue, and requires immediate attention)
  • [ ] New feature (non-breaking change that adds functionality)
  • [ ] Breaking change (change that is not backwards-compatible and/or changes current functionality)
  • [x] Changes only for a subset of nodes

Breaking changes

Please complete this section if any breaking changes have been made, otherwise delete it

Nodes audience

In case this PR includes changes that must be applied only to a subset of nodes, please specify how you handled it (e.g. by adding a flag with a default value...)

Checklist

  • [ ] I have added at least 2 reviewer or the whole pos-v1 team
  • [ ] I have added sufficient documentation in code
  • [ ] I will be resolving comments - if any - by pushing each fix in a separate commit and linking the commit hash in the comment reply
  • [ ] Created a task in Jira and informed the team for implementation in Erigon client (if applicable)
  • [ ] Includes RPC methods changes, and the Notion documentation has been updated

Cross repository changes

  • [ ] This PR requires changes to heimdall
    • In case link the PR here:
  • [ ] This PR requires changes to matic-cli
    • In case link the PR here:

Testing

  • [ ] I have added unit tests
  • [ ] I have added tests to CI
  • [ ] I have tested this code manually on local environment
  • [ ] I have tested this code manually on remote devnet using express-cli
  • [ ] I have tested this code manually on amoy
  • [ ] I have created new e2e tests into express-cli

Manual tests

Please complete this section with the steps you performed if you ran manual tests for this functionality, otherwise delete it

Additional comments

Please post additional comments in this section if you have them, otherwise delete it

sanketsaagar avatar Dec 10 '25 14:12 sanketsaagar

Codecov Report

:x: Patch coverage is 71.42857% with 4 lines in your changes missing coverage. Please review. :white_check_mark: Project coverage is 47.91%. Comparing base (4c7bce2) to head (4b770aa). :warning: Report is 27 commits behind head on develop.

Files with missing lines Patch % Lines
miner/worker.go 71.42% 4 Missing :warning:
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1927      +/-   ##
===========================================
- Coverage    47.93%   47.91%   -0.03%     
===========================================
  Files          844      844              
  Lines       144067   144071       +4     
===========================================
- Hits         69062    69029      -33     
- Misses       70479    70508      +29     
- Partials      4526     4534       +8     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

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

codecov[bot] avatar Dec 18 '25 08:12 codecov[bot]