From 204fd7a5b15fd3afa982e4d504d7833db25a9c34 Mon Sep 17 00:00:00 2001 From: Matthew Witkowski Date: Tue, 24 Oct 2023 10:06:32 -0400 Subject: [PATCH 1/2] Add Acknowledgement section. --- x/oracle/spec/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/x/oracle/spec/README.md b/x/oracle/spec/README.md index 46e222a1a5..b59de68681 100644 --- a/x/oracle/spec/README.md +++ b/x/oracle/spec/README.md @@ -5,6 +5,9 @@ The oracle module provides the Provenance Blockchain with the capability to dyna One challenge that the Provenance Blockchain faces is supporting each Provenance Blockchain Zone with a unique set of queries. It is not feasible to create an evolving set of queries for each chain. Furthermore, it is not desirable for other parties to request Provenance to build these endpoints for them and then upgrade. This module resolves these issues by enabling Provenance Blockchain zones to manage their own oracle. +## Acknowledgements +We appreciate the substantial contributions made by Strangelove Ventures and Quasar Finance through their work on the Async ICQ Module and Interchain Query Demo. These resources were of paramount importance in informing the development of our oracle module. + ## Contents 1. **[Concepts](01_concepts.md)** 2. **[State](02_state.md)** From 783ffee3c4adabdc91eee5a72bda49a5af44d1b2 Mon Sep 17 00:00:00 2001 From: Matthew Witkowski Date: Tue, 24 Oct 2023 10:08:58 -0400 Subject: [PATCH 2/2] Add missing link. --- x/oracle/spec/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/oracle/spec/README.md b/x/oracle/spec/README.md index b59de68681..930056186d 100644 --- a/x/oracle/spec/README.md +++ b/x/oracle/spec/README.md @@ -6,7 +6,7 @@ The oracle module provides the Provenance Blockchain with the capability to dyna One challenge that the Provenance Blockchain faces is supporting each Provenance Blockchain Zone with a unique set of queries. It is not feasible to create an evolving set of queries for each chain. Furthermore, it is not desirable for other parties to request Provenance to build these endpoints for them and then upgrade. This module resolves these issues by enabling Provenance Blockchain zones to manage their own oracle. ## Acknowledgements -We appreciate the substantial contributions made by Strangelove Ventures and Quasar Finance through their work on the Async ICQ Module and Interchain Query Demo. These resources were of paramount importance in informing the development of our oracle module. +We appreciate the substantial contributions made by Strangelove Ventures and Quasar Finance through their work on the [Async ICQ Module](https://github.com/strangelove-ventures/async-icq) and [Interchain Query Demo](https://github.com/quasar-finance/interchain-query-demo). These resources were of paramount importance in informing the development of our oracle module. ## Contents 1. **[Concepts](01_concepts.md)**