semiotic-ai / timeline-aggregation-protocol

A fast, efficient and trust-minimized unidirectional micro-payments system.
Apache License 2.0
14 stars 3 forks source link

feat(core): enable user custom check flows #179

Closed aasseman closed 11 months ago

aasseman commented 1 year ago

Split create_rav_request to let the user execute checks entirely themselves. This enables running batched checks before a RAV request.

This kinda breaks the encapsulation, but I couldn't figure out anything better that fits my needs in https://github.com/graphops/indexer-service-rs for now...

github-actions[bot] commented 1 year ago

🤖 Cargo Audit Report 🤖

(Empty means OK! 👍)

aasseman commented 1 year ago

Decided to leave it as a draft, I'm not sure it makes sense to push this to main. I'll use this branch with the indexer-service for now to try and make some progress, but ideally we come up with a better solution later on.

aasseman commented 11 months ago

Abandoned in favor of #180