essential-contributions / essential-server

Centralized implementation of the Essential declarative protocol
Apache License 2.0
0 stars 0 forks source link

feat: make block commit atomic #143

Closed freesig closed 5 months ago

freesig commented 5 months ago

Adds a new call to Storage that atomically moves failed solutions, moves successful solutions and updates state. If any fail then nothing is applied.

closes #92