* Log table count
* uncomment stats interface
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* plus one
Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
Get rid of TupleRowStorage and use SerialMessage everywhere. In turn, change
SerialMessage so that it carries its kind and size prefix as part of itself.
* Add Hash160Enc
* persist and read conflicts from merge artifacts table
* update some tests
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* comment / cleanup prolly/artifact_map.go
* ~copyright~
* reskip TestDoltMerge
* rename Hash160Enc to Address
* change ArtifactType from string to uint8
* fix zero value for ArtifactType
* merge sets of conflicts together, update some tests
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* pr comments
* cvs can be written to and read
* merge with CVs for new storage format
* working!
* skip cv test
* unskips dolt transaction tests
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* some cleanup, fix tests
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* copyright
* fix cv hash roundtripping
* pr comments
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* cleanup
* fix vet errors and tests
Co-authored-by: druvv <druvv@users.noreply.github.com>