Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions proto/orchestrator.proto
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ message GetProofTaskRequest {
// The type of this node.
NodeType node_type = 2;

// The client's Ed25519 public key for proof authentication.Add commentMore actions
// The client's Ed25519 public key for proof authentication.
bytes ed25519_public_key = 3;

// The maximum difficulty level the client wants to handle
Expand Down Expand Up @@ -193,7 +193,7 @@ enum TaskType {
PROOF_HASH = 1;

// Task does not require a proof to be submitted,
// but alll proof hashes should be sent.
// but all proof hashes should be sent.
ALL_PROOF_HASHES = 2;
}

Expand Down
2 changes: 1 addition & 1 deletion tests/test_updater.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ echo " "
sleep 30

# Create new version with higher number than 0.3.5
# This section represents what may happen in the wild: the code is updated on github with a new tag
# This section represents what may happen in the wild: the code is updated on GitHub with a new tag
echo " "
echo -e "${ORANGE}[test-updater script] (8 / 18) Adding new code to test auto-update...${NC}"
echo "updated" >test.txt
Expand Down