Commit Graph

23 Commits

Author SHA1 Message Date
Aditya Kulkarni
d56fe7bf1a Remove SQL from grpc server 2019-09-25 13:28:55 -07:00
Aditya Kulkarni
3eaabea547 GetTransaction from zcashd instead of store 2019-09-25 12:10:32 -07:00
Aditya Kulkarni
8421285313 Merge error codes 2019-09-25 11:44:42 -07:00
Aditya Kulkarni
d59757571d Remove UTXOs call 2019-09-25 11:43:54 -07:00
Aditya Kulkarni
f0ff091f7b Log sapling height error 2019-09-25 11:35:52 -07:00
Aditya Kulkarni
cf0b87ac9b Log sapling height 2019-09-20 14:49:47 -07:00
Aditya Kulkarni
3b4573c4f0 Add chainname and activation height to getinfo 2019-09-18 21:16:15 -07:00
Aditya Kulkarni
e723c4e1d8 Return tx heights 2019-09-17 13:26:23 -07:00
Aditya Kulkarni
d36126ba9d Add transparent txns 2019-09-13 16:02:58 -07:00
Aditya Kulkarni
7644852fc6 Fix hash encoding, change module names 2019-09-12 12:08:53 -07:00
Aditya Kulkarni
8edf85483b Read UTXOs from RPC 2019-09-11 17:06:29 -07:00
Aditya Kulkarni
b4796bc67e New RPC call 2019-09-10 16:34:01 -07:00
Aditya Kulkarni
0c85de50ad New RPC call 2019-09-05 11:48:32 -07:00
George Tankersley
e910ee0475 frontend: increase GetBlockRange timeout to 30 seconds
The previous shorter timeout was causing failures in testing and
production.
2019-02-14 18:48:41 +00:00
George Tankersley
0cb0bb51af frontend: implement SendTransaction 2019-02-14 00:18:15 +00:00
George Tankersley
d08abe82b4 walletrpc: improve protobuf/grpc package naming 2019-02-14 00:18:14 +00:00
George Tankersley
7726a6752d cleanup: rename package and vendor dependencies for old go versions
Fixes #8 and begins to address deployability.
2019-01-03 19:14:51 +00:00
George Tankersley
09007ad856 storage: small fixes and sqlite3-specific tuning 2018-12-15 20:01:28 +00:00
George Tankersley
d4d991a191 frontend, storage: change naming convention for transactions 2018-12-14 21:20:18 -05:00
George Tankersley
0d84493db3 frontend, storage: improve GetBlockRange, fix tests 2018-12-14 20:51:05 -05:00
George Tankersley
313adc8432 frontend: implement GetBlockRange and GetTransaction 2018-12-14 19:19:12 -05:00
George Tankersley
84e6de593f frontend: remember to close database connections on stop 2018-12-11 03:12:49 -05:00
George Tankersley
f6def7cda8 frontend: implement GetLatestBlock, GetBlock; refactoring 2018-12-11 02:32:40 -05:00