yyolk / xrpl-price-persist-oracle

A Serverless Application Model stack that persists the $XRP price to the XRPL every minute as a TrustLine. There are no servers, it is effectively a "smart contract" in Python for the XRPL.
https://egge.gg
Other
9 stars 2 forks source link

xrp-price-aggregate@0.0.14 #43

Closed yyolk closed 3 years ago

yyolk commented 3 years ago
xrp-price-aggregate@0.0.14

starts to address #27 - by filtering out at the time of failure any chains of providers requests. Platforms that respond to at least the initial request will be included in the aggregate results

i.e.:

[ ❌ ] <~ won't be included
[ ✅ ✅ ❌ ] <~ will be included 👍 
[ ✅ ❌] <~ will be included 👍
[ ✅ ✅ ✅ ] <~ will be included 👍

see yyolk/xrp-price-aggregate#19 and https://github.com/yyolk/xrp-price-aggregate/releases/tag/0.0.14 This is a broad stroke.