Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace TransactionResult with ExecutedTransaction #386

Merged
merged 18 commits into from
Jan 2, 2024

Conversation

bobbinth
Copy link
Contributor

To be merged after #385.

This PR replaces TransactionResult struct with ExecutedTransaction struct (previously, these were kind of redundant). The new struct is actually basically the same as the previous TransactionResult - but I thought that ExecutedTransaction would be a better name.

Also, as a part of this refactoring, I've consolidated most transaction errors - but more refactoring will be done on this in subsequent PRs.

Copy link
Collaborator

@igamigo igamigo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@bobbinth bobbinth merged commit cba8edb into bobbin-tx-io Jan 2, 2024
@bobbinth bobbinth deleted the bobbin-tx-result branch January 2, 2024 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants