Skip to content

Fix imports from KeetaNet Node#221

Merged
rkeene merged 4 commits intomainfrom
bug/fix-keetanet-node-imports
Mar 17, 2026
Merged

Fix imports from KeetaNet Node#221
rkeene merged 4 commits intomainfrom
bug/fix-keetanet-node-imports

Conversation

@rkeene
Copy link
Copy Markdown
Member

@rkeene rkeene commented Mar 17, 2026

This change fixes a bug added in #209 where the Anchor SDK was importing files from the @keetanetwork/keetanet-node package which is unavailable.

@rkeene rkeene requested review from Srayman and Copilot March 17, 2026 17:00
@rkeene rkeene self-assigned this Mar 17, 2026
@rkeene rkeene added the bug Something isn't working label Mar 17, 2026
@rkeene rkeene added this to the v0.0.44 milestone Mar 17, 2026
Comment thread src/lib/utils/json.ts Outdated
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes an import regression introduced in #209 by switching JSON utility imports away from the unavailable @keetanetwork/keetanet-node package and back onto @keetanetwork/keetanet-client, which is the package actually available to the Anchor SDK.

Changes:

  • Replaced @keetanetwork/keetanet-node/dist/... imports with @keetanetwork/keetanet-client/... for JSON serialization utilities.
  • Rewired debugPrintableObject to come from the KeetaNet client utilities.

Comment thread src/lib/utils/json.ts Outdated
@sonarqubecloud
Copy link
Copy Markdown

@rkeene rkeene merged commit 1e7b86a into main Mar 17, 2026
2 checks passed
@rkeene rkeene deleted the bug/fix-keetanet-node-imports branch March 17, 2026 17:15
rkeene added a commit that referenced this pull request Mar 17, 2026
This is KeetaNet Anchor v0.0.44 which has the following changes:
- c679395 Notification anchor service
(#212)
- 1e7b86a Fix imports from KeetaNet
Node (#221)
- dec5d8a Fix GitHub Release notes
(#219)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants