Add protocol encoding abstraction to aid D-Base32 migration
Bug #1125516 reported by
Jason Gerard DeRose
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
FileStore |
Fix Released
|
High
|
Jason Gerard DeRose |
Bug Description
Small change in preparation for switching the version one protocol to D-Base32 encoding:
The interim version zero protocol will continue to use RFC-3548 Base32 encoding (we have to do this so that we can migrate people's databases from V0 to V1). So I'm adding the encoding as part of the Protocol API so subclasses can override this.
Related branches
lp://staging/~jderose/filestore/pre-db32
- Mirko Pizii (community): Approve
- dmedia Dev: Pending requested
-
Diff: 109 lines (+77/-4)2 files modifiedfilestore/protocols.py (+29/-4)
filestore/tests/test_protocols.py (+48/-0)
Changed in filestore: | |
status: | In Progress → Fix Committed |
Changed in filestore: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.