Revert "PrepareProposal-VoteExtension integration (#6915)" (#7769)

This reverts commit 39ffa80ae7.

Nightly end-to-end tests are currently failing; revert temporarily so we can
debug.
This commit is contained in:
M. J. Fromberger
2022-02-03 09:42:08 -08:00
committed by GitHub
parent ce61abc038
commit c67ace3433
8 changed files with 188 additions and 281 deletions

View File

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