From 26a057d14a742af753667d4b7456732fa253a415 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 18:41:50 +0000 Subject: [PATCH 1/2] docs: add entropy debugger links to documentation - Add entropy debugger callout at the top of debug-callback-failures page - Add entropy debugger link under Reference Material section Co-Authored-By: Jayant Krishnamurthy --- pages/entropy/debug-callback-failures.mdx | 4 ++++ pages/entropy/index.mdx | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/pages/entropy/debug-callback-failures.mdx b/pages/entropy/debug-callback-failures.mdx index 5c830b8d..81cfe62d 100644 --- a/pages/entropy/debug-callback-failures.mdx +++ b/pages/entropy/debug-callback-failures.mdx @@ -2,6 +2,10 @@ import { Callout } from "nextra/components"; + + **Quick Debug Tool**: Use the [Entropy Debugger](https://entropy-debugger.pyth.network/) to quickly diagnose and resolve callback issues. + + This guide explains how to identify and resolve issues with the Entropy callback. The intended audience for this guide is developers who have made an Entropy random number request, but their application hasn't received a callback. diff --git a/pages/entropy/index.mdx b/pages/entropy/index.mdx index 8ba58d51..0a55c195 100644 --- a/pages/entropy/index.mdx +++ b/pages/entropy/index.mdx @@ -15,3 +15,10 @@ Please see [How to Generate Random Numbers Using Pyth Entropy](entropy/generate- ## Additional Resources To learn more about how the protocol works, please see [Protocol Design](entropy/protocol-design). + +## Reference Material + +- [Protocol Design](entropy/protocol-design) +- [Contract Addresses](entropy/contract-addresses) +- [Error Codes](entropy/error-codes) +- [Entropy Debugger](https://entropy-debugger.pyth.network/) - Interactive tool for diagnosing callback issues From c36f14a21a472e28cf9921d019c8ecb5b8aff74c Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 18:44:29 +0000 Subject: [PATCH 2/2] style: fix prettier formatting in debug-callback-failures.mdx Co-Authored-By: Jayant Krishnamurthy --- pages/entropy/debug-callback-failures.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/entropy/debug-callback-failures.mdx b/pages/entropy/debug-callback-failures.mdx index 81cfe62d..cc7ed3a4 100644 --- a/pages/entropy/debug-callback-failures.mdx +++ b/pages/entropy/debug-callback-failures.mdx @@ -3,7 +3,9 @@ import { Callout } from "nextra/components"; - **Quick Debug Tool**: Use the [Entropy Debugger](https://entropy-debugger.pyth.network/) to quickly diagnose and resolve callback issues. + **Quick Debug Tool**: Use the [Entropy + Debugger](https://entropy-debugger.pyth.network/) to quickly diagnose and + resolve callback issues. This guide explains how to identify and resolve issues with the Entropy callback.