[cherry-picked] Fixing handling of contexts in the ABCI++ rebased branch (#7768)

* Fixing context

* Removed logger change

* Fixing UTs

* Bump
This commit is contained in:
Sergio Mena
2022-02-04 15:55:35 +01:00
parent 4255d5d233
commit ef9496b2da
7 changed files with 21 additions and 16 deletions

View File

@@ -335,6 +335,7 @@ func TestCreateProposalBlock(t *testing.T) {
extCommit := &types.ExtendedCommit{Height: height - 1}
block, err := blockExec.CreateProposalBlock(
ctx,
height,
state,
extCommit,
@@ -421,6 +422,7 @@ func TestMaxProposalBlockSize(t *testing.T) {
extCommit := &types.ExtendedCommit{Height: height - 1}
block, err := blockExec.CreateProposalBlock(
ctx,
height,
state,
extCommit,