Added flags to write network data and then read it back. This is useful to speed...
authormishaz <misha@curoverse.com>
Mon, 23 Feb 2015 21:41:19 +0000 (21:41 +0000)
committermishaz <misha@curoverse.com>
Mon, 23 Feb 2015 21:41:19 +0000 (21:41 +0000)
commit6b5b6890158830b26161b3879a0d1eeaa122659f
tree132ea8672f64c70c91a3a8d3570104027253a253
parent248d2ebb4ab7ea3d9060838bcfbfe3b9330da5ee
Added flags to write network data and then read it back. This is useful to speed up development, but should not be used in production since data will be stale.
Unfortunately had to switch H,L fields in blockdigest from private to public, otherwise they would not be exported.
sdk/go/blockdigest/blockdigest.go
services/datamanager/datamanager.go
services/datamanager/summary/summary.go [new file with mode: 0644]