Skip to content

Commit

Permalink
Merge pull request #36 from DIG-Network/release/v0.0.1-alpha.41
Browse files Browse the repository at this point in the history
Release/v0.0.1 alpha.41
  • Loading branch information
MichaelTaylor3D authored Sep 30, 2024
2 parents f75dabd + 05dbf71 commit 7c06559
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.0.1-alpha.41](https://github.com/DIG-Network/dig-incentive-server/compare/v0.0.1-alpha.40...v0.0.1-alpha.41) (2024-09-30)

### [0.0.1-alpha.40](https://github.com/DIG-Network/dig-incentive-server/compare/v0.0.1-alpha.39...v0.0.1-alpha.40) (2024-09-30)

### [0.0.1-alpha.39](https://github.com/DIG-Network/dig-incentive-server/compare/v0.0.1-alpha.38...v0.0.1-alpha.39) (2024-09-30)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dig-incentive-server",
"version": "0.0.1-alpha.40",
"version": "0.0.1-alpha.41",
"description": "",
"type": "commonjs",
"main": "./dist/index.js",
Expand Down
3 changes: 3 additions & 0 deletions src/tasks/payouts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ const runIncentiveProgram = async (

const expectedChallengeResponse =
await digChallenge.createChallengeResponse(challenge);

console.log(`${peerIp} - ${hexToUtf8(hexKey)} - ${peerChallengeResponse} - ${expectedChallengeResponse}`);

return peerChallengeResponse === expectedChallengeResponse;
} catch (error: any) {
console.error(
Expand Down

0 comments on commit 7c06559

Please sign in to comment.