Page MenuHomePhabricator

Convert DivinerLiveSymbol to text, not bytes
ClosedPublic

Authored by epriestley on Oct 1 2014, 4:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 7, 7:02 AM
Unknown Object (File)
Mon, May 6, 12:31 PM
Unknown Object (File)
Sun, May 5, 2:35 PM
Unknown Object (File)
Fri, May 3, 5:02 AM
Unknown Object (File)
Tue, Apr 30, 12:58 PM
Unknown Object (File)
Tue, Apr 30, 8:26 AM
Unknown Object (File)
Tue, Apr 30, 8:26 AM
Unknown Object (File)
Tue, Apr 30, 8:24 AM
Subscribers

Details

Summary

Ref T1191. The bytes types are BINARY(...), which is fixed-length and zero-pads. These hashes are not 64 characters long, so migrating them to binary ends up with a bunch of zero-padding.

Instead, migrate them to text so we drop the zero padding. It would be vaguely nice to either introduce a varbytes type (ick) or change the hash size to a standard size (nicer) eventually, but this isn't very important.

Test Plan

Will adjust secure.phabricator.com.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable