mirror of
https://github.com/FlipsideCrypto/sui-models.git
synced 2026-02-06 11:46:47 +00:00
edited MCP instructions
This commit is contained in:
parent
31bbba0f06
commit
b75a136eca
@ -86,7 +86,7 @@ Sui's consensus is based on DPoS and separates transaction dissemination from or
|
||||
|
||||
### Contract and Event Analysis
|
||||
|
||||
* **Call tracing**: Use `package_id`, `module`, `function_name` to group activity.
|
||||
* **Call tracing**: Use `package_id`, `event_module`, `event_resource` to group activity.
|
||||
* **Event logs**: Primary source for high-granularity behavior (e.g., trades, mints).
|
||||
* **Transaction context**: Combine events from a single transaction for full execution picture.
|
||||
* **Error monitoring**: Track abort codes to identify bugs or misuse.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user