mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-04 04:04:00 +00:00
Fixing handling of contexts in the ABCI++ rebased branch (#7768)
* Fixing context * Removed logger change * Fixing UTs * Bump
This commit is contained in:
@@ -336,6 +336,7 @@ func TestCreateProposalBlock(t *testing.T) {
|
||||
|
||||
commit := types.NewCommit(height-1, 0, types.BlockID{}, nil)
|
||||
block, _, err := blockExec.CreateProposalBlock(
|
||||
ctx,
|
||||
height,
|
||||
state, commit,
|
||||
proposerAddr,
|
||||
@@ -410,6 +411,7 @@ func TestMaxTxsProposalBlockSize(t *testing.T) {
|
||||
|
||||
commit := types.NewCommit(height-1, 0, types.BlockID{}, nil)
|
||||
block, _, err := blockExec.CreateProposalBlock(
|
||||
ctx,
|
||||
height,
|
||||
state, commit,
|
||||
proposerAddr,
|
||||
@@ -520,6 +522,7 @@ func TestMaxProposalBlockSize(t *testing.T) {
|
||||
}
|
||||
|
||||
block, partSet, err := blockExec.CreateProposalBlock(
|
||||
ctx,
|
||||
math.MaxInt64,
|
||||
state, commit,
|
||||
proposerAddr,
|
||||
|
||||
Reference in New Issue
Block a user