Skip to content

Commit

Permalink
Merge pull request #35 from DIG-Network/release/v0.0.1-alpha.37
Browse files Browse the repository at this point in the history
Release/v0.0.1 alpha.37
  • Loading branch information
MichaelTaylor3D authored Sep 19, 2024
2 parents 0b79d8f + dbaca21 commit 20d712d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 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.37](https://github.com/DIG-Network/dig-chia-sdk/compare/v0.0.1-alpha.36...v0.0.1-alpha.37) (2024-09-19)


### Bug Fixes

* findPeerWithStoreKey ([d378214](https://github.com/DIG-Network/dig-chia-sdk/commit/d378214142d6fcfc8f94f0d62371a2485c763311))

### [0.0.1-alpha.36](https://github.com/DIG-Network/dig-chia-sdk/compare/v0.0.1-alpha.35...v0.0.1-alpha.36) (2024-09-19)


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.36",
"version": "0.0.1-alpha.37",
"description": "",
"type": "commonjs",
"main": "./dist/index.js",
Expand Down
5 changes: 5 additions & 0 deletions src/DigNetwork/DigNetwork.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,13 @@ export class DigNetwork {
const rootResponse = await digPeer.propagationServer.getStoreData(
`${rootInfo.root_hash}.dat`
);

console.log(rootResponse);

const root = JSON.parse(rootResponse);

console.log(root)

if (!skipData) {
await Promise.all(
root.files.map(async (file: any) => {
Expand Down

0 comments on commit 20d712d

Please sign in to comment.