Moved the MD5 verification check back to GetBlock.
authorTim Pierce <twp@curoverse.com>
Thu, 24 Apr 2014 02:32:47 +0000 (22:32 -0400)
committerTim Pierce <twp@curoverse.com>
Thu, 24 Apr 2014 02:32:47 +0000 (22:32 -0400)
commit93db9aecb724964a37474104243a6d619b56769f
tree373f71571ff54207a5c567a140414622a52acde7
parentda3e84a0984d60a2f4bec00672eb766e2e978859
Moved the MD5 verification check back to GetBlock.

Policy tests such as checksumming belong in the Keep front end. The back
end should be limited to moving data in and out of a volume. (refs #2620)
services/keep/src/keep/keep.go
services/keep/src/keep/keep_test.go
services/keep/src/keep/volume.go