You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to build the binary on the v0.34.x branch, I encounter an error:
❯ go install ./cometmock/
# github.com/informalsystems/CometMock/cometmock/abci_client
cometmock/abci_client/client.go:288:106: block.Evidence.Evidence.ToABCI undefined (type "github.com/cometbft/cometbft/types".EvidenceList has no field or method ToABCI)
cometmock/abci_client/client.go:311:118: undefined: abcitypes.Misbehavior
cometmock/abci_client/client.go:711:11: assignment mismatch: 1 variable but a.CurState.MakeBlock returns 2 values
It appears this was introduced by 73bdb02 ; if I revert just that commit, then I'm able to build again.
Builds on main and v0.37.x work just fine, no problems there.
The text was updated successfully, but these errors were encountered:
When I try to build the binary on the
v0.34.x
branch, I encounter an error:It appears this was introduced by 73bdb02 ; if I revert just that commit, then I'm able to build again.
Builds on
main
andv0.37.x
work just fine, no problems there.The text was updated successfully, but these errors were encountered: