Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-05 | Convert Ed25519 and Curve25519 functions to plain C | Richard van der Hoff | |
2016-06-30 | PR feedback | Richard van der Hoff | |
* write V1 pickles on the master branch * the logging branch is going to write v0x80000001 | |||
2016-06-30 | Make space in the session pickle for chain index | Richard van der Hoff | |
Keeping track of the chain index is a useful thing to do, but is only required if we've enabled diagnostics. Extend the session pickle format to make a space for it, so that pickles can be transferred between the logging_enabled branch and the master branch without loss of information. Also add some tests for session pickling which explicitly check that we can unpickle both formats of pickle. |