Skip to content

feat: SDK algod adapter#41

Merged
cusma merged 10 commits intosdkfrom
sdk-algod-adapter
Dec 31, 2025
Merged

feat: SDK algod adapter#41
cusma merged 10 commits intosdkfrom
sdk-algod-adapter

Conversation

@cusma
Copy link
Copy Markdown
Collaborator

@cusma cusma commented Dec 30, 2025

No description provided.

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 introduces an SDK adapter for reading ARC-89 metadata directly from Algorand via the Algod client. The implementation provides a lightweight, transaction-free approach to retrieve metadata from registry application boxes.

Key Changes:

  • New AlgodBoxReader class for direct box access via Algod
  • Comprehensive test suite covering unit tests with mocks and integration tests with real fixtures
  • Support for both metadata box retrieval and ASA URL resolution for ARC-89 compliance

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 9 comments.

File Description
src/algod.py Implements AlgodBoxReader class with methods for reading box values, metadata boxes, asset info, and ARC-89 URI resolution
tests/sdk/test_algod.py Provides comprehensive unit tests (with mocks) and integration tests (with real algod client) for all AlgodBoxReader functionality

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/algod.py Outdated
Comment thread tests/sdk/test_algod.py Outdated
Comment thread src/algod.py
Comment thread src/algod.py
Comment thread tests/sdk/test_algod.py
Comment thread src/algod.py Outdated
Comment thread src/algod.py
Comment thread src/algod.py
Comment thread src/algod.py Outdated
cusma and others added 8 commits December 31, 2025 01:07
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@cusma cusma merged commit d9c7262 into sdk Dec 31, 2025
1 check passed
@cusma cusma deleted the sdk-algod-adapter branch December 31, 2025 00:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants