Skip to content

Commit

Permalink
Merge pull request #40 from DIG-Network/release/v0.0.1-alpha.45
Browse files Browse the repository at this point in the history
Release/v0.0.1 alpha.45
  • Loading branch information
MichaelTaylor3D authored Oct 1, 2024
2 parents ae30b1a + 751a18d commit 6511ae5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.45](https://github.com/DIG-Network/dig-incentive-server/compare/v0.0.1-alpha.44...v0.0.1-alpha.45) (2024-10-01)


### Bug Fixes

* increase timeout of head store since it relys on slow fetchCoinINfo ([fcb59aa](https://github.com/DIG-Network/dig-incentive-server/commit/fcb59aa7105ad89ce91bae91ac3c1c9fe7f059b7))

### [0.0.1-alpha.44](https://github.com/DIG-Network/dig-incentive-server/compare/v0.0.1-alpha.43...v0.0.1-alpha.44) (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.44",
"version": "0.0.1-alpha.45",
"description": "",
"type": "commonjs",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/tasks/payouts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ const runIncentiveProgram = async (
// Add headStore request to the queue
const response = await withTimeout(
digPeer.contentServer.headStore(),
10000,
60000,
`headStore timed out for peer ${peerIp}`
);
console.log(`Peer ${peerIp} responded to headStore request`);
Expand Down

0 comments on commit 6511ae5

Please sign in to comment.