Commit Graph

13 Commits

Author SHA1 Message Date
Larry Ruane f143bcf332 add -version argument to ingest and server executables, v0.1.0 2019-11-08 13:25:52 -07:00
Larry Ruane 389e9a4386 run gofmt on all files (one-time) 2019-10-30 10:43:51 -06:00
Marshall Gaucher 4b6b77336a
Merge pull request #79 from zcash-hackworks/create_log_file
Add initial conditional to create log file if it does not exist
2019-10-01 16:02:59 -07:00
Larry Ruane da2231f423 add missing tests, empty (stubs) for now 2019-09-25 09:31:49 -06:00
mdr0id 86b915288c Add initial conditional to create log file if it does not exist 2019-09-23 16:13:32 -07:00
Taylor Hornby 5224340b92 Make -very-insecure imply 'don't use TLS.' 2019-09-18 15:18:49 -06: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
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 f0c2405593 cmd: fix inconsistent logging for binaries 2018-12-11 03:37:42 -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