Skip to content

Commit

Permalink
ConsensusParams x-repo checker
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeph Grunschlag committed May 31, 2023
1 parent 2493ed7 commit 003b05d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tools/x-repo-types/xrt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,14 @@ func TestCrossRepoTypes(t *testing.T) {
yBranch: "develop",
yType: "EvalDelta",
},
{
name: "goal-v-sdk-consensus",
xPkg: "github.com/algorand/go-algorand/config",
xType: "ConsensusParams",
yPkg: "github.com/algorand/go-algorand-sdk/v2/protocol/config",
yBranch: "develop",
yType: "ConsensusParams",
},
{
name: "goal-v-sdk-blockheader",
xPkg: "github.com/algorand/go-algorand/data/bookkeeping",
Expand Down

0 comments on commit 003b05d

Please sign in to comment.