herald.go/db
Jonathan Moody d2193e980a
blockchain.transaction.broadcast implementation (#80)
* Generate secondary hashXNotification(s) on every headerNotification.

* Attempt LBCD connection with rpc.Client.

* Optional --daemon-url.

* Correct HashXStatusKey field. Should be HASHX_LEN.

* Connect to lbcd using lbcd/rpcclient library.

* Handle deprecation of node.js 12 actions.

* Add --daemon-ca-path argument and establish HTTPS connection if specified.

* Remove dead code. Tighten definition of TransactionBroadcastReq.

* Correct default daemon URL.
2022-12-16 13:54:19 -06:00
..
prefixes blockchain.transaction.broadcast implementation (#80) 2022-12-16 13:54:19 -06:00
stack Add element type param T to SlicedBacked[T]. Require T satisfy 2022-08-30 16:24:43 -05:00
db.go WIP: Json rpc federation, search/getclaimbyid, and shutdown (#76) 2022-12-07 11:01:36 -05:00
db_get.go blockchain.transaction.broadcast implementation (#80) 2022-12-16 13:54:19 -06:00
db_resolve.go integration testing scripts (#64) 2022-10-04 20:25:44 +03:00
db_test.go WIP: Json rpc federation, search/getclaimbyid, and shutdown (#76) 2022-12-07 11:01:36 -05:00
iteroptions.go Server endpoints goroutine refactor (#69) 2022-10-25 08:48:13 +03:00