btcsuite / btcd

An alternative full node bitcoin implementation written in Go (golang)
https://github.com/btcsuite/btcd/blob/master/README.md
ISC License
6.09k stars 2.31k forks source link

testnet4 support #2187

Open jlopp opened 1 month ago

jlopp commented 1 month ago

We're expecting testnet4 to launch in the coming months and be a part of the next Bitcoin Core release. PR is here: https://github.com/bitcoin/bitcoin/pull/29775

nikicat commented 1 month ago

Draft patch for testnet4

marcopeereboom commented 1 week ago

Can we please make this a PR? Or even get it merged. Worst case we'll have to reset it.

jcvernaleo commented 1 week ago

@nikicat Could you make your draft into an actual PR? I'd love to review it and if tests and everything pass I think we are good to get it in to btcd asap. No need to wait that I can see.