From c5009d52b37ff68ff2a50b0962e7ec8dbeec7cdf Mon Sep 17 00:00:00 2001 From: Michael Taylor Date: Wed, 25 Sep 2024 13:53:12 -0400 Subject: [PATCH 1/2] chore: update dig sdk --- src/tasks/payouts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tasks/payouts.ts b/src/tasks/payouts.ts index d546b84..520feaf 100644 --- a/src/tasks/payouts.ts +++ b/src/tasks/payouts.ts @@ -198,7 +198,7 @@ const runIncentiveProgram = async ( console.log(`Payment hint: ${paymentHint.toString("hex")} - ${message.toString('hex')}: ${message.toString("utf-8")}`); // For the alpha program we are going to forgo the hint and just use the message so people can see it in their chia wallet //const memo = [paymentHint, message]; - const memot = [message] + const memo = [message] await DigPeer.sendEqualBulkPayments( program.walletName, From de7e31bf7093636b3d4e7555799d0b9a160c83ca Mon Sep 17 00:00:00 2001 From: Michael Taylor Date: Wed, 25 Sep 2024 13:53:40 -0400 Subject: [PATCH 2/2] chore(release): 0.0.1-alpha.19 --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5665f70..742fece 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.19](https://github.com/DIG-Network/dig-incentive-server/compare/v0.0.1-alpha.18...v0.0.1-alpha.19) (2024-09-25) + ### [0.0.1-alpha.18](https://github.com/DIG-Network/dig-incentive-server/compare/v0.0.1-alpha.17...v0.0.1-alpha.18) (2024-09-25) ### [0.0.1-alpha.17](https://github.com/DIG-Network/dig-incentive-server/compare/v0.0.1-alpha.16...v0.0.1-alpha.17) (2024-09-25) diff --git a/package-lock.json b/package-lock.json index 69c10ad..f79e094 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dig-incentive-server", - "version": "0.0.1-alpha.18", + "version": "0.0.1-alpha.19", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dig-incentive-server", - "version": "0.0.1-alpha.18", + "version": "0.0.1-alpha.19", "license": "ISC", "dependencies": { "@dignetwork/dig-sdk": "^0.0.1-alpha.87", diff --git a/package.json b/package.json index e4d7734..a736058 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dig-incentive-server", - "version": "0.0.1-alpha.18", + "version": "0.0.1-alpha.19", "description": "", "type": "commonjs", "main": "./dist/index.js",