ipfs / go-ipfs-api

The go interface to ipfs's HTTP API
MIT License
454 stars 178 forks source link

Revert "feat: add dag stat method (#297)" #298

Closed hacdias closed 1 year ago

hacdias commented 1 year ago

This reverts commit 45de4b32f9c60503ac7c22a97406924939a44b57.

This PR is here just to quickly check if reverting fixes it or if there's another issue at play.

hacdias commented 1 year ago

@PolamarasettyRohitha I am reverting your PR. After merging it, all tests started failing and I wasn't yet able to pin point the cause. There has been a change to the ipfs dag stat command lately (https://github.com/ipfs/kubo/pull/9787) but that happened before your PR, thus I'm not really sure what's going wrong here.

Nevertheless, I am reverting this as we cannot have tests failing. Feel free to take a new look and re-open the PR and then we can see what we can do about it.