Merge pull request #6 from FlipsideCrypto/llm-context

edited MCP instructions
This commit is contained in:
Mike Stepanovic 2025-07-21 13:29:28 -06:00 committed by GitHub
commit 82a453b443
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.