Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix web3 docker build #9348

Merged
merged 2 commits into from
Sep 14, 2024
Merged

Conversation

bilyana-gospodinova
Copy link
Contributor

@bilyana-gospodinova bilyana-gospodinova commented Sep 13, 2024

Description:
Recently we added some gradle tasks for compiling historical contracts with older version of solidity - 0.8.7. After assemble task the build/libs directory is polluted with a couple of new 0.8.7-web3j*.jar jars and then running dockerBuild command fails encountering these jars.

This PR adds a new gradle task that deletes the problematic jars.

Fixes #9344

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

Signed-off-by: Bilyana Gospodinova <bilyana.gospodinova14@gmail.com>
@bilyana-gospodinova bilyana-gospodinova added bug Type: Something isn't working web3 Area: Web3 API labels Sep 13, 2024
@bilyana-gospodinova bilyana-gospodinova self-assigned this Sep 13, 2024
@bilyana-gospodinova bilyana-gospodinova requested a review from a team September 13, 2024 15:46
Copy link

codecov bot commented Sep 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.52%. Comparing base (2eb3c1f) to head (3869123).
Report is 5 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #9348      +/-   ##
============================================
+ Coverage     92.50%   92.52%   +0.01%     
  Complexity     7012     7012              
============================================
  Files           903      904       +1     
  Lines         29646    29669      +23     
  Branches       3739     3751      +12     
============================================
+ Hits          27425    27451      +26     
+ Misses         1450     1447       -3     
  Partials        771      771              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

kselveliev
kselveliev previously approved these changes Sep 13, 2024
@steven-sheehy steven-sheehy added this to the 0.114.0 milestone Sep 13, 2024
Signed-off-by: Bilyana Gospodinova <bilyana.gospodinova14@gmail.com>
Copy link

sonarcloud bot commented Sep 14, 2024

@steven-sheehy steven-sheehy merged commit fe60726 into main Sep 14, 2024
33 checks passed
@steven-sheehy steven-sheehy deleted the 09344-fix-docker-build-gradle-task branch September 14, 2024 17:56
@steven-sheehy steven-sheehy changed the title Delete redundant web3j jars Fix web3 docker build Sep 15, 2024
bilyana-gospodinova added a commit that referenced this pull request Sep 16, 2024
---------

Signed-off-by: Bilyana Gospodinova <bilyana.gospodinova14@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Type: Something isn't working web3 Area: Web3 API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docker build of web3 failing
3 participants