ssbc / ssb-tangle

8 stars 2 forks source link

WIP: isValid #1

Open mixmix opened 4 years ago

mixmix commented 4 years ago

this pr is about adding the ability to provide a custom function which gets to decide if a new Transformation (message) "is valid" based on the current state it's trying to extend

mixmix commented 4 years ago

Note to self: make isValid an async function - this will support a future where people can make more invovled checks!