Skip to content

Commit

Permalink
Merge pull request #28 from DIG-Network/release/v0.0.1-alpha.31
Browse files Browse the repository at this point in the history
Release/v0.0.1 alpha.31
  • Loading branch information
MichaelTaylor3D authored Sep 27, 2024
2 parents fc80b1b + 8723b21 commit eebea1d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 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.31](https://github.com/DIG-Network/dig-incentive-server/compare/v0.0.1-alpha.30...v0.0.1-alpha.31) (2024-09-27)


### Features

* restart intervals to fix stuck payments ([ee6f51b](https://github.com/DIG-Network/dig-incentive-server/commit/ee6f51b109a98a9450ca88332251b535477f011c))

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


Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ COPY . .
# Install any needed packages specified in package.json
RUN npm install
RUN npm i datalayer-driver-linux-x64-gnu
RUN npm i chia-server-coin-linux-x64-gnu
RUN npm run build

# Rebuild any native modules for the current environment
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.

4 changes: 1 addition & 3 deletions 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.30",
"version": "0.0.1-alpha.31",
"description": "",
"type": "commonjs",
"main": "./dist/index.js",
Expand All @@ -24,10 +24,8 @@
"LICENSE"
],
"dependencies": {
"@dignetwork/datalayer-driver": "^0.1.28",
"@dignetwork/dig-sdk": "^0.0.1-alpha.103",
"async-mutex": "^0.5.0",
"chia-server-coin": "^0.0.5",
"datalayer-driver": "^0.1.21",
"express": "^4.19.2",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion src/tasks/payouts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const runIncentiveProgram = async (
console.error(
`Failed to connect to peer ${peerIp}: ${error.message}`
);
await program.addToBlacklist(peerIp);
// await program.addToBlacklist(peerIp);
continue;
}

Expand Down

0 comments on commit eebea1d

Please sign in to comment.