Skip to content

revert: undo direct push to main#7

Merged
vraspar merged 1 commit into
mainfrom
vraspar/revert-direct-push
Apr 11, 2026
Merged

revert: undo direct push to main#7
vraspar merged 1 commit into
mainfrom
vraspar/revert-direct-push

Conversation

@vraspar
Copy link
Copy Markdown
Contributor

@vraspar vraspar commented Apr 11, 2026

Reverts 09caf54 which was incorrectly pushed directly to main, bypassing the PR workflow.

The feature (data: + ipfs:// URI support) will be re-applied via a proper PR.

@vraspar vraspar merged commit c85eba8 into main Apr 11, 2026
2 checks passed
@vraspar vraspar deleted the vraspar/revert-direct-push branch April 11, 2026 01:30
vraspar added a commit that referenced this pull request Apr 11, 2026
## Summary

- Support all three ERC-8004 agentURI schemes in
`fetchRegistrationFile`:
  - `https://` (existing)
- `data:application/json;base64,...` and `data:application/json,...`
(on-chain storage)
  - `ipfs://<cid>` via configurable gateway (default: `ipfs.io`)
- Add `FetchRegistrationFileOptions` with optional `ipfsGateway`
parameter
- Thread `ipfsGateway` through `resolveServiceEndpoint`
- Bump to `0.1.0-alpha.2`

Depends on #7 (revert of direct push) being merged first.

## Test plan

- [x] 103 tests pass (14 new: 9 data URI + 4 IPFS + 1 error message)
- [x] `pnpm typecheck` passes
- [x] `pnpm build` clean

🤖 Generated with [Claude Code](https://claude.com/claude-code)

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant