-
Notifications
You must be signed in to change notification settings - Fork 24
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
Sign #175
base: master
Are you sure you want to change the base?
Sign #175
Conversation
385205f
to
a6ec62b
Compare
8d011db
to
0acb942
Compare
b245f3f
to
eb4bf7d
Compare
60403df
to
72d652c
Compare
8072025
to
9317a74
Compare
@@ -21,6 +21,8 @@ env: | |||
MNEMONIC_VALIDATOR_HOTKEY: "syrup ill organ rigid supreme pen menu range tonight letter pear blind" | |||
MINER_HOTKEY_SS58: "5FqSEa5kHZgwKMMuC7WsHLoXcf3UN9gCpDZ7iDifa2sTLBSB" | |||
VALIDATOR_HOTKEY_SS58: "5GHikjqiHD1pUyCf3mzrjbEJgJvGnCp5FNKTXTtGkzhaJ37R" | |||
DOCKER_CONTENT_TRUST: 1 | |||
DOCKER_CONTENT_TRUST_REPOSITORY_PASSPHRASE: "not_relevant" |
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.
this is only used to decrypt the delegation key (which itself is a github secret)
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 don't quite understand why it is here
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's there to not get prompted for repository key when first pushing
9317a74
to
8ce9dd2
Compare
Co-authored-by: emnoor-reef <137923473+emnoor-reef@users.noreply.github.com>
fb56096
to
d760a24
Compare
* master: (141 commits) Use deque for queuing machine specs to send Use a single channel for sending machine specs to facilitator Add test case for machine specs sending in facilitator client Tweak validator django channels configuration Multiple executor class scoring Fix wrong message type in send_executor_failed Skip prompt generation if local miner is not configured Set a limit for the number of prompts series to generate Add unhappy path tests for prompt generation Remove PROMPT_GENERATOR_VERSION setting Implement prompt generation flow revert miner bad rebase add test Rename disabled e2e workflow to prevent invocation fixes fix vars sampling batching Fix migration conflict post review fixes Implement functions for working with S3 ...
No description provided.