Skip to content

Commit

Permalink
Merge pull request #134 from DIG-Network/release/v0.0.1-alpha.149
Browse files Browse the repository at this point in the history
Release/v0.0.1 alpha.149
  • Loading branch information
MichaelTaylor3D authored Oct 6, 2024
2 parents 74a79aa + 4cca582 commit c88c591
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 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.149](https://github.com/DIG-Network/dig-chia-sdk/compare/v0.0.1-alpha.148...v0.0.1-alpha.149) (2024-10-06)

### [0.0.1-alpha.148](https://github.com/DIG-Network/dig-chia-sdk/compare/v0.0.1-alpha.147...v0.0.1-alpha.148) (2024-10-06)

### [0.0.1-alpha.147](https://github.com/DIG-Network/dig-chia-sdk/compare/v0.0.1-alpha.146...v0.0.1-alpha.147) (2024-10-06)
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": "@dignetwork/dig-sdk",
"version": "0.0.1-alpha.148",
"version": "0.0.1-alpha.149",
"description": "",
"type": "commonjs",
"main": "./dist/index.js",
Expand Down
5 changes: 0 additions & 5 deletions src/blockchain/FullNodePeer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -454,12 +454,7 @@ export class FullNodePeer {
error.message.includes("Operation timed out")
) {
FullNodePeer.cachedPeer = null;
// @ts-ignore
FullNodePeer.memoizedFetchNewPeerIPs.cache.clear();

console.info(
`Fullnode Peer error, reconnecting to a new peer...`
);
this.handlePeerDisconnection(peerIP);
const newPeer = await this.getBestPeer();
return (newPeer as any)[prop](...args);
Expand Down
1 change: 0 additions & 1 deletion src/blockchain/StoreMonitorRegistry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ export class StoreMonitorRegistry {
callback: StoreUpdateCallback
): Promise<void> {
if (this.activeMonitors.has(storeId)) {
console.log(`Registry: Monitor already running for storeId: ${storeId}`);
return;
}

Expand Down

0 comments on commit c88c591

Please sign in to comment.