rust-bitcoin / bitcoind

Utility to launch a regtest bitcoind process in a rust test
MIT License
41 stars 34 forks source link

Should this crate move to the rust-bitcoin organisation? #149

Closed tcharding closed 12 months ago

tcharding commented 12 months ago

bitcoind is depended on by rust-miniscript, as such upgrading it requires upgrading bitcoind. Would it be better if bitcoind lived in the github.com/rust-bitcoin org and some of the maintenance burden was shared around?

tcharding commented 12 months ago

cc https://github.com/rust-bitcoin/rust-bitcoin/discussions/2199

RCasatta commented 12 months ago

Note that this crate other than me already has @apoelstra and @LeoComandini as mantainers. Also, on crates.io there is me and leo.

I am ok in moving the repo in the rust-bitcoin organization

apoelstra commented 12 months ago

I wouldn't mind having it in the org; I think it has just as much right to be in the org as rust-bitcoincore-rpc does. And I would love if the maintainership was "shared around" .... but also like rust-bitcoincore-rpc, I personally usually don't enjoy working on this crate because it involves "ugly" stuff around creating and tracking processes, HTTP, etc., and there's a constant maintenance burden caused by Core's constant updates.

RCasatta commented 12 months ago

From what I read I think I need permission to create repository under rust-bitcoin to make the transfer. Or let me know what I have to do

apoelstra commented 12 months ago

I sent you a member invite, which should be sufficient.

RCasatta commented 12 months ago

Moved