Skip to content

Commit

Permalink
Merge pull request #138 from DIG-Network/release/v0.0.1-alpha.142
Browse files Browse the repository at this point in the history
Release/v0.0.1 alpha.142
  • Loading branch information
MichaelTaylor3D authored Nov 16, 2024
2 parents fa57c5d + 54c1043 commit e67f597
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 14 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.142](https://github.com/DIG-Network/dig-propagation-server/compare/v0.0.1-alpha.141...v0.0.1-alpha.142) (2024-11-16)


### Bug Fixes

* unregister store monitor on unsubscribe ([4b7efed](https://github.com/DIG-Network/dig-propagation-server/commit/4b7efedfac74248d89549370ca368cb61fb7a55e))

### [0.0.1-alpha.141](https://github.com/DIG-Network/dig-propagation-server/compare/v0.0.1-alpha.140...v0.0.1-alpha.141) (2024-11-16)


Expand Down
28 changes: 20 additions & 8 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dig-propagation-server",
"version": "0.0.1-alpha.141",
"version": "0.0.1-alpha.142",
"description": "",
"type": "commonjs",
"main": "./dist/index.js",
Expand All @@ -27,7 +27,7 @@
],
"dependencies": {
"@dignetwork/datalayer-driver": "^0.1.28",
"@dignetwork/dig-sdk": "^0.0.1-alpha.174",
"@dignetwork/dig-sdk": "^0.0.1-alpha.194",
"async-mutex": "^0.5.0",
"busboy": "^1.6.0",
"express": "^4.19.2",
Expand Down
6 changes: 2 additions & 4 deletions src/tasks/sync_stores.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,10 +256,8 @@ const task = new Task("sync-stores", async () => {
try {
console.log("Starting sync-stores task...");

const storeList = getStoresList()
// temp fix for a store that is causing issues
.filter((store) => store !== "a3f1b2c4d5e6f708192a3b4c5d6e7f8091a2b3c4d5e6f708192a3b4c5d6e7f80");

const storeList = getStoresList();

let publicIp: string | null | undefined;

try {
Expand Down

0 comments on commit e67f597

Please sign in to comment.