Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Addressing code reviews #18
Addressing code reviews #18
Changes from all commits
9b6792e
8059bfb
d78a5f0
52e2857
c8865a6
4865685
cb7c680
9f3bd0e
1783ccc
5241266
ed58a97
1806d10
dd0f943
2e5c4b1
54907d7
9be38ee
c48e716
7094d41
0d9f006
03a3c72
d5d9bf4
e7b5f20
7a14e63
7685639
9fdbe06
7a396e2
6c2bf76
011abd7
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting. I didn't have to do this, maybe because I'd already done it for the zupass or pod-arg repos?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm, i'm not sure, the pod-arg repo used to have a .env.local file with all those env vars set. I don't want to expose those here because this is a public repo.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was commenting on "yarn localdb" in particular, which I never ran when I set up this repo.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is possible your
KV_REST_API_URL
andKV_REST_API_TOKEN
in .env.local and .env files point to the Vercel KV store.Otherwise, if it points to the local redis (http://localhost:8079), you will see errors when issuing PODs in
gov
anddeel
routes; also when you try to verify a proof inZooLender
.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I just misremembered how far I ever got in my local testing.
After pulling the latest code, I was able to follow the steps here successfully, and did see various errors if I skipped steps.
This file was deleted.