Commit Graph

223 Commits

Author SHA1 Message Date
Marshall Gaucher b2c4090758
Merge pull request #95 from zcash-hackworks/mdr0id-patch-ci-push-bug
Update .gitlab-ci.yml
2019-10-09 19:43:37 -07:00
Marshall Gaucher dcd0570ec8
Update .gitlab-ci.yml
Resolve issue where user, regardless of privs, do not trigger expected pipelines
2019-10-09 19:37:35 -07:00
Marshall Gaucher 7d04ffb4d1
Merge pull request #94 from zcash-hackworks/mdr0id-patch-add-cov-badge
Update README.md
2019-10-09 19:28:40 -07:00
Marshall Gaucher 4236113e95
Update README.md
Add coverage badge to README
2019-10-09 19:20:40 -07:00
Marshall Gaucher 50a2667703
Merge pull request #91 from zcash-hackworks/immutable-GetDisplayPrevHash
GetDisplayPrevHash() should not change its argument
2019-10-08 10:09:07 -07:00
Larry Ruane e4445ddace fix constant REORG (due to fixed GetDisplayPrevHash()) 2019-10-07 21:02:38 -06:00
Larry Ruane 886250e660 GetDisplayPrevHash() should not change its argument 2019-10-07 14:00:10 -06:00
Marshall Gaucher ac5aa8e42f
Attempting to resolve issue in codecov (#90)
* resolve issue in codecov
2019-10-07 12:56:56 -07:00
Marshall Gaucher 57b12e5841
Merge pull request #85 from zcash-hackworks/mdr0id-patch-dockerfile-note
Update Dockerfile
2019-10-05 22:23:07 -07:00
Marshall Gaucher 6e2bb5b62b
Merge pull request #87 from zcash-hackworks/add_codecov_ci
add codecov to ci test stage
2019-10-05 22:12:25 -07:00
mdr0id 2d2007925a Resolve CI bug 1 2019-10-05 08:22:39 -07:00
mdr0id f2c657e877 Resolve typo 2 2019-10-05 08:12:16 -07:00
mdr0id f3023fc5b5 Resolve typo 2019-10-05 08:04:50 -07:00
mdr0id 6f909b1443 add codecov to ci test stage 2019-10-05 07:51:29 -07:00
Marshall Gaucher 12119fa13d
Merge branch 'master' into mdr0id-patch-dockerfile-note 2019-10-01 20:06:26 -07:00
Marshall Gaucher e3a7c58f1d
Merge pull request #86 from zcash-hackworks/mdr0id-patch-dockerfile-add-volumes
Update Dockerfile
2019-10-01 19:57:52 -07:00
Marshall Gaucher 6b04ab1449
Update Dockerfile
Add docker volumes for the params and block datadirs, so other containers can mount from random chain points
2019-10-01 19:52:19 -07:00
Marshall Gaucher caddc14410
Update Dockerfile
Add note for random bash session, if dev wants to debug or manually fix something in container
2019-10-01 18:35:33 -07:00
Marshall Gaucher 559a04b145
Merge pull request #84 from zcash-hackworks/mdr0id-patch-remove-race-tester
Update .gitlab-ci.yml
2019-10-01 16:11:00 -07:00
Marshall Gaucher b4ade08c89
Update .gitlab-ci.yml
Remove race tester for go since it requires clang config that the runner is not setup for. Will revisit later
2019-10-01 16:04:57 -07: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
Marshall Gaucher e7e200ede3
Merge pull request #83 from zcash-hackworks/docker_patch
adding patch for dockerfile and according makefile targets
2019-10-01 16:02:04 -07:00
mdr0id 1e8cfac8a9 adding patch for dockerfile and according makefile targets 2019-10-01 15:56:16 -07:00
Marshall Gaucher a457821949
Merge pull request #81 from zcash-hackworks/ci_artifact_pass
pass artifacts to test stage and fix race test
2019-09-25 09:37:58 -07:00
mdr0id 13280b15e6 Resolve Alpine golang go test -race issue 2019-09-25 09:28:31 -07:00
mdr0id c47132e63b Fix typo in yaml 2019-09-25 09:14:26 -07:00
mdr0id 2f13056825 pass artifacts to test stage and fix race test 2019-09-25 08:59:54 -07:00
Marshall Gaucher 0cc64dd8f1
Merge pull request #73 from LarryRuane/add-tests
Improve test coverage; don't require zcashd to run tests
2019-09-25 08:34:57 -07:00
Larry Ruane 20763199c1 add bytestring tests 2019-09-25 09:31:49 -06:00
Larry Ruane da2231f423 add missing tests, empty (stubs) for now 2019-09-25 09:31:49 -06:00
Marshall Gaucher 6302175a00
Merge pull request #78 from LarryRuane/fix-length-encoding
fix compact size length calculation
2019-09-25 08:04:14 -07:00
Marshall Gaucher bc6e857e72
Merge pull request #80 from rex4539/fix-typos
Fix typos
2019-09-25 07:47:06 -07:00
Dimitris Apostolou e8d93c0687
Fix typos 2019-09-25 15:01:46 +03:00
mdr0id 86b915288c Add initial conditional to create log file if it does not exist 2019-09-23 16:13:32 -07:00
Larry Ruane 20d0a040e3 fix compact size length calculation 2019-09-23 15:08:02 -06:00
Marshall Gaucher 6f01d40f2e
Merge pull request #76 from zcash-hackworks/add_contributing_doc
add contributing guide
2019-09-22 19:38:42 -07:00
mdr0id d285e34775 add contributing guide 2019-09-22 19:22:48 -07:00
Marshall Gaucher 57128c12d7
update makefile targets and gitlab-ci.yml for unittest patch (#75)
* update makefile targets and gitlab-ci.yml for unittest patch

* remove tags that do nothing for gitlab on fork

* golang alpine latest is not valid in docker executor

* add sqlite3 package

* add sqlite package

* it's building from integration test that has bug sqlite is not issue
2019-09-20 12:43:13 -07:00
Marshall Gaucher 094c2f08e4
Merge pull request #74 from zcash-hackworks/mdr0id-patch-ignore-binaries
Update .gitignore
2019-09-20 11:21:37 -07:00
Marshall Gaucher 9a1b929b1e
Update .gitignore 2019-09-20 10:56:43 -07:00
Marshall Gaucher 5b675f9102
Merge pull request #71 from zcash-hackworks/mdr0id-patch-code-of-conduct
Create CODE_OF_CONDUCT.md
2019-09-19 19:37:47 -07:00
Marshall Gaucher 5b9b54aa50
Merge pull request #70 from zcash-hackworks/add-license-1
Create LICENSE
2019-09-19 19:37:25 -07:00
Marshall Gaucher 0e96c9d855
Create CODE_OF_CONDUCT.md 2019-09-19 19:26:16 -07:00
Marshall Gaucher 5f37c7ed68
Create LICENSE 2019-09-19 19:21:48 -07:00
Marshall Gaucher 6ac80494ab
Merge pull request #61 from defuse/fix-very-insecure
Make -very-insecure imply 'don't use TLS.'
2019-09-18 18:37:49 -07:00
Marshall Gaucher 7c0883ebfc
Merge pull request #68 from zcash-hackworks/mdr0id-patch-2-ci-fork
update gitlab.yml
2019-09-18 18:31:28 -07:00
Marshall Gaucher 1a24524691
update gitlab.yml
update gitlab yml
2019-09-18 18:28:54 -07:00
Marshall Gaucher 13245d99ea
Merge pull request #65 from zcash-hackworks/mdr0id-patch-fork-ci-enable
Update gitlab-yaml to trigger on forks
2019-09-18 18:03:45 -07:00
Marshall Gaucher a9a1da015b
Update gitlab-yaml to trigger on forks
Trigger CI for forks
2019-09-18 18:00:40 -07:00
Marshall Gaucher b246be3e45
Merge pull request #64 from zcash-hackworks/mdr0id-patch-ci-badge
add ci status badge to README
2019-09-18 17:52:06 -07:00