zellular-xyz / zsequencer

PoC implementation of the Zellular sequencing protocol
https://zellular.xyz
3 stars 0 forks source link

Use a batch of transactions and pass it to the database instead of loading it as JSON. #36

Closed mchitgarha78 closed 3 weeks ago

mchitgarha78 commented 1 month ago

The concept of a set of transactions received from an app should be treated as a batch of transactions. It's not necessary to check the content of the data received from an app.

mchitgarha78 commented 3 weeks ago

The issue has been resolved.