Skip to content

feat(core-go): implement uint64 extraction from muxed address in Deco…#206

Merged
codeZe-us merged 1 commit intoBoxkit-Labs:mainfrom
Tochukwu-tech:feat/-iplement-unit64-extraction-in-go
Mar 31, 2026
Merged

feat(core-go): implement uint64 extraction from muxed address in Deco…#206
codeZe-us merged 1 commit intoBoxkit-Labs:mainfrom
Tochukwu-tech:feat/-iplement-unit64-extraction-in-go

Conversation

@Tochukwu-tech
Copy link
Copy Markdown
Contributor

Closes: #77

  • Rewrite DecodeMuxed to extract the 64-bit ID using binary.BigEndian.Uint64 directly from the raw payload bytes
  • Fix broken imports and return type (now returns uint64 instead of string, matching all existing tests)
  • Use the local address package for strkey decoding, consistent with how parse.go already handles muxed accounts

@drips-wave
Copy link
Copy Markdown

drips-wave bot commented Mar 30, 2026

@Tochukwu-tech Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@codeZe-us codeZe-us self-requested a review March 31, 2026 11:32
Copy link
Copy Markdown
Contributor

@codeZe-us codeZe-us left a comment

Choose a reason for hiding this comment

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

@Tochukwu-tech this is okay, thanks

@codeZe-us codeZe-us merged commit ab59627 into Boxkit-Labs:main Mar 31, 2026
1 check failed
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.

Implement big-endian uint64 extraction in decode.go using binary.BigEndian.Uint64

2 participants