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

integrate with MinTxsInBlock #2004

Merged
merged 3 commits into from
Jan 6, 2025
Merged

integrate with MinTxsInBlock #2004

merged 3 commits into from
Jan 6, 2025

Conversation

codchen
Copy link
Collaborator

@codchen codchen commented Dec 27, 2024

Describe your changes and provide context

Integrate with MinTxsInBlock and adjust max block gas check according to MinTxsInBlock

Testing performed to validate your change

local sei

go.mod Outdated
@@ -347,15 +347,15 @@ replace (
github.com/CosmWasm/wasmd => github.com/sei-protocol/sei-wasmd v0.3.0
github.com/CosmWasm/wasmvm => github.com/sei-protocol/sei-wasmvm v1.5.4-sei.0.0.1
github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23/go v0.8.0
github.com/cosmos/cosmos-sdk => github.com/sei-protocol/sei-cosmos v0.3.48
github.com/cosmos/cosmos-sdk => ../sei-cosmos // github.com/sei-protocol/sei-cosmos v0.3.48
Copy link
Contributor

Choose a reason for hiding this comment

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

fix go mod?

Copy link

codecov bot commented Jan 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 61.32%. Comparing base (943614b) to head (9269c53).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2004   +/-   ##
=======================================
  Coverage   61.31%   61.32%           
=======================================
  Files         263      263           
  Lines       24510    24515    +5     
=======================================
+ Hits        15029    15034    +5     
- Misses       8357     8359    +2     
+ Partials     1124     1122    -2     
Files with missing lines Coverage Δ
app/app.go 66.32% <100.00%> (+0.13%) ⬆️

... and 3 files with indirect coverage changes

@codchen codchen merged commit 9a79d74 into main Jan 6, 2025
47 checks passed
@codchen codchen deleted the min-tx-in-block branch January 6, 2025 15:25
philipsu522 pushed a commit that referenced this pull request Jan 6, 2025
* integrate with MinTxsInBlock

* rebase

* update deps
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