lightwalletd/docs
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
..
images Added a README for docker-compose setup and some usage 2019-12-27 10:33:58 -05:00
release-notes bump version to 0.4.1, release notes, small fixes 2020-06-05 17:16:36 -06:00
rtd some tweaks to prices.go (GetZECPrice, GetCurrentZECPrice) 2022-06-12 13:10:36 -06:00
architecture.md test improvements, and minor cleanups 2020-01-31 16:36:31 -07:00
darksidewalletd.md improve reorg by using getbestblockhash 2021-08-30 16:41:24 -06:00
docker-compose-setup.md Fix typos 2021-11-30 17:12:35 -07:00
docker-run.md Fix typos 2020-12-21 13:03:41 -07:00
integration-tests.md Add initial darksidewalletd docs 2020-04-27 14:49:47 -06:00