Skip to content

Conversation

blindchaser
Copy link
Contributor

Describe your changes and provide context

Testing performed to validate your change

Copy link

codecov bot commented Oct 3, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 51.49%. Comparing base (2384832) to head (a1c8a3a).
⚠️ Report is 1 commits behind head on main.

❌ Your project status has failed because the head coverage (47.20%) is below the target coverage (60.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##             main    #2434       +/-   ##
===========================================
+ Coverage   40.15%   51.49%   +11.34%     
===========================================
  Files        1531     1541       +10     
  Lines      156208   156504      +296     
===========================================
+ Hits        62718    80593    +17875     
+ Misses      88785    69827    -18958     
- Partials     4705     6084     +1379     
Flag Coverage Δ
sei-chain 27.55% <ø> (+0.01%) ⬆️
sei-cosmos 51.41% <ø> (ø)
sei-tendermint 58.62% <ø> (?)
sei-wasmd 51.44% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.
see 182 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.

Copy link
Collaborator

@masih masih left a comment

Choose a reason for hiding this comment

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

No blockers, though probably worth having @pompon0 review these changes too

func DefaultValidatorConfig() *Config {
cfg := DefaultConfig()
cfg.Mode = ModeValidator
cfg.TxIndex.Indexer = []string{"null"}
Copy link
Collaborator

Choose a reason for hiding this comment

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

I am curious; why? What happens if the slice is left to be nil?

Copy link
Contributor

Choose a reason for hiding this comment

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

haha, that's the funny part: if it is nil or empty slice, then it defaults to {"kv"}. Ugly as hell.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@udpatil should we update the underlying map 😂?

Comment on lines 714 to 715
SendRate: 20971520, // 20 MB/s per connection
RecvRate: 20971520, // 20 MB/s per connection
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
SendRate: 20971520, // 20 MB/s per connection
RecvRate: 20971520, // 20 MB/s per connection
SendRate: 20971520, // 20 MiB/s per connection
RecvRate: 20971520, // 20 MiB/s per connection

Copy link
Contributor Author

Choose a reason for hiding this comment

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

updated

@blindchaser blindchaser merged commit 4c774da into main Oct 7, 2025
113 of 116 checks passed
@blindchaser blindchaser deleted the yiren/config-op-tendermint branch October 7, 2025 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants