Skip to content

Instantly share code, notes, and snippets.

View sainoe's full-sized avatar
🏠
Working from home

Simon Noetzlin sainoe

🏠
Working from home
  • GVA Switzerland
View GitHub Profile
@sainoe
sainoe / ibc_testing_valset_update.go
Last active March 3, 2022 09:31
IBC-GO: update validator set in testing suite
package ibc_testing_test
import (
"fmt"
"testing"
sdk "github.com/cosmos/cosmos-sdk/types"
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
ibctesting "github.com/cosmos/ibc-go/v3/testing"
@sainoe
sainoe / ibc_issues_test.go
Last active March 2, 2022 14:58
TestChain validator set update issue
package ibc_testing_test
import (
"bytes"
"testing"
sdk "github.com/cosmos/cosmos-sdk/types"
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
abci "github.com/tendermint/tendermint/abci/types"