Commit Graph

388 Commits

Author SHA1 Message Date
Larry Ruane 7381129740 add GetMempoolTx() 2020-09-10 14:01:01 -06:00
Ben Wilson 68836ee627
Merge pull request #302 from zcash/tekton-use-catalog-tasks
Update Tekton pipeline to reference upstream tasks
2020-09-09 15:54:49 -04:00
Ben Wilson 39107e0ac6
Merge branch 'master' into tekton-use-catalog-tasks 2020-09-09 15:39:11 -04:00
Taylor Hornby c7f040c849
Merge pull request #303 from defuse/update-readme-warnings
Make README warnings more accurate
2020-09-08 09:33:10 -06:00
Taylor Hornby b9b16ae9c9 Make README warnings more accurate 2020-09-03 17:08:18 -06:00
Ben Wilson a5b9e954f7 Added serviceaccount for tekton 2020-08-31 09:55:32 -04:00
Ben Wilson e5c7f50a11 Update Tekton pipeline to reference upstream tasks 2020-08-31 09:48:13 -04:00
Larry Ruane 6aa9bdfc40 refactor GetTaddressBalance* functions to eliminate duplicated code 2020-08-19 13:05:23 -06:00
Larry Ruane 4443b64071 rename GetAddress* to GetTAddress* (review) 2020-08-19 13:05:23 -06:00
Larry Ruane dda62f948c Modification requested by review
- renamed GetAddressBalance to GetAddressBalanceStream
- changed GetAddressBalance argument to repeated (string) rather than
streaming
- rename balance field to valueZat (consistent with zcashd)
2020-08-19 13:05:23 -06:00
Larry Ruane 97840c8ec7 add GetAddressBalance gRPC 2020-08-19 13:05:23 -06:00
Ben Wilson 5054cec121
Merge pull request #287 from zcash/tekton-docker-build-on-tags
Added Tekton definitions for docker tag builds
2020-07-01 13:01:49 -04:00
Ben Wilson 36efb1b8fe
Merge branch 'master' into tekton-docker-build-on-tags 2020-07-01 12:57:17 -04:00
Larry Ruane 1c6d8a46f7 gracefully handle syncing zcashd (no REORG) 2020-06-26 08:35:35 -06:00
Ben Wilson 32fe002a21
Merge pull request #284 from zcash/zcash-rpc-from-flags
Added option to provide Zcashd RPC parameters from flags
2020-06-22 11:58:49 -04:00
Ben Wilson efe90fda2c
Merge branch 'master' into zcash-rpc-from-flags 2020-06-22 11:20:15 -04:00
Ben Wilson a293b18a0e
Merge branch 'master' into tekton-docker-build-on-tags 2020-06-18 14:16:01 -04:00
Taylor Hornby fd94d8b614
Merge pull request #289 from zcash/fix-darksidewalletd-docs
Quick fix to darksidewalletd docs, will need improvements
2020-06-17 10:59:05 -06:00
Taylor Hornby df235cf33f Quick fix to darksidewalletd docs, will need improvements 2020-06-17 10:52:54 -06:00
Ben Wilson a96f8c5096
Merge branch 'master' into tekton-docker-build-on-tags 2020-06-17 12:16:12 -04:00
Ben Wilson addbf5342f Added git refspec so tags are available for build 2020-06-17 12:11:40 -04:00
Ben Wilson 9e1384d72f
Merge pull request #285 from zcash/revert-6dd409
Revert "Update compose for new LWD config params"
2020-06-10 08:33:11 -04:00
Ben Wilson 5a544ab992 Revert "Update compose for new LWD config params"
This reverts commit 6dd409abf3.
2020-06-08 13:27:16 -04:00
Ben Wilson 3f6a13c4f6 Added Tekton definitions for docker tag builds 2020-06-08 09:54:59 -04:00
Ben Wilson 63f01502e8 Added option to provide Zcashd RPC parameters from flags 2020-06-08 09:03:21 -04:00
Larry Ruane ead5415693 bump version to 0.4.1, release notes, small fixes 2020-06-05 17:16:36 -06:00
Marshall Gaucher 57d10eece3
Merge pull request #282 from zcash/mdr0id-patch-dock-compose
Update compose for new LWD config params
2020-06-05 14:26:31 -07:00
Marshall Gaucher 6dd409abf3
Update compose for new LWD config params 2020-06-05 14:15:06 -07:00
Larry Ruane 31a19484e2
Improve error checking, README improvements (#278)
Deserialize blocks and transactions as they are staged, to catch errors
earlier (such as trying to stage transactions as blocks), improve logging,
improve error handling (don't crash if ApplyStaged is given a height
that's higher than one beyond the latest active block).
2020-06-03 19:18:04 -06:00
Larry Ruane faca1ecbef
increase the 252 per-block transaction limit (#273) 2020-06-03 18:58:26 -06:00
Linda Lee e665ebe951
Merge pull request #281 from zcash/lindanlee-templates-2
Delete ux-report.md
2020-06-01 15:21:00 -05:00
Linda Lee 4defd37d5e
Merge branch 'master' into lindanlee-templates-2 2020-06-01 15:04:56 -05:00
Linda Lee 2f653540c7
Merge pull request #280 from zcash/lindanlee-update-templates-1-1
Update featurerequest.md
2020-06-01 15:04:47 -05:00
Linda Lee eb755d6e2f
Merge branch 'master' into lindanlee-templates-2 2020-06-01 14:57:13 -05:00
Linda Lee 749324c3cc
Merge branch 'master' into lindanlee-update-templates-1-1 2020-06-01 14:57:04 -05:00
Linda Lee b93bff807f
Merge pull request #279 from zcash/lindanlee-update-templates
Update bug report.md
2020-06-01 14:56:55 -05:00
Linda Lee 554322d951
Delete ux-report.md 2020-06-01 14:50:45 -05:00
Linda Lee 56bc4c4ed8
Update featurerequest.md 2020-06-01 14:50:03 -05:00
Linda Lee dcfdcb2831
Update bug report.md 2020-06-01 14:48:10 -05:00
Larry Ruane f72a6d8eba add error check to StageBlocksStream 2020-05-29 10:36:34 -06:00
Taylor Hornby 026d195163
Merge pull request #275 from zcash/fix-sendrawtransaction-hex-decoding
Fix missing hex encoding of darksidewalletd's sendrawtransaction response
2020-05-28 17:13:20 -06:00
Larry Ruane bcc9aa0a45 update GetTransaction unit test 2020-05-28 17:01:00 -06:00
Kevin Gorham 6b0c1cc43e Fixes GetTransaction returning base64 hex values. 2020-05-28 17:01:00 -06:00
Taylor Hornby 2d8a55c53f Fix missing hex encoding of darksidewalletd's sendrawtransaction response 2020-05-28 16:05:43 -06:00
Charlie O'Keefe c6e0e8c576
Limit prometheus memory usage to 2G (#246)
Co-authored-by: Marshall Gaucher <36639405+mdr0id@users.noreply.github.com>
2020-05-28 13:22:29 -06:00
Marshall Gaucher 87452476d8
Merge pull request #237 from zcash/ben/Dockerfile-lightwalletd-volume
Fix Dockerfile args and added lightwalled volume
2020-05-28 10:49:08 -07:00
Marshall Gaucher 68a80e46d8
Merge branch 'master' into ben/Dockerfile-lightwalletd-volume 2020-05-28 10:38:44 -07:00
Marshall Gaucher 11cde7c283
Merge pull request #176 from zcash/update-codecov-badge
Update codecov badge url
2020-05-28 10:38:25 -07:00
Marshall Gaucher a8851011ec
Merge branch 'master' into update-codecov-badge 2020-05-28 10:37:22 -07:00
Marshall Gaucher d8ffcfb3d2
Merge branch 'master' into ben/Dockerfile-lightwalletd-volume 2020-05-28 10:32:56 -07:00