Skip to content

Conversation

@udpatil
Copy link
Collaborator

@udpatil udpatil commented Dec 3, 2025

Describe your changes and provide context

Testing performed to validate your change

@github-actions
Copy link

github-actions bot commented Dec 3, 2025

The latest Buf updates on your PR. Results from workflow Buf / buf (pull_request).

BuildFormatLintBreakingUpdated (UTC)
✅ passed✅ passed✅ passed✅ passedDec 3, 2025, 6:13 PM

@codecov
Copy link

codecov bot commented Dec 3, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 43.25%. Comparing base (ef85a33) to head (d694e1d).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2581      +/-   ##
==========================================
- Coverage   43.25%   43.25%   -0.01%     
==========================================
  Files        1447     1447              
  Lines      115125   115123       -2     
==========================================
- Hits        49799    49797       -2     
  Misses      61002    61002              
  Partials     4324     4324              
Flag Coverage Δ
sei-chain 42.37% <ø> (-0.01%) ⬇️
sei-cosmos 40.15% <ø> (ø)
sei-db 44.92% <ø> (+0.03%) ⬆️
sei-ibc-go 56.39% <ø> (ø)
sei-wasmd 42.59% <ø> (ø)
sei-wasmvm 39.88% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.
see 4 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

}

func (blockExec *BlockExecutor) handleFinalizeRequest(ctx context.Context, req *abci.RequestFinalizeBlock) error {
start := time.Now()

Check warning

Code scanning / CodeQL

Calling the system time Warning

Calling the system time may be a possible source of non-determinism
}
// TODO: persist the corresponding ResponseCommit so we can reuse retain height after restarts.

saveBlockResponseTime := time.Now()

Check warning

Code scanning / CodeQL

Calling the system time Warning

Calling the system time may be a possible source of non-determinism
blockExec.mempool.Lock()
defer blockExec.mempool.Unlock()

start := time.Now()

Check warning

Code scanning / CodeQL

Calling the system time Warning

Calling the system time may be a possible source of non-determinism
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