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

WIP: TXM Status Checking #530

Draft
wants to merge 20 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Wrap check messages routine into a helper function.
winder committed Feb 9, 2025

Verified

This commit was signed with the committer’s verified signature.
winder Will Winder
commit 5aa389617d062d431dd2819e734b00a7fe274c24
2 changes: 0 additions & 2 deletions execute/report/report.go
Original file line number Diff line number Diff line change
@@ -418,8 +418,6 @@ func (b *execReportBuilder) verifyReport(
// returns
// 1. exec report for the builder
// 2. updated commit report after marking new messages from the exec report as executed
//
//nolint:gocyclo // todo
func (b *execReportBuilder) buildSingleChainReport(
ctx context.Context,
report exectypes.CommitData,