Blockstream / electrs

An efficient re-implementation of Electrum Server in Rust
MIT License
301 stars 125 forks source link

Update {bitcoin,elements,electrum}d to support nixpkg builds (plus some more crates) #79

Closed shesek closed 1 month ago

shesek commented 5 months ago

This allows building electrs (including its dev-dependencies) without hitting the internet, which is necessary in a nixpkg environment.

See #73, https://github.com/rust-bitcoin/bitcoind/pull/154, https://github.com/RCasatta/elementsd/pull/15 and https://github.com/shesek/electrumd/pull/1.

(Plus some other minor crate updates while at it)

RCasatta commented 5 months ago

ACK 580fc29ab1c77c843938ee8eb6b9c10bea904598 tested by seeing that #80 works

RCasatta commented 1 month ago

included in #80