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

Drop electrsd's auto-download feature for good #3020

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

tnull
Copy link
Contributor

@tnull tnull commented Apr 25, 2024

... which requires a bunch of unnecessary dev dependencies, e.g., zip.

Instead we lean on the download_bitcoind_electrs.sh script also for local testing.

@tnull tnull force-pushed the 2024-04-drop-electrsd-autodownload-for-good branch 3 times, most recently from 2cad4fb to baf30a6 Compare April 25, 2024 13:34
@codecov-commenter
Copy link

codecov-commenter commented Apr 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.13%. Comparing base (9a438ee) to head (eeec14d).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3020      +/-   ##
==========================================
- Coverage   89.13%   89.13%   -0.01%     
==========================================
  Files         118      118              
  Lines       97678    97678              
  Branches    97678    97678              
==========================================
- Hits        87066    87063       -3     
- Misses       8370     8372       +2     
- Partials     2242     2243       +1     

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

... allowing it to be sourced locally before running
`lightning-transaction-sync` tests.
@tnull tnull force-pushed the 2024-04-drop-electrsd-autodownload-for-good branch from baf30a6 to eeec14d Compare April 25, 2024 13:35
... which requires a bunch of unnecessary dev dependencies, e.g., `zip`.

Instead we lean on the `download_bitcoind_electrs.sh` script also for
local testing.
@tnull tnull force-pushed the 2024-04-drop-electrsd-autodownload-for-good branch from eeec14d to 30c110b Compare April 25, 2024 13:45
@TheBlueMatt
Copy link
Collaborator

Thanks! Now that we have a script, can we run download_bitcoind_electrs.sh directly from git CI yaml and then cache the outputs? That way we can avoid wasting all of bitcoincore.org's bandwidth.

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.

None yet

3 participants