You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Events (Basic Tutorials): a guide on publishing events targeting contract developers
Events (Fundamentals and Concepts): contains two parts. The first describes events under the txmeta hood, targeting a fairly advanced audience. The second is an explanation on diagnostic events without going to specifics.
getEvents json-rpc reference
I suggest the following changes:
Add a Consuming Events section at the end of the Events basic tutorial that demonstrated querying the RPC service for the events emitted in the tutorial.
Kill the Events fundamentals and concepts section. Digging into the txmeta is not something that we do elsewhere in the docs and seems a bit more confusing than beneficial, especially since we expect people to consume events through the rpc's getEvents method
Add a Diagnostic Events reference section that outlines all known diagnostic events
Add a reference in the Debugging section on using diagnostic events and link to the reference from it
The text was updated successfully, but these errors were encountered:
janewang
transferred this issue from stellar-deprecated/soroban-docs
Apr 16, 2024
These are the following resources about events
Events
(Basic Tutorials): a guide on publishing events targeting contract developersEvents
(Fundamentals and Concepts): contains two parts. The first describes events under the txmeta hood, targeting a fairly advanced audience. The second is an explanation on diagnostic events without going to specifics.getEvents
json-rpc referenceI suggest the following changes:
Consuming Events
section at the end of theEvents
basic tutorial that demonstrated querying the RPC service for the events emitted in the tutorial.Events
fundamentals and concepts section. Digging into the txmeta is not something that we do elsewhere in the docs and seems a bit more confusing than beneficial, especially since we expect people to consume events through the rpc'sgetEvents
methodDiagnostic Events
reference section that outlines all known diagnostic eventsDebugging
section on using diagnostic events and link to the reference from itThe text was updated successfully, but these errors were encountered: