FilOzone / pdp

Smart contracts and utilities for Proof of Data Possession
Other
2 stars 2 forks source link

Rename record keeper as application #49

Closed ZenGround0 closed 1 month ago

ZenGround0 commented 1 month ago

This is a light refactor as the outcome of exploring what PDP application conventions could look like. This change cements the decision for applications to interact with PDP by getting called back with different operations.

Alternatively we could have had an interface with separate methods for notifying each operation but I didn't see a compelling enough case for this.