-
Notifications
You must be signed in to change notification settings - Fork 36
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
Multiple memos #605
Conversation
5144b13
to
4d3e095
Compare
There was a problem hiding this 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
src/common/validateMemos.ts
Outdated
if (option.type === 'number') { | ||
const value = asMaybe(asIntegerString)(memo.value) | ||
if (value == null) { | ||
return `is not valid hexadecimal` |
There was a problem hiding this comment.
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'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch.
4d3e095
to
c5c0379
Compare
c3b7053
to
bce841d
Compare
The core is responsible for doing this, not the plugins.
We want to put the deprecated things in one place.
d09e92d
to
4b62584
Compare
CHANGELOG
EdgeCurrencyMemo
.EdgeSpendInfo
format.Dependencies
EdgeApp/edge-core-js#559
Future:
#603
Description
none