Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple memos #605

Merged
merged 8 commits into from
Sep 12, 2023
Merged

Multiple memos #605

merged 8 commits into from
Sep 12, 2023

Conversation

swansontec
Copy link
Contributor

@swansontec swansontec commented Aug 24, 2023

CHANGELOG

  • added: Support the new memo metadata fields in EdgeCurrencyMemo.
  • added: Accept memos in the new EdgeSpendInfo format.
  • added: Detect and report on-chain memos for Algorand.
  • fixed: Update legacy memo metadata to match reality.
none

Dependencies

EdgeApp/edge-core-js#559

Future:
#603

Description

none

Copy link
Contributor

@peachbits peachbits left a comment

Choose a reason for hiding this comment

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

Looks good! Only found the one typo

if (option.type === 'number') {
const value = asMaybe(asIntegerString)(memo.value)
if (value == null) {
return `is not valid hexadecimal`
Copy link
Contributor

Choose a reason for hiding this comment

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

Should be 'is not valid number'

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good catch.

@swansontec swansontec force-pushed the william/multiple-memos branch 3 times, most recently from c3b7053 to bce841d Compare August 30, 2023 19:42
@swansontec swansontec merged commit 344976e into master Sep 12, 2023
3 checks passed
@swansontec swansontec deleted the william/multiple-memos branch September 12, 2023 17:37
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