From 5fb6c83eff6676e107f672dacdf9cef6eb1ed744 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 01:23:52 +0000 Subject: [PATCH 1/5] docs: update chain ID note to use Callout tag in entropy callback docs 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 09e8a9a8..93d7fefc 100644 --- a/pages/entropy/debug-callback-failures.mdx +++ b/pages/entropy/debug-callback-failures.mdx @@ -57,7 +57,9 @@ Retrieve the `/v1/chains/$CHAIN_ID/revelations/$SEQUENCE_NUMBER` endpoint from t curl https://fortuna.dourolabs.app/v1/chains/$CHAIN_ID/revelations/$SEQUENCE_NUMBER ``` -N.B. The chain ID is the string name of the chain and not the EVM chain ID. The chain ids are available [here](https://fortuna.dourolabs.app/docs/#/crate%3A%3Aapi/chain_ids) + +The chain ID is the string name of the chain and not the EVM chain ID. The chain ids are available [here](https://fortuna.dourolabs.app/docs/#/crate%3A%3Aapi/chain_ids). + This endpoint will return the provider's revelation as a hexadecimal value, such as: From f33c139f7a595dc651c54a8db71513d48794763a Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 01:29:12 +0000 Subject: [PATCH 2/5] style: apply prettier formatting to callout text 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 93d7fefc..8a32d61b 100644 --- a/pages/entropy/debug-callback-failures.mdx +++ b/pages/entropy/debug-callback-failures.mdx @@ -58,7 +58,9 @@ curl https://fortuna.dourolabs.app/v1/chains/$CHAIN_ID/revelations/$SEQUENCE_NUM ``` -The chain ID is the string name of the chain and not the EVM chain ID. The chain ids are available [here](https://fortuna.dourolabs.app/docs/#/crate%3A%3Aapi/chain_ids). + The chain ID is the string name of the chain and not the EVM chain ID. The + chain ids are available + [here](https://fortuna.dourolabs.app/docs/#/crate%3A%3Aapi/chain_ids). This endpoint will return the provider's revelation as a hexadecimal value, such as: From 46763be152f7c56141dac5aa9be159d89a56bc58 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 02:22:55 +0000 Subject: [PATCH 3/5] docs: update callout type to warning Co-Authored-By: Jayant Krishnamurthy --- pages/entropy/debug-callback-failures.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/entropy/debug-callback-failures.mdx b/pages/entropy/debug-callback-failures.mdx index 8a32d61b..79105993 100644 --- a/pages/entropy/debug-callback-failures.mdx +++ b/pages/entropy/debug-callback-failures.mdx @@ -57,7 +57,7 @@ Retrieve the `/v1/chains/$CHAIN_ID/revelations/$SEQUENCE_NUMBER` endpoint from t curl https://fortuna.dourolabs.app/v1/chains/$CHAIN_ID/revelations/$SEQUENCE_NUMBER ``` - + The chain ID is the string name of the chain and not the EVM chain ID. The chain ids are available [here](https://fortuna.dourolabs.app/docs/#/crate%3A%3Aapi/chain_ids). From e89db4cb0f3d1925bfa655a0cc440728b9e4cb3a Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 14:58:07 +0000 Subject: [PATCH 4/5] fix: add Callout import and emoji prop for proper rendering 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 79105993..91310455 100644 --- a/pages/entropy/debug-callback-failures.mdx +++ b/pages/entropy/debug-callback-failures.mdx @@ -1,5 +1,7 @@ # Debug Callback Failures +import { Callout } from 'nextra/components' + 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. @@ -57,7 +59,7 @@ Retrieve the `/v1/chains/$CHAIN_ID/revelations/$SEQUENCE_NUMBER` endpoint from t curl https://fortuna.dourolabs.app/v1/chains/$CHAIN_ID/revelations/$SEQUENCE_NUMBER ``` - + The chain ID is the string name of the chain and not the EVM chain ID. The chain ids are available [here](https://fortuna.dourolabs.app/docs/#/crate%3A%3Aapi/chain_ids). From bfcc5def734c185e91b97f58d326bd34d2de2dca Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 15:01:21 +0000 Subject: [PATCH 5/5] style: update import formatting to match prettier config Co-Authored-By: Jayant Krishnamurthy --- pages/entropy/debug-callback-failures.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/entropy/debug-callback-failures.mdx b/pages/entropy/debug-callback-failures.mdx index 91310455..5c830b8d 100644 --- a/pages/entropy/debug-callback-failures.mdx +++ b/pages/entropy/debug-callback-failures.mdx @@ -1,6 +1,6 @@ # Debug Callback Failures -import { Callout } from 'nextra/components' +import { Callout } from "nextra/components"; 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.