Commit Graph

  • f95cca437b more verbose logs verbose-test Conrado Gouvea 2022-06-17 18:40:33 -0300
  • 2dd37cf119 some tweaks to prices.go (GetZECPrice, GetCurrentZECPrice) prices_stub Larry Ruane 2022-04-25 21:04:05 -0600
  • 5e4e4272ab fix average calculation Larry Ruane 2022-04-13 16:22:40 -0600
  • 8fe7c0ca1b Implementation Aditya Kulkarni 2021-05-17 13:37:02 -0700
  • c6e8adbe73 Price API stub implementation Aditya Kulkarni 2021-05-10 21:35:21 -0700
  • 0d00588941 Get unit tests working again Larry Ruane 2022-06-12 12:38:13 -0600
  • 34f4f23466 remove vendor, clean up module files and Makefile Larry Ruane 2022-06-10 13:31:19 -0600
  • 9439901d5c update gitignore master Aditya Kulkarni 2022-06-07 09:59:13 -0500
  • 994e8a05f2 Merge 'upstream/master' Aditya Kulkarni 2022-06-07 09:44:48 -0500
  • ba1b931986 add --sync-from-height command-line option Larry Ruane 2022-04-01 12:31:36 -0600
  • dfac02093d Fix V5 transaction txid (#392) Larry Ruane 2022-05-23 16:37:12 -0600
  • 4c9e75e28f recompile protos orchard Aditya Kulkarni 2022-05-18 11:42:57 -0500
  • e7e9530349 Add support to GetTreeState to return Orchard final state Steven Smith 2022-04-02 09:34:01 -0700
  • fd61cf23b9 fix orchard action ciphertext comment Larry Ruane 2022-02-16 22:15:08 -0700
  • e9bc2f1d0a Fix typos Dimitris Apostolou 2021-11-05 10:22:29 +0200
  • 4cdacc3a3f compact blocks should include Orchard transactions Larry Ruane 2021-11-30 14:12:47 -0700
  • 96c80c1fe9 add NU5 Orchard transaction data to CompactBlock Larry Ruane 2021-11-30 10:08:21 -0700
  • 7a9fc665c1 performance: don't deserialize unused tx fields Larry Ruane 2021-11-30 08:30:08 -0700
  • b06a4e15de improve tx parser memory behavior Larry Ruane 2021-11-29 18:14:52 -0700
  • b5c268b8e2 parse V5 (nu5) transactions Larry Ruane 2021-10-07 14:57:26 -0600
  • 98cb0ea9f2 cleanup locking for mempool adityapk 2022-05-16 13:33:43 -0500
  • 3bec6d290c Timer to 30s adityapk 2022-05-13 11:12:12 -0500
  • ab4c0fef70 Add support to GetTreeState to return Orchard final state Steven Smith 2022-04-02 09:34:01 -0700
  • 68789356fb update RTD index.html for Orchard Larry Ruane 2022-04-19 12:29:24 -0600
  • 26df6f0992 add V5 transaction (orchard) parsing test Larry Ruane 2022-04-11 23:58:00 -0600
  • f6ea41cf9c v1.7.6 Aditya Kulkarni 2022-04-07 10:50:50 -0500
  • e146dbf5c2 Fix mempool issue Aditya Kulkarni 2022-04-07 10:20:01 -0500
  • 631bb16404 fix orchard action ciphertext comment Larry Ruane 2022-02-16 22:15:08 -0700
  • e53167b6a1 go mod tidy && go mod vendor (update dependencies) Larry Ruane 2022-02-16 21:48:14 -0700
  • 7c9bbfa9aa upgrade protoc toolchain Larry Ruane 2022-02-16 21:47:43 -0700
  • 83bb19918f restore gRPC GetMempoolTx Larry Ruane 2021-12-09 15:22:06 -0700
  • c7b1be9fd2 Update list of RPC methods in README teor 2021-12-06 13:29:57 +1000
  • 13de3232b3 Fix typos Dimitris Apostolou 2021-11-05 10:22:29 +0200
  • c006cfe5fb compact blocks should include Orchard transactions Larry Ruane 2021-11-30 14:12:47 -0700
  • 4e1910aeea add NU5 Orchard transaction data to CompactBlock Larry Ruane 2021-11-30 10:08:21 -0700
  • fdc54babf2 performance: don't deserialize unused tx fields Larry Ruane 2021-11-30 08:30:08 -0700
  • 6d7d9f11a6 improve tx parser memory behavior Larry Ruane 2021-11-29 18:14:52 -0700
  • ddf3781a60 parse V5 (nu5) transactions Larry Ruane 2021-10-07 14:57:26 -0600
  • 9263e7f111
    Merge pull request #366 from zcash/sasha-doc-updates Sasha 2021-09-28 20:37:24 -0500
  • 52ec73c884
    Merge pull request #365 from superbaud/master Sasha 2021-09-28 20:27:36 -0500
  • 2defc2501d
    Fix em-dashes and add instructions to use a random password Taylor Hornby 2021-09-28 18:32:19 -0600
  • e150fa7790
    clarify that we're exposing lwd to the network Sasha 2021-09-28 19:16:43 -0500
  • f84af8fe71
    added notes on the multiple zcashd.conf files Sasha 2021-09-28 19:13:35 -0500
  • ca4905a6a2
    correct typos Sasha 2021-09-28 18:55:45 -0500
  • 33d3d53d34 Verify rawtx adityapk00 2021-04-19 13:48:05 -0700
  • d1a48e7d2d Verify rawtx rawtx_fix adityapk00 2021-04-19 13:48:05 -0700
  • bdaac63f3e improve reorg by using getbestblockhash Larry Ruane 2021-08-10 23:29:48 -0600
  • c1bab818a6 Fetch historical prices from coinbase Aditya Kulkarni 2021-08-30 10:08:00 -0700
  • b1f3687d83 add MempoolStream unit test Larry Ruane 2021-07-26 08:45:12 -0600
  • 6357f7f15b Refactor mock Sleep, add mock Now time function Larry Ruane 2021-07-25 07:47:07 -0600
  • 4f00783f48 remove gRPC GetMempoolTx Larry Ruane 2021-07-23 13:31:42 -0600
  • 503b9b256b modifications to adityapk00 mempool streaming API Larry Ruane 2021-07-19 11:04:09 -0600
  • c3e1b98d4f Mempool Streaming API Aditya Kulkarni 2021-07-14 14:48:57 -0700
  • 98585ae464 add MempoolStream unit test mempool_stream Larry Ruane 2021-07-26 08:45:12 -0600
  • cd98e6a14b Refactor mock Sleep, add mock Now time function Larry Ruane 2021-07-25 07:47:07 -0600
  • 3cede7ce5e remove gRPC GetMempoolTx Larry Ruane 2021-07-23 13:31:42 -0600
  • 2b4f3e6f9b modifications to adityapk00 mempool streaming API Larry Ruane 2021-07-19 11:04:09 -0600
  • 5e13c60d59 Mempool Streaming API Aditya Kulkarni 2021-07-14 14:48:57 -0700
  • db02bf40b9 Cleanup logging Aditya Kulkarni 2021-07-28 19:34:41 -0700
  • 3f669c3d19 added unit test Larry Ruane 2021-07-26 23:14:05 -0600
  • 39179a9721 Return hashes from getlatestblock Aditya Kulkarni 2021-07-26 13:13:25 -0700
  • ebbc346c87 added unit test latestblock_hash Larry Ruane 2021-07-26 23:14:05 -0600
  • 09511d2c8d Return hashes from getlatestblock Aditya Kulkarni 2021-07-26 13:13:25 -0700
  • 1b485256a3 Return hashes with getlatestblock Aditya Kulkarni 2021-07-26 13:11:02 -0700
  • 7f81fcbf78 Monitor for 1-block reorgs as well Aditya Kulkarni 2021-07-26 10:33:28 -0700
  • d461c18785
    Mempool (#10) adityapk00 2021-07-14 14:46:20 -0700
  • a56af1cfbf GetBlockRange: allow start < end, return blocks in reverse order Larry Ruane 2021-05-05 21:50:14 -0600
  • a4cc08b89e GetBlockRange: allow start < end, return blocks in reverse order Larry Ruane 2021-05-05 21:50:14 -0600
  • 41ebe0e04b
    Prices (#9) adityapk00 2021-05-18 09:26:55 -0700
  • 0c535e60a2 deprecate v1 error message deprecate_v1 Aditya Kulkarni 2021-04-30 14:38:57 -0700
  • 4e561f2cfd add darksidewallet support for GetAddressUtxos Larry Ruane 2021-04-26 11:31:34 -0600
  • d5ca359418 fix merge Aditya Kulkarni 2021-04-23 16:41:00 -0700
  • f0152f09b9
    Merge pull request #8 from adityapk00/lightd_compat adityapk00 2021-04-22 12:00:54 -0700
  • 02db546516 Update README Aditya Kulkarni 2021-04-22 09:25:53 -0700
  • 2941299202 Fix metrics Aditya Kulkarni 2021-04-21 11:58:24 -0700
  • 665183b44e Update deps Aditya Kulkarni 2021-04-21 10:59:27 -0700
  • 3e2ba3c4c2 Fix vendor string Aditya Kulkarni 2021-04-21 10:45:34 -0700
  • d28a129df9 Handle Params downloads on the HTTP server Aditya Kulkarni 2021-04-21 10:40:39 -0700
  • e13b946657 Remove k8s Aditya Kulkarni 2021-04-20 20:40:52 -0700
  • 6341e177f3 Fix names Aditya Kulkarni 2021-04-20 20:28:46 -0700
  • 9501c7e975 Add windows executable exception Aditya Kulkarni 2021-04-20 10:58:47 -0700
  • 7ff8513186 Zecwallet latency logging adityapk00 2021-04-20 10:40:36 -0700
  • cac5873ecd Add metrics adityapk00 2021-04-20 10:32:41 -0700
  • d3beb277f3 Get latest block from zcashd latest_block_fix adityapk00 2021-04-19 13:58:43 -0700
  • f05fef2762 Merge fixes adityapk00 2021-04-19 13:46:14 -0700
  • d3eb6122b8 git push origin lightd_compatMerge branch 'zcash-master' into lightd_compat adityapk00 2021-04-19 13:38:37 -0700
  • 0605b33e39 Merge zcash-master adityapk00 2021-04-19 13:38:25 -0700
  • dcad72ed25 generalize GetAddressUtxos to accept taddr list Larry Ruane 2021-04-07 15:04:56 -0600
  • d292bfaea5 update to latest go, protobufs, grpc toolchain Larry Ruane 2021-04-07 10:31:06 -0600
  • 0995e130f4 eliminate genblocks compile warning Larry Ruane 2021-04-06 10:23:34 -0600
  • 17c47cfebe call checkTaddress() for each given taddress Larry Ruane 2021-01-15 14:40:01 -0700
  • 824cb8dc8e check SplitN() return value to prevent indexing beyond end of slice Larry Ruane 2021-01-14 15:39:26 -0700
  • ad739ce055 allow Ping testing grpc only if explicitly enabled Larry Ruane 2021-01-14 15:34:34 -0700
  • 86a76a96cb check txid (hash0 length argument, must be 64 Larry Ruane 2021-01-19 21:09:40 -0700
  • 5c5c4b882f check disk write return values Larry Ruane 2021-01-19 20:56:30 -0700
  • 22dda4a28d check all json.Unmarshal() error returns Larry Ruane 2021-01-19 20:36:27 -0700
  • c7c5da1fda don't log method names to stderr unless --grpc-logging-insecure Larry Ruane 2021-01-19 18:38:44 -0700
  • d9d12998b2 remove error logging that client requests can cause Larry Ruane 2021-01-19 17:11:51 -0700
  • a69537cf2b restore coinbase height check Larry Ruane 2021-01-15 16:43:33 -0700
  • 82045d493a fix GetTaddressBalance (json problem) Larry Ruane 2021-01-15 14:00:12 -0700