You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we create a DB clone and generate a database transaction for per tx state updates, we rollback the state updates if the processTx turns out to be invalid.
We return the DB clone that was used to generate DB.Tx to another function so that it can rollback tx incase of invalid tx.
We want to find out a better way to do the above, while the current way works its extremely smelly
The text was updated successfully, but these errors were encountered:
Right now we create a DB clone and generate a database transaction for per tx state updates, we rollback the state updates if the processTx turns out to be invalid.
We return the DB clone that was used to generate DB.Tx to another function so that it can rollback tx incase of invalid tx.
We want to find out a better way to do the above, while the current way works its extremely smelly
The text was updated successfully, but these errors were encountered: