lightwalletd/common
Larry Ruane 4e561f2cfd add darksidewallet support for GetAddressUtxos
Add a new darksidewallet gRPC to add a utxo that can be returned by the
production GetAddressUtxos, for example:

grpcurl -plaintext -d '{"address":"t1g1HQJuwDoStGrYYLj8VhLu1J5igd8TNXV","txid":"1zjB42Z7FtwRZOBNMlTubCgx9l3dsZSqXxmWpuZXJto=","script": "dqkU8saQsCVS4mNwcByoGCtfOaHFaCiIrA==","valueZat": "3010000","height": "686773"}' localhost:9067 cash.z.wallet.sdk.rpc.DarksideStreamer/AddAddressUtxo

Then the following returns this entry:

grpcurl -plaintext -d '{"startHeight":0,"maxEntries":2,"addresses":["t1g1HQJuwDoStGrYYLj8VhLu1J5igd8TNXV"]}' localhost:9067 cash.z.wallet.sdk.rpc.CompactTxStreamer/GetAddressUtxos

You can also clear the list of entries:

grpcurl -plaintext localhost:9067 cash.z.wallet.sdk.rpc.DarksideStreamer/ClearAddressUtxo
2021-04-26 11:42:03 -06:00
..
logging don't log method names to stderr unless --grpc-logging-insecure 2021-03-08 11:12:26 -07:00
cache.go check disk write return values 2021-03-08 11:21:33 -07:00
cache_test.go increase the 252 per-block transaction limit (#273) 2020-06-03 18:58:26 -06:00
common.go add darksidewallet support for GetAddressUtxos 2021-04-26 11:42:03 -06:00
common_test.go fix database file location bug introduced by PR320 2021-01-11 12:19:51 -07:00
darkside.go add darksidewallet support for GetAddressUtxos 2021-04-26 11:42:03 -06:00
generatecerts.go add COPYING and copyright lines 2020-03-12 12:02:55 -06:00