Skip to content

Conversation

@0xLeif
Copy link
Contributor

@0xLeif 0xLeif commented Dec 2, 2025

Summary

  • Add CHANGELOG.md with initial release notes
  • Update Package.swift configurations

Test plan

  • swift build passes
  • swift test passes

🤖 Generated with Claude Code

0xLeif and others added 2 commits November 29, 2025 14:32
Empty strings for url, unitName, and assetName were being encoded
as "au": "", "un": "", "an": "" in MessagePack instead of being
omitted. Algorand's canonical encoding requires empty/default values
to be omitted entirely, causing signature verification failures.

Added !isEmpty checks to properly omit empty strings from encoding.
- Add CHANGELOG.md with initial release notes
- Update Package.swift configurations

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

Co-Authored-By: Claude <[email protected]>
@0xLeif 0xLeif closed this Dec 2, 2025
@0xLeif 0xLeif deleted the chore/0.1.0-release-prep branch December 2, 2025 03:24
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.

2 participants