-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: consistent transaction abort reason (#1172)
Description --- There was no exact reason when a transaction was aborted, so added all currently possible abort reasons. Motivation and Context --- There was no explicit reason/reason code provided for aborted transactions. How Has This Been Tested? --- - Submitted a transaction with invalid versions of inputs: ![image](https://github.com/user-attachments/assets/d0833408-0176-4623-8876-13b8be75ea8f) - Submitted 2 concurrent transactions which are causing one an abort error on locking inputs: ![image](https://github.com/user-attachments/assets/431c5bbe-4731-4a17-b146-953f1c649f95) What process can a PR reviewer use to test or verify this change? --- Breaking Changes --- - [ ] None - [ ] Requires data directory to be deleted - [x] Other - Please specify - Since a new data structure is used it can be inconsistent with older version of code, so a fresh start with deleted data/processes directory would be needed.
- Loading branch information
Showing
45 changed files
with
1,126 additions
and
894 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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.