Formalize event topic extensions behavior in SEP-41 documentation #1995
leighmcculloch
started this conversation in
Stellar Ecosystem Proposals
Replies: 1 comment 2 replies
|
Agree that if this is already occurring, we need to document the behavior. Did we consider just specifying that the standard supports including an additional topic for the SEP-0011 asset string, instead of anything? I'm not sure it really matters, but it might be good to get some downstream opinions from people that consume this type of data, and if opening up topics to be "at least these fields" is fine, cc @orbitlens or @itsfederico |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi all, I think we should formalize event topic extensions in SEP-41.
The Stellar Asset Contract emits SEP-41 events with an additional topic, the
sep0011_assetfield. It has been assumed by a few of us for sometime that any contract could extend the topics of a standard, but it's become apparent through conversations that this assumption is not obvious.Even if this was, is, or could become an implicit understanding with any SEP contract's events, SEP-41 is so critical as a standard I think in a similar thinking as #1919 we should be explicit and remove this assumption from SEP-41.
I suggest adding a short paragraph to capture it:
PR: #1994
All reactions