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

core: use blst from evmone #2245

Merged
merged 1 commit into from
Oct 9, 2024
Merged

core: use blst from evmone #2245

merged 1 commit into from
Oct 9, 2024

Conversation

chfast
Copy link
Member

@chfast chfast commented Aug 16, 2024

Reuse evmone's configuration for blst dependency.

@chfast chfast force-pushed the ci/deps_blst branch 4 times, most recently from ba58364 to 4d36717 Compare August 16, 2024 09:43
Copy link

codecov bot commented Aug 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 52.88%. Comparing base (c5e4a8d) to head (aef0059).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2245      +/-   ##
==========================================
+ Coverage   52.85%   52.88%   +0.02%     
==========================================
  Files         728      728              
  Lines       49932    49932              
  Branches     7570     7570              
==========================================
+ Hits        26392    26405      +13     
+ Misses      21221    21208      -13     
  Partials     2319     2319              

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

@chfast
Copy link
Member Author

chfast commented Sep 6, 2024

This was an illustration and test to show that evmone's integration of blst can be propagated to silkworm. The difference is that evmone uses CMake ExternalProject to get the sources instead of git submodule. Do you think this is fine for you?

@chfast chfast changed the base branch from master to evmone/v0.13 September 24, 2024 13:16
@chfast chfast changed the title POC: use blst from evmone core: use blst from evmone Sep 24, 2024
@chfast chfast force-pushed the evmone/v0.13 branch 2 times, most recently from 79726c9 to 793fbb7 Compare October 8, 2024 09:03
Base automatically changed from evmone/v0.13 to master October 8, 2024 10:04
@chfast chfast marked this pull request as ready for review October 8, 2024 10:09
@chfast chfast requested a review from canepat October 8, 2024 10:10
IMPORTED_LOCATION ${BLST_DIR}/${BLST_LIB}
)
# cmake-format: on
include(../evmone/evmone/cmake/blst.cmake)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is to minimize number of changes in Silkworm, but we can also remove this file and include evmone/cmake/blst.cmake directly.

@canepat canepat merged commit 151ec42 into master Oct 9, 2024
17 checks passed
@canepat canepat deleted the ci/deps_blst branch October 9, 2024 14:40
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.

2 participants