Currently electrsd is excluded from the workspace. One reason is that cargo test --all-features does not work for electrsd.
Likely we can do the same feature gate dance that we do in bitcoind to get this working.
To close this issue:
- Do what ever is needed to get
--all-features working
- Configure
cargo rbmt stuff as needed in electrsd manifest.
- Move
electrsd to the members array in the repo manifest.
Currently
electrsdis excluded from the workspace. One reason is thatcargo test --all-featuresdoes not work forelectrsd.Likely we can do the same feature gate dance that we do in
bitcoindto get this working.To close this issue:
--all-featuresworkingcargo rbmtstuff as needed inelectrsdmanifest.electrsdto themembersarray in the repo manifest.