Skip to content

Commit

Permalink
Start fixing merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt committed Dec 1, 2023
1 parent 9b07f80 commit 2653bc7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 28 deletions.
26 changes: 0 additions & 26 deletions Dockerfile-test

This file was deleted.

2 changes: 1 addition & 1 deletion Dockerfile.test
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# import simd from ibc-go
FROM ghcr.io/cosmos/simapp:v0.47 AS simapp-builder
FROM --platform=linux/x86_64/v8 interchainio/simapp:v0.45.16 AS simapp-builder

FROM golang:1.20-alpine as cometmock-builder

Expand Down
2 changes: 1 addition & 1 deletion cometmock/abci_client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -1117,7 +1117,7 @@ func UpdateState(
// adapted from https://github.com/cometbft/cometbft/blob/9267594e0a17c01cc4a97b399ada5eaa8a734db5/state/execution.go#L452
func validateValidatorUpdates(
abciUpdates []abcitypes.ValidatorUpdate,
params cmttypes.ValidatorParams,
params cmtproto.ValidatorParams,
) error {
for _, valUpdate := range abciUpdates {
if valUpdate.GetPower() < 0 {
Expand Down

0 comments on commit 2653bc7

Please sign in to comment.