* Prices API * Add current prices * Historical prices persist * Add mutexs * multiple providers * Handle startup * Edge case where historical price is requested for current * fix median edge case * Don't return too old last price * bug fixes * price metrics and logging * warnings |
||
---|---|---|
.github | ||
cmd | ||
common | ||
docs | ||
frontend | ||
parser | ||
tekton | ||
testclient | ||
testdata | ||
testtools | ||
utils | ||
vendor | ||
walletrpc | ||
.codecov.yml | ||
.env.template | ||
.gitignore | ||
.gitlab-ci.yml | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
COPYING | ||
Dockerfile | ||
LICENSE | ||
Makefile | ||
README.md | ||
build.sh | ||
buildenv.sh | ||
docgen.sh | ||
docker-compose.yml | ||
go.mod | ||
go.sum | ||
lightwalletd-example.yml | ||
main.go |
README.md
Overview
Zecwallet lightwalletd is an API-compatible fork of lightwalletd from the ECC. Since the API is compatible Zecwallet Lite will work with any LightwalletD. This fork is maintained by Zecwallet to ease integrations and experiments with the Lightwallet protocol.
LightwalletD is a backend service that provides a bandwidth-efficient interface to the Zcash blockchain for the Zecwallet light wallet.
Running your own zeclite lightwalletd
Please see instructions at the LightwalletD Readme