-
- Downloads
Merge branch 'hotfix/GetRoundResultsFix' into 'release'
attempt to fix GetRoundResults by making the follower only send one RoundEvent... See merge request !144
No related branches found
No related tags found
Showing
- api/results.go 13 additions, 2 deletionsapi/results.go
- api/version_vars.go 6 additions, 6 deletionsapi/version_vars.go
- go.mod 1 addition, 1 deletiongo.mod
- go.sum 2 additions, 4 deletionsgo.sum
- network/follow.go 9 additions, 21 deletionsnetwork/follow.go
- network/manager.go 1 addition, 0 deletionsnetwork/manager.go
... | ... | @@ -19,7 +19,7 @@ require ( |
github.com/spf13/jwalterweatherman v1.1.0 | ||
github.com/spf13/viper v1.7.1 | ||
gitlab.com/elixxir/bloomfilter v0.0.0-20200930191214-10e9ac31b228 | ||
gitlab.com/elixxir/comms v0.0.4-0.20220128144348-f01dc3227d76 | ||
gitlab.com/elixxir/comms v0.0.4-0.20220128193157-34178165415d | ||
gitlab.com/elixxir/crypto v0.0.7-0.20220110170041-7e42f2e8b062 | ||
gitlab.com/elixxir/ekv v0.1.6 | ||
gitlab.com/elixxir/primitives v0.0.3-0.20220104173924-275cb9d7834f | ||
... | ... |
Please register or sign in to comment