lightwalletd/frontend
Larry Ruane 2dd37cf119 some tweaks to prices.go (GetZECPrice, GetCurrentZECPrice)
Simplified locking; there is no need for a read-write mutex, this code
is not performance-critical. Removed some of the go routines because
they're not needed and the locking and concurrency are easier to reason
about without them.

NOTE: there is some test code left in here, search for "XXX testing" and
remove before committing! This test code makes things happen faster:
Instead of fetching prices every 15 minutes, do it every minute. Also,
write historical data every minute, instead of once per day.

Another change needed is to remove some of the logging. It's good for
now during testing, but it's too much for production.
2022-06-12 13:10:36 -06:00
..
frontend_test.go Get unit tests working again 2022-06-12 12:50:42 -06:00
rpc_client.go Added option to provide Zcashd RPC parameters from flags 2020-06-08 09:03:21 -04:00
service.go some tweaks to prices.go (GetZECPrice, GetCurrentZECPrice) 2022-06-12 13:10:36 -06:00