Commit Graph

35 Commits

Author SHA1 Message Date
Larry Ruane da2231f423 add missing tests, empty (stubs) for now 2019-09-25 09:31:49 -06:00
Dimitris Apostolou e8d93c0687
Fix typos 2019-09-25 15:01:46 +03:00
Taylor Hornby 5224340b92 Make -very-insecure imply 'don't use TLS.' 2019-09-18 15:18:49 -06:00
Marshall Gaucher ce12fee640
Merge branch 'master' into remove_0mq 2019-09-15 17:28:34 -07:00
mdr0id ecf43dc353 reorg walk back 11 blocks instead of 10 2019-09-15 17:25:12 -07:00
mdr0id 28ed413092 Updating formatting 2019-09-05 17:30:08 -07:00
mdr0id 42eb73db32 Set height to 0 in error case for corrupted db 2019-09-05 17:27:30 -07:00
mdr0id 148a1da8c7 Make log app name more clear 2019-09-05 16:28:50 -07:00
zebambam f1ac9c1337 Added .gitignore, provided command line defaults, made errors more obvious, told users to check the log file after it is initialized when a fatal error occurs, require users to pass -very-insecure=true when not using TLS certificates 2019-08-28 14:36:24 -07:00
mdr0id 1e40cea877 Remove zmq references from README files 2019-08-27 14:41:25 -07:00
mdr0id 716930d028 name of app is missleading in log message 2019-08-27 14:15:00 -07:00
mdr0id 59975fc349 Remove zmq from scaffolding stuff in go 2019-08-27 14:07:42 -07:00
mdr0id fec37dff9a Initial reorg fix 2019-07-16 19:14:58 -07:00
mdr0id 1002580cd9 Add storing prevhash to local db and logs 2019-07-09 15:52:35 -07:00
Larry Ruane 2454b05b52 add prev_hash to logging 2019-06-28 12:22:22 -05:00
mdr0id 0813d73e97 Add initial error handling for condition for zcashd down 2019-06-10 21:14:31 -07:00
mdr0id d1e49493b0 Remove/add white space nits. Add comment for -8 value check in error conditional 2019-06-10 20:35:32 -07:00
mdr0id 3d48461e32 Clean up and organize imports 2019-06-10 20:25:43 -07:00
mdr0id ed4591ecc4 Remove go routine that causes threading issues when writing to local db 2019-06-10 19:59:12 -07:00
mdr0id 31576ff5fc Update ingest logic stream to start at actual Sapling testnet height 2019-06-07 14:13:22 -07:00
mdr0id 4354ec70c0 Update ingest logic stream to start at Sapling testnet height 2019-06-07 14:10:56 -07:00
mdr0id 1587db121c Remove 0mq logic, add getblock RPC wrapper, add RPC polling logic, and remove old packages 2019-06-06 17:49:47 -07:00
Jack Grigg c4a48902db
ingest: Log block and transaction hashes in display order
We should also be consistent in the SQLite database about either storing
as TEXT in display order, or storing as BLOB in wire order. But as
that's another breaking change, let's bundle it in with anything else we
need to do to address this problem.
2019-05-23 13:42:02 +01: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 9a0639761b ingest: update topic title for zcashd patchset 2018-12-15 01:39:45 -05:00
George Tankersley 8cb238fd60 storage: some minor storage & logging tweaks 2018-12-15 01:29:27 -05:00
George Tankersley 71c0624abe ingest: make zmq client store raw transaction data 2018-12-14 21:54:33 -05:00
George Tankersley 69027f5b48 ingest: rename 'client' to 'ingest'
Client was very ambiguous.
2018-12-14 20:51:05 -05:00
George Tankersley f0c2405593 cmd: fix inconsistent logging for binaries 2018-12-11 03:37:42 -05:00
George Tankersley 0680706bdf client: move client code to cmd/ subdir 2018-12-11 03:17:27 -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