Skip to content

Commit

Permalink
Merge pull request #145 from DIG-Network/release/v0.0.1-alpha.161
Browse files Browse the repository at this point in the history
Release/v0.0.1 alpha.161
  • Loading branch information
MichaelTaylor3D authored Oct 7, 2024
2 parents 8123784 + aaeab58 commit ba6df71
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 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.161](https://github.com/DIG-Network/dig-chia-sdk/compare/v0.0.1-alpha.160...v0.0.1-alpha.161) (2024-10-07)


### Features

* fullnode peer improvements ([1a67878](https://github.com/DIG-Network/dig-chia-sdk/commit/1a67878c198fa05d03bd93e5fecb990c8d930b33))

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


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.160",
"version": "0.0.1-alpha.161",
"description": "",
"type": "commonjs",
"main": "./dist/index.js",
Expand Down
1 change: 0 additions & 1 deletion src/blockchain/FullNodePeer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ export class FullNodePeer {
public static async connect(): Promise<Peer> {
const instance = FullNodePeer.getInstance();
// Remove cached peer to ensure a new connection each time
FullNodePeer.cachedPeer = null;
await instance.initialize();
return instance.peer;
}
Expand Down

0 comments on commit ba6df71

Please sign in to comment.