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(adapters): split adapters into storage and check adapters #59

Closed ColePBryan closed 1 year ago

ColePBryan commented 1 year ago

Splits adapters by functionality instead of reseource requirement. The aim is to reduce the amount of adapters and improve interface consistency.

BREAKING CHANGE: existing adapter trait definitions are updated