Alfredo Garcia
780e675517
change env syntax
2020-08-24 14:57:01 -04:00
Alfredo Garcia
6dd859e0cf
add RUST_BACKTRACE to CI tests
2020-08-24 14:57:01 -04:00
Jane Lusby
1d6183ef84
Make zebra-script wrap the C++ script implementation in zcashconsensus ( #708 )
...
* attempt to use zcashconsensus crate in zebra-script
* boop
* update verify fn to use zebra types
* a bit more cleanup
* cleanup
* more
* beep boop
* fix renamed member
* cleaning
* get a real branch id
* remove as of yet unneeded api
* Update zebra-chain/src/transaction.rs
* Update zebra-chain/src/transaction.rs
* more cleanup
* oops wrong dep section
* use a tuple to communicate arg association
* update to use published version of zcash_script
* fix new compiler error
* install llvm on windows
* fix bindgen bug????
* try to get docker file to win
* okay try everything
* fix windows build maybe
* always download choco
* fix paths for moved types
* try a different error message
* try convenience script
* try installing just llvm
* add back one more
* try installing some headers
* try a diff package
* try everything
* remove the minimum
* try newer docker builder image
* cleanup docker image
* cleanup extra ci step
2020-08-18 11:08:53 -07:00
dependabot[bot]
e67d3fc5e3
build(deps): bump codecov/codecov-action from v1.0.12 to v1.0.13
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from v1.0.12 to v1.0.13.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Commits](https://github.com/codecov/codecov-action/compare/v1.0.12...6004246f47ab62d32be025ce173b241cd84ac58e )
Signed-off-by: dependabot[bot] <support@github.com>
2020-08-18 06:43:03 -04:00
Henry de Valence
455f91501d
doc: exclude zebra-utils, zebra-checkpoint.
...
These are internal-only crates for development.
2020-08-17 12:47:32 -07:00
Deirdre Connolly
eda6d86d3e
Try naively parallelizing test and build jobs on our platform matrix
2020-08-14 20:27:53 -04:00
Deirdre Connolly
ada3066e14
Fix rebase conflict artifacts
2020-08-14 02:04:12 -04:00
Deirdre Connolly
006137dae1
Increase timeout on coverage job, reorg config
2020-08-14 02:04:12 -04:00
Deirdre Connolly
b4245f4d01
Fix healthcheck (tracing) endpoint ( #895 )
...
* Switch to n1-highcpu-2
* Add tracing.endpoint_addr config to release docker image
2020-08-13 03:31:09 -04:00
Deirdre Connolly
250e1af4f1
Use an n1-standard-2 machine for node deployments ( #893 )
...
We don't load the entire blockchain into memory anymore. 😂
Resolves #892
2020-08-12 20:08:19 -07:00
Henry de Valence
a987394782
Add KaTeX to rendered docs. ( #832 )
...
This adds a single test formula to the `zebra-chain` docs. We can remove it
after merging this and running it through CI to confirm that it works.
2020-08-05 17:34:30 -07:00
Deirdre Connolly
0cd8b7e7bd
Rename pr.yml to ci.yml
2020-07-24 18:18:46 -04:00
Deirdre Connolly
e24cd5755b
Add a nicer human name to coverage job
2020-07-24 18:18:46 -04:00
Deirdre Connolly
bbc6fb82bf
Increase timeout on coverage job to 10mins, reorg config
2020-07-24 18:18:46 -04:00
dependabot[bot]
80597087b3
build(deps): bump codecov/codecov-action from v1.0.11 to v1.0.12
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from v1.0.11 to v1.0.12.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Commits](https://github.com/codecov/codecov-action/compare/v1.0.11...07127fde53bc3ccd346d47ab2f14c390161ad108 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-07-23 18:48:04 -04:00
dependabot[bot]
92bb3c86db
build(deps): bump codecov/codecov-action from v1.0.10 to v1.0.11
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from v1.0.10 to v1.0.11.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Commits](https://github.com/codecov/codecov-action/compare/v1.0.10...6d208f5b527841fb050f92f778e86cb808dacdcb )
Signed-off-by: dependabot[bot] <support@github.com>
2020-07-21 12:19:26 -04:00
Jane Lusby
e06357f795
Add skeleton of eventual zebra book ( #653 )
...
* Add skeleton of eventual zebra book
* reorg sections
* restore file and reorg book a little
* try setting up a firebase deployment
* allow firebase ci to work on test
* download mdbook
* fix book path
* use newer version of mdbook
* remove event hook for book branch pre merge
* Apply suggestions from code review
Co-authored-by: Henry de Valence <hdevalence@hdevalence.ca>
Co-authored-by: Henry de Valence <hdevalence@hdevalence.ca>
2020-07-17 20:15:50 -07:00
Deirdre Connolly
56361654c6
Fix CD workflow using cloudbuild.yaml ( #637 )
...
* Fix variable substitutions in CD workflow and gcloud build config
* Docker needs everything lowercase
* Store container image in GCR
* Don't use GITHUB_REPOSITORY
2020-07-10 07:37:54 -04:00
Deirdre Connolly
e0a71c229d
Trigger Google Cloud Builds via GitHub App integration ( #614 )
...
Use cloudbuild.yaml for all invocations including via gcloud cli and github build triggers
2020-07-09 14:22:56 -04:00
Deirdre Connolly
2cd58c8325
Add RedJubjub signature verifier service ( #460 )
...
Using tower-batch-based async pattern.
Now the Verifier is agnostic of redjubjub SigTypes. Updated tests to
generate sigs of both types and batch verifies the whole batch.
Resolves #407
2020-07-08 17:23:00 -04:00
Jane Lusby
959f029457
make clippy warnings errors in CI ( #605 )
...
* make clippy warnings errors in CI
* Apply fixes from cargo clippy --all-features --all-targets -- -D warnings
* Resolve merge conflicts
Co-authored-by: Deirdre Connolly <deirdre@zfnd.org>
2020-07-07 16:26:22 -07:00
Deirdre Connolly
a267030d7b
Adjust coverage job to only trigger on changes to *.rs files
...
Moves it to its own workflow. Also pulls in latest tarpaulin release every time. 🤞
2020-07-02 15:38:20 -04:00
dependabot[bot]
de08f66b33
Bump codecov/codecov-action from v1.0.7 to v1.0.10
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from v1.0.7 to v1.0.10.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Commits](https://github.com/codecov/codecov-action/compare/v1.0.7...f3570723ef743f6942b6a480461ed0cd6c0f9baa )
Signed-off-by: dependabot[bot] <support@github.com>
2020-07-02 06:44:39 -04:00
Deirdre Connolly
eff8a3889e
Revert "Sign container images for later binary authorization"
...
This reverts commit 0bb8b2b059
.
2020-06-25 17:03:07 -04:00
Deirdre Connolly
038a09ad36
Revert "Use gcloud sdk latest stable in actions; use --quiet for alpha commands"
...
This reverts commit 8367c765a0
.
2020-06-25 17:03:07 -04:00
Deirdre Connolly
839d4ab9fb
Revert "Move --quiet around"
...
This reverts commit 01e6d01d9b
.
2020-06-25 17:03:07 -04:00
Deirdre Connolly
e8ff7a1dd8
Revert "Verify that the attestation was created"
...
This reverts commit c1f97e21c9
.
2020-06-25 17:03:07 -04:00
Deirdre Connolly
c1f97e21c9
Verify that the attestation was created
2020-06-25 16:47:29 -04:00
Deirdre Connolly
01e6d01d9b
Move --quiet around
2020-06-25 16:47:29 -04:00
Deirdre Connolly
8367c765a0
Use gcloud sdk latest stable in actions; use --quiet for alpha commands
2020-06-25 16:47:29 -04:00
Deirdre Connolly
0bb8b2b059
Sign container images for later binary authorization
2020-06-25 16:47:29 -04:00
dependabot[bot]
5c0df915f1
Bump w9jds/firebase-action from v1.3.1 to v1.5.0
...
Bumps [w9jds/firebase-action](https://github.com/w9jds/firebase-action ) from v1.3.1 to v1.5.0.
- [Release notes](https://github.com/w9jds/firebase-action/releases )
- [Commits](https://github.com/w9jds/firebase-action/compare/v1.3.1...6d1a577caffa15dfad8cc3d95e8ea2ac7ff51f7f )
Signed-off-by: dependabot[bot] <support@github.com>
2020-06-22 11:55:43 -04:00
Deirdre Connolly
2bdd07c1bc
Create instance group if it doesn't exist, update it if it does ( #513 )
...
* Deploy instance group if it doesn't exist, update it if it does
* Rename push.yml to cd.yml
* Rename some CD steps
2020-06-21 04:39:47 -04:00
Deirdre Connolly
2f87a9a9f6
Update existing managed instance groups on deploy
2020-06-19 03:46:09 -04:00
Deirdre Connolly
509f0763ad
Scope deploys to main, gcloud branches; shorten initial delay
2020-06-19 03:46:09 -04:00
Deirdre Connolly
c901b42c75
Shorten health check delay from 3 minutes to 1
2020-06-19 03:46:09 -04:00
Deirdre Connolly
c85acde18f
Add 'zebrad' tags to instance templates
...
And add 'one time' commands commented out for managing firewall rules.
2020-06-19 03:46:09 -04:00
Deirdre Connolly
f95e7d5595
Add health check
2020-06-19 03:46:09 -04:00
Deirdre Connolly
4aabadc67d
Remove zone param
2020-06-19 03:46:09 -04:00
Deirdre Connolly
621a14abe9
Managed group of size 1 seems to reliably work 🙃
2020-06-19 03:46:09 -04:00
Deirdre Connolly
c7046eb6f5
Create instance group in one specified zone
2020-06-19 03:46:09 -04:00
Deirdre Connolly
20e0e4bef0
Go back to project default machine type for now
2020-06-19 03:46:09 -04:00
Deirdre Connolly
cae9df9169
Remove --base-instance-name, redundant
2020-06-19 03:46:09 -04:00
Deirdre Connolly
c50e9a5bee
Add region
2020-06-19 03:46:09 -04:00
Deirdre Connolly
e2c30e7bd2
Type n1-highmem-8
2020-06-19 03:46:09 -04:00
Deirdre Connolly
14a62bf9bb
Remove region; highmem is constrainted
2020-06-19 03:46:09 -04:00
Deirdre Connolly
7742bb4dbd
Bump memory on instance template
2020-06-19 03:46:09 -04:00
Deirdre Connolly
30f01c6ff0
Use updated 'zebrad seed' command, move binary to root, no workdir
2020-06-19 03:46:09 -04:00
Deirdre Connolly
65bd05932e
Remove cloudbuild.yml, tidy gcloud deploy workflow
2020-06-19 03:46:09 -04:00
Deirdre Connolly
0ccf167125
gcloud workflow to deploy containers via managed instance group
...
Also default command to 'zebrad connect' until 'start' is fleshed out.
2020-06-19 03:46:09 -04:00