gudnuf / bolt12-prism

CLN plugin for lightning prisms using BOLT 12
16 stars 5 forks source link

Change how prisms are stored in the datastore #16

Closed gudnuf closed 1 year ago

gudnuf commented 1 year ago

Right now we store each prism under its own key in the node's datastore Would it be better to store just one JSON object in the data store that contained key value pairs like so: { "prisms" : { "prism_id" : prism_metadata } }