Hosting electrs release binaries #655
Replies: 3 comments 2 replies
-
|
How coupled are I am starting to wish I never pulled |
Beta Was this translation helpful? Give feedback.
-
|
Yeah, I wondered the same recently and brought it up in the discussion on moving to Forgejo: #654 (comment), because AFAIU that doesn't support binary uploads parallel to Github's release feature. |
Beta Was this translation helpful? Give feedback.
-
|
@ValuedMammal @tnull In this PR lightningdevkit/ldk-node#660 instead of fetching the binaries themselves from RCasatta/electrsd we have Github CI build the binaries once for each platform and cache it so that subsequent jobs can fetch the binary directly from the cache. Could that be a path forward for For that PR the current Rcasatta/electrsd binaries are no longer useful because they lack electrum JSON-RPC |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I had a question regarding where electrs/esplora release binaries can be hosted now that electrsd is officially part of corepc repo. For integration testing in CI we (BDK) are still using the default URL to fetch binaries from RCasatta/electrsd meanwhile the sha256 hashes reside here along with the electrsd library. This works but I assume we'll eventually want to update the electrs and esplora versions and should decide whether it makes sense to continue pushing updates to RCasatta/electrsd or instead relocate some or all of the release binaries to corepc repo as a natural home. The other reason this came up is that it'd be nice to have a version of esplora built specifically for arm64 to be CI tested on the ubuntu-24.04-arm runner. Thanks
Beta Was this translation helpful? Give feedback.
All reactions