lnd/chainreg
Olaoluwa Osuntokun 6b7abc3dbc
chainreg: update tapoort node awareness to account for bitcoind 19+
Bitcoind 23 will use the new `getdeploymentinfo` while versions after 19
(but below 23) will use the `UnifiedSoftForks` field instead of the
`SoftForks UnifiedSoftForks` field.

With this PR the taproot gating logic has been tested on bitcoind
versions: 21, 22, and 23. 21 is when the taproot logic was first added.
2022-08-12 15:35:32 -07:00
..
chaincode.go chainreg: export ChainCode to new pkg 2020-10-29 15:19:57 -04:00
chainparams.go multi: add signet parameters 2021-05-18 13:06:03 +02:00
chainregistry.go chainreg: shutdown if backend node doesn't support taproot 2022-08-05 17:23:31 -07:00
log.go chainreg: register logger 2020-11-09 14:11:31 +02:00
no_chain_backend.go chainntfns: add new option for conf notifications to send block 2022-08-01 19:59:21 -07:00
taproot_check.go chainreg: update tapoort node awareness to account for bitcoind 19+ 2022-08-12 15:35:32 -07:00