olisystems / BEST-Energy

Integritee off-chain worker and sidechain validateer
Apache License 2.0
2 stars 0 forks source link

add `timestamp` and `actor_id` arguments for data retrieval #33

Closed m-yahya closed 1 year ago

m-yahya commented 1 year ago

This PR aims to enhance the functionality of pay-as-bid-proof function by replacing order_file and leaf_index with timestamp and actor_id. With the timestamp argument, the function will be able to retrieve orders for the given timestamp value. On the other hand, the actor_id argument will enable the function to retrieve the leaf_index for the given actor_id.

Related Issues

Closes #21