alephium / ralph-example

0 stars 5 forks source link

[Data Feed Oracle] Issue 1: Data Request and Delivery Mechanism #37

Open polarker opened 6 days ago

polarker commented 6 days ago

Parent issue: https://github.com/alephium/ralph-example/issues/26

Objective:

Develop a secure system for smart contracts to request and receive off-chain data on-chain, ensuring data integrity and reliability.

Description:

This issue focuses on implementing a mechanism for smart contracts to request specific data from the oracle and securely deliver it on-chain.

Tasks:

  1. Create a function for smart contracts to send data requests to the oracle.
  2. Develop a secure mechanism to fetch requested off-chain data and deliver it to the requesting contract on-chain.
  3. Ensure the mechanism includes safeguards for data integrity and delivery security.
  4. Write unit tests to validate request and delivery functionality, including edge cases.

Acceptance Criteria:

mimisavage commented 22 hours ago

Let me handle this issue!

JoE11-y commented 21 hours ago

May I try my hand at this?

ShantelPeters commented 21 hours ago

Can I work on this, please?

Supa-mega commented 18 hours ago

Mind if I try this one?