Ben Wilson
a6dea00ae5
Merge remote-tracking branch 'ecc/master' into ben/docker-compose
2020-01-13 16:24:58 -05:00
Brad Miller
b707444295
Update README for move into zcash org
2020-01-08 16:27:25 -07:00
Ben Wilson
59df31d0c6
Added a README for docker-compose setup and some usage
2019-12-27 10:33:58 -05:00
zebambam
65d990be97
Rebound everything to localhost, please only re-expose very carefully. Maybe just through the build script?
2019-12-20 14:52:54 -08:00
zebambam
8d6207e27f
Added per-instance password by moving to an environment build script.
2019-12-20 14:15:45 -08:00
Ben Wilson
0601c06a40
Added zcashd_exporter to docker-compose
2019-12-19 16:59:26 -05:00
Ben Wilson
b7e3e50293
fixed broken cert script
2019-12-19 16:59:26 -05:00
Ben Wilson
7a1b5db6d4
Added docker-compose, simplified Dockerfile
2019-12-19 16:59:26 -05:00
Larry Ruane
8ab51d8c3e
go mod tidy && go mod vendor
2019-12-19 12:11:03 -07:00
Larry Ruane
2b73689794
remove sqlite3, add block cache (adityapk00)
...
Co-authored-by: Aditya Kulkarni <adityapk@gmail.com>
2019-12-19 12:11:03 -07:00
Larry Ruane
f58a5f9376
add GetLightdInfo RPC
...
Co-authored-by: Aditya Kulkarni <adityapk@gmail.com>
also to pick up changes to walletrpc/service.proto
(regenerate compact_formats.pb.go service.pb.go)
cd walletrpc
protoc compact_formats.proto --go_out=plugins=grpc:.
protoc service.proto --go_out=plugins=grpc:.
ran go mod tidy && go mod vendor
2019-12-17 12:57:41 -07:00
Marshall Gaucher
e0e3eda279
Merge pull request #157 from zcash-hackworks/remove_docker_ingestor
...
remove ingestor artifact upload
2019-12-16 20:21:46 -08:00
mdr0id
3f2cebc933
update typo
2019-12-16 19:08:25 -08:00
mdr0id
b44f6ad6ec
remove ingestor artifact upload
2019-12-16 18:52:25 -08:00
Larry Ruane
f143bcf332
add -version argument to ingest and server executables, v0.1.0
2019-11-08 13:25:52 -07:00
Larry Ruane
36b5c588ec
improve test coverage
2019-11-06 10:50:24 -07:00
Larry Ruane
82d4312196
add test for blockHeader.GetDisplayPrevHash() but needs work
2019-11-05 13:55:04 -07:00
Larry Ruane
7b78663312
refactor GetDisplayPrevHash(), part of block header
2019-11-05 13:55:04 -07:00
Marshall Gaucher
a18cb41c92
Merge pull request #125 from zcash-hackworks/update-ci-badge-links
...
Update README.md
2019-10-31 15:45:54 -07:00
Marshall Gaucher
652ca6a50d
Update README.md
2019-10-31 15:05:37 -07:00
Larry Ruane
5134a4b4eb
Merge pull request #122 from zcash-hackworks/run-gofmt
...
run gofmt on all files (one-time)
2019-10-30 13:10:57 -06:00
Larry Ruane
389e9a4386
run gofmt on all files (one-time)
2019-10-30 10:43:51 -06:00
Marshall Gaucher
98038688a6
Merge pull request #121 from zcash-hackworks/pre-commit-gofmt
...
Suggest pre-commit hook to developers
2019-10-30 08:58:05 -07:00
Larry Ruane
a4d14795b3
run gofmt, suggest pre-commit hook
2019-10-30 09:43:35 -06:00
Larry Ruane
5c77cca6bf
remove unnecessary ok's, no functional change ( #118 )
2019-10-29 17:35:13 -07:00
Marshall Gaucher
6d39e55b11
Merge pull request #120 from zcash-hackworks/mdr0id-patch-fix-codecov-proj
...
Update .codecov.yml
2019-10-29 16:33:56 -07:00
Marshall Gaucher
7a0feca983
Update .codecov.yml
...
Remove force codecov off flag
2019-10-29 16:21:39 -07:00
Marshall Gaucher
8660b818c4
Merge pull request #119 from zcash-hackworks/mdr0id-patch-codecov-bug
...
Create .codecov.yml
2019-10-29 16:13:35 -07:00
Marshall Gaucher
3051e0b491
Create .codecov.yml
...
Remove false alarm for codecov/patch
2019-10-29 16:00:12 -07:00
Larry Ruane
5f00390065
Merge pull request #96 from zcash-hackworks/ignore-coverage
...
add coverage.txt (output of make test) to .gitignore
2019-10-29 15:27:19 -06:00
Marshall Gaucher
b0aa271b45
Merge branch 'master' into ignore-coverage
2019-10-29 14:19:34 -07:00
Larry Ruane
8cdb935805
Merge pull request #115 from zcash-hackworks/storage-GetTx-test
...
Storage get tx test
2019-10-29 15:12:53 -06:00
Larry Ruane
9a0ec3694c
Merge branch 'master' into storage-GetTx-test
2019-10-29 15:02:47 -06:00
Marshall Gaucher
25988d6734
Merge pull request #107 from zcash-hackworks/update_docs
...
Reorg documents for updates and upcoming new details
2019-10-29 12:30:50 -07:00
Marshall Gaucher
cb5c1a85f6
Merge branch 'master' into update_docs
2019-10-29 12:23:35 -07:00
Marshall Gaucher
068b3a6ad3
Merge pull request #117 from zcash-hackworks/mdr0id-patch-ci-fix-mast
...
Update .gitlab-ci.yml
2019-10-29 12:17:03 -07:00
Marshall Gaucher
0d71e44adf
Update .gitlab-ci.yml
...
Sanity check the status branches github is caching per its policy
2019-10-29 12:10:48 -07:00
Marshall Gaucher
0e21b9f8d9
Merge branch 'master' into update_docs
2019-10-29 09:59:22 -07:00
Larry Ruane
b345405f0a
Merge branch 'master' into ignore-coverage
2019-10-28 11:53:58 -06:00
Marshall Gaucher
eca84b73c3
Merge branch 'master' into storage-GetTx-test
2019-10-16 15:23:33 -07:00
Larry Ruane
4724e403a3
add tests for GetTx* methods
2019-10-16 16:11:36 -06:00
Marshall Gaucher
b9ec222328
Merge pull request #114 from zcash-hackworks/mdr0id-patch-stable-ci
...
Update to stable .gitlab-ci.yml
2019-10-15 10:35:14 -07:00
Marshall Gaucher
097a431c0a
Update .gitlab-ci.yml
...
Update issue that leaves Github in off state from master per policy
2019-10-15 10:19:09 -07:00
Marshall Gaucher
a01633334c
Update .gitlab-ci.yml
...
Update CI to stable state after integration sanity checks
2019-10-15 09:06:01 -07:00
Marshall Gaucher
c9b8a12016
Merge pull request #112 from zcash-hackworks/mdr0id-patch-ci-status-mast
...
Update .gitlab-ci.yml
2019-10-14 20:34:45 -07:00
Marshall Gaucher
d7b50de573
Update .gitlab-ci.yml
2019-10-14 20:32:50 -07:00
Marshall Gaucher
bbbee635f7
Update .gitlab-ci.yml
...
Add tags to sanity check branch on master prior to Github driving merge on hash. (Resolve blind Gitlab pipeline issue)
2019-10-14 20:17:47 -07:00
Marshall Gaucher
a9d9bae396
Merge pull request #111 from zcash-hackworks/mdr0id-patch-remove-ci-ext
...
Update .gitlab-ci.yml
2019-10-14 19:49:01 -07:00
Marshall Gaucher
01bb9060cc
Update .gitlab-ci.yml
...
Revert change made to sanity check CI triggers for external pipeline
2019-10-14 19:38:48 -07:00
Larry Ruane
facbeab019
add test for storage GetBlockByHash()
2019-10-14 14:48:24 -06:00