PrepareProposal-VoteExtension integration (#6915)

This commit is contained in:
mconcat
2021-11-16 13:23:48 +01:00
committed by Sergio Mena
parent d2afb91e99
commit 39ffa80ae7
8 changed files with 281 additions and 188 deletions

View File

@@ -339,6 +339,7 @@ func TestCreateProposalBlock(t *testing.T) {
height,
state, commit,
proposerAddr,
nil,
)
require.NoError(t, err)
@@ -413,6 +414,7 @@ func TestMaxTxsProposalBlockSize(t *testing.T) {
height,
state, commit,
proposerAddr,
nil,
)
require.NoError(t, err)
@@ -523,6 +525,7 @@ func TestMaxProposalBlockSize(t *testing.T) {
math.MaxInt64,
state, commit,
proposerAddr,
nil,
)
require.NoError(t, err)