-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Add initial signed-memo program #1135
Conversation
As I was writing the docs page for spl.solana.com, it occurred to me it might be useful to log the UTF-8 parsing err on failure. Thoughts? |
Yeah, sure. Something generic like "Invalid UTF-8" sound good to help decipher an |
I'm leaning towards just calling this memo v2.0.0 and overwriting |
b460510
to
c35135f
Compare
8b924d6
to
cac479c
Compare
Okay, here's what that looks like @mvines |
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.
Okay, here's what that looks like @mvines
👍🏼 👍🏼
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 super!
The current memo program only performs UTF verification of the memo data. This facility is made more expressive in this program, which:
Fixes #1071