blockchain.transaction.broadcast implementation #80

Merged
moodyjon merged 9 commits from blockchain_tx_rpc2 into master 2022-12-16 20:54:20 +01:00

9 commits

Author SHA1 Message Date
Jonathan Moody 0c79e6003a Correct default daemon URL. 2022-12-16 12:49:03 -06:00
Jonathan Moody 5e977e59a2 Remove dead code. Tighten definition of TransactionBroadcastReq. 2022-12-16 12:33:10 -06:00
Jonathan Moody 8f6a8db681 Add --daemon-ca-path argument and establish HTTPS connection if specified. 2022-12-16 12:23:15 -06:00
Jonathan Moody 818822d98e Handle deprecation of node.js 12 actions. 2022-12-16 11:39:54 -06:00
Jonathan Moody 82fc956190 Connect to lbcd using lbcd/rpcclient library. 2022-12-16 08:45:07 -06:00
Jonathan Moody 4792e85af0 Correct HashXStatusKey field. Should be HASHX_LEN. 2022-12-15 10:38:08 -06:00
Jonathan Moody 8f188fcdd3 Optional --daemon-url. 2022-12-15 09:04:55 -06:00
Jonathan Moody efac6ffd56 Attempt LBCD connection with rpc.Client. 2022-12-14 16:21:30 -06:00
Jonathan Moody 2821fc0ee9 Generate secondary hashXNotification(s) on every headerNotification. 2022-12-14 16:21:23 -06:00