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

[FEATURE] improve memo support #213

Merged
merged 1 commit into from
Dec 2, 2014

Conversation

geertweening
Copy link
Contributor

  • add MemoFormat property for memo
  • MemoFormat and MemoType must be valid ASCII
  • Memo content is converted on the serialization level
  • add parsed_* version of Memo content if the parser understand the format
  • support text and json MemoFormat

@coveralls
Copy link

Coverage Status

Coverage increased (+0.26%) when pulling 132daed on geertweening:feature/memo_format_type into 74cacd5 on ripple:develop.

keys = keys.filter(function (key) {
return key[0] !== key[0].toLowerCase();
});

Copy link
Contributor

Choose a reason for hiding this comment

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

I would avoid using both of these iteration methods

Unverified

This user has not yet uploaded their public signing key.
- add MemoFormat property for memo
- MemoFormat and MemoType must be valid ASCII
- Memo content is converted on the serialization level
- add parsed_* version of Memo content if the parser understand the format
- support `text` and `json` MemoFormat
@geertweening geertweening force-pushed the feature/memo_format_type branch from 132daed to 89adcf4 Compare December 1, 2014 17:49
@geertweening
Copy link
Contributor Author

@wltsmrz thanks for the comments, updated the PR

@coveralls
Copy link

Coverage Status

Coverage increased (+0.26%) when pulling 89adcf4 on geertweening:feature/memo_format_type into 3a6c5e4 on ripple:develop.

@wltsmrz
Copy link
Contributor

wltsmrz commented Dec 2, 2014

LGTM

wltsmrz added a commit that referenced this pull request Dec 2, 2014

Unverified

This user has not yet uploaded their public signing key.
[FEATURE] improve memo support
@wltsmrz wltsmrz merged commit 95a2cc1 into XRPLF:develop Dec 2, 2014
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.

None yet

3 participants