Commit Graph

543 Commits

Author SHA1 Message Date
mdr0id 6f909b1443 add codecov to ci test stage 2019-10-05 07:51:29 -07:00
adityapk00 30db94d290
Update README.md 2019-10-02 10:26:44 -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
Aditya Kulkarni c688de510e Store serialized bytes in cache 2019-10-01 11:05:43 -07:00
Aditya Kulkarni 3c6742d526 Revert "Make default cache size 20k blocks"
This reverts commit 16d9ae0ea6.
2019-10-01 10:34:16 -07:00
Aditya Kulkarni 16d9ae0ea6 Make default cache size 20k blocks 2019-10-01 10:31:41 -07:00
Aditya Kulkarni de305ad0f0 Max reorg limit 2019-09-30 14:13:20 -07:00
Aditya Kulkarni f8bec5fd2b Handle reorgs > 10 blocks 2019-09-30 13:54:30 -07:00
Larry Ruane 5f4334ff6d add bytestring tests 2019-09-26 11:33:24 -07:00
Aditya Kulkarni 8e6259b258 Add cache invalidation for reorg'd blocks 2019-09-26 11:31:06 -07:00
Aditya Kulkarni cacc23b220 Remove the old ingestor 2019-09-25 21:18:34 -07:00
Aditya Kulkarni a8cc2424a2 Thread safe cache with separate ingestor 2019-09-25 21:15:32 -07:00
Aditya Kulkarni fbb75e8f20 Return consensusBranchId 2019-09-25 17:46:05 -07:00
Aditya Kulkarni 6f56b8b8e9 Store compactBlocks 2019-09-25 17:18:27 -07:00
Aditya Kulkarni d503752588 Block Cache 2019-09-25 15:55:37 -07:00
Aditya Kulkarni 80d6dab9f8 WIP cache 2019-09-25 14:54:15 -07:00
Aditya Kulkarni d56fe7bf1a Remove SQL from grpc server 2019-09-25 13:28:55 -07:00
Aditya Kulkarni b89062cd53 Remove Txtable 2019-09-25 12:17:36 -07:00
Aditya Kulkarni 3eaabea547 GetTransaction from zcashd instead of store 2019-09-25 12:10:32 -07:00
Aditya Kulkarni 2f6dbd414d Add gitignore 2019-09-25 11:45:19 -07:00
Aditya Kulkarni 8421285313 Merge error codes 2019-09-25 11:44:42 -07:00
Aditya Kulkarni d59757571d Remove UTXOs call 2019-09-25 11:43:54 -07:00
Larry Ruane 3c5d62dbc3 fix compact size length calculation 2019-09-25 11:37:34 -07:00
Aditya Kulkarni f0ff091f7b Log sapling height error 2019-09-25 11:35:52 -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
Aditya Kulkarni cf0b87ac9b Log sapling height 2019-09-20 14:49:47 -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