forked from dymensionxyz/dymint
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Atomic block processing (dymensionxyz#92)
* Atomic block processing * discard current batch if proccess failed * prevent starting of new batch from canceling the previous one * add store batch test * fix lint issues * fix lint isues * add mtx lock * fix lock issue * fix lock issues * fix data race issue * move currentBatch to store object * discard current batch in casses of errors * fix review issues * fix lint issue * remove wrape functions and make batch param optional param
- Loading branch information
1 parent
cd0d2a4
commit 83e432f
Showing
6 changed files
with
150 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.