From c6e5b7d202aa24059c81a9d7f22e0b9e32d07e89 Mon Sep 17 00:00:00 2001 From: Matt Witkowski Date: Tue, 31 Oct 2023 13:18:33 -0400 Subject: [PATCH] Add Acknowledgement section to Oracle README. (#1722) * Add Acknowledgement section. * Add missing link. --------- Co-authored-by: Ira Miller <72319+iramiller@users.noreply.github.com> --- 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..930056186d 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](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)** 2. **[State](02_state.md)**