ipfs-cluster/ipfs-cluster-service
Hector Sanjuan 5b3be2df7f Fix: validateState does not detect different state versions
It was comparing state.GetVersion() against state.Version, which
is the same, instead of against, mapstate.Version, which is the
constant for the current Version.

It was also returning a nil error, as the scope of the variable
assigned was not that of the outer level.

License: MIT
Signed-off-by: Hector Sanjuan <code@hector.link>
2018-01-15 20:03:14 +01:00
..
dist Documentation: bring in line to 0.3.0 2017-11-14 19:26:49 +01:00
lock.go cluster-service: Do not export Locker. Fix golint. 2017-12-06 20:12:55 +01:00
main.go Add and refine cli interface for cluster state 2017-12-28 09:06:28 -05:00
Makefile Fix #57: Hijack /add requests and pin items in cluster after ipfs adds them. 2017-03-30 11:27:40 +02:00
state.go Fix: validateState does not detect different state versions 2018-01-15 20:03:14 +01:00