Skip to content

Commit

Permalink
Merge pull request #47 from DIG-Network/release/v0.0.1-alpha.53
Browse files Browse the repository at this point in the history
Release/v0.0.1 alpha.53
  • Loading branch information
MichaelTaylor3D authored Oct 3, 2024
2 parents ddd8d17 + dda4b13 commit 23fb530
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 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.53](https://github.com/DIG-Network/dig-incentive-server/compare/v0.0.1-alpha.52...v0.0.1-alpha.53) (2024-10-03)

### [0.0.1-alpha.52](https://github.com/DIG-Network/dig-incentive-server/compare/v0.0.1-alpha.51...v0.0.1-alpha.52) (2024-10-02)

### [0.0.1-alpha.51](https://github.com/DIG-Network/dig-incentive-server/compare/v0.0.1-alpha.50...v0.0.1-alpha.51) (2024-10-01)
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.52",
"version": "0.0.1-alpha.53",
"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 @@ -183,7 +183,7 @@ const runIncentiveProgram = async (
console.log("Sampling up to 50 peers from the current epoch...");

const serverCoins = await serverCoin.sampleCurrentEpoch(
50,
500,
peerBlackList
);

Expand Down

0 comments on commit 23fb530

Please sign in to comment.