-
- Downloads
finished the implementation of the message retreval
Showing
- cmixproto/types.pb.go 1 addition, 1 deletioncmixproto/types.pb.go
- context/params/rounds.go 6 additions, 3 deletionscontext/params/rounds.go
- go.mod 1 addition, 1 deletiongo.mod
- network/message/bundle.go 12 additions, 0 deletionsnetwork/message/bundle.go
- network/rounds/check.go 2 additions, 2 deletionsnetwork/rounds/check.go
- network/rounds/historical.go 4 additions, 3 deletionsnetwork/rounds/historical.go
- network/rounds/manager.go 15 additions, 1 deletionnetwork/rounds/manager.go
- network/rounds/processingrounds.go 2 additions, 2 deletionsnetwork/rounds/processingrounds.go
- network/rounds/processingrounds_test.go 2 additions, 2 deletionsnetwork/rounds/processingrounds_test.go
- network/rounds/retreive.go 71 additions, 21 deletionsnetwork/rounds/retreive.go
- storage/cmix/store.go 1 addition, 1 deletionstorage/cmix/store.go
- storage/cmix/store_test.go 1 addition, 1 deletionstorage/cmix/store_test.go
- storage/e2e/session.go 1 addition, 1 deletionstorage/e2e/session.go
- storage/utility/messageBuffer.go 3 additions, 3 deletionsstorage/utility/messageBuffer.go
... | @@ -21,7 +21,7 @@ require ( | ... | @@ -21,7 +21,7 @@ require ( |
gitlab.com/elixxir/primitives v0.0.0-20200916172343-37503735c7a1 | gitlab.com/elixxir/primitives v0.0.0-20200916172343-37503735c7a1 | ||
gitlab.com/xx_network/comms v0.0.0-20200915154643-d533291041b7 | gitlab.com/xx_network/comms v0.0.0-20200915154643-d533291041b7 | ||
gitlab.com/xx_network/crypto v0.0.0-20200812183430-c77a5281c686 | gitlab.com/xx_network/crypto v0.0.0-20200812183430-c77a5281c686 | ||
gitlab.com/xx_network/primitives v0.0.0-20200915204206-eb0287ed0031 | gitlab.com/xx_network/primitives v0.0.0-20200812183720-516a65a4a9b2 | ||
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a | golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a | ||
golang.org/x/sys v0.0.0-20200828194041-157a740278f4 // indirect | golang.org/x/sys v0.0.0-20200828194041-157a740278f4 // indirect | ||
google.golang.org/protobuf v1.25.0 | google.golang.org/protobuf v1.25.0 | ||
... | ... |
network/message/bundle.go
0 → 100644
Please register or sign in to comment