We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Make sure that transaction processing errors are handled correctly when an issue is seen during the ApplyBlock process in utility/block.go.
ApplyBlock
utility/block.go
This task was meant to be tackled in #315, but while reviewing #285, the team realized it was left out:
An error during transaction processing could happen due to a multitude of reasons:
make test_all
LocalNet
Creator: @Olshansk Co-Owners: @andrewnguyen22
The text was updated successfully, but these errors were encountered:
Added TODO for #346
741949f
No branches or pull requests
Objective
Make sure that transaction processing errors are handled correctly when an issue is seen during the
ApplyBlock
process inutility/block.go
.Origin Document
This task was meant to be tackled in #315, but while reviewing #285, the team realized it was left out:
An error during transaction processing could happen due to a multitude of reasons:
Goals
Deliverable
Non-goals / Non-deliverables
General issue deliverables
Testing Methodology
make test_all
LocalNet
is still functioning correctly by following the instructions at docs/development/README.mdCreator: @Olshansk
Co-Owners: @andrewnguyen22
The text was updated successfully, but these errors were encountered: