aboutsummaryrefslogtreecommitdiff
path: root/tests/test_session.cpp
AgeCommit message (Collapse)Author
2016-09-05Convert Ed25519 and Curve25519 functions to plain CRichard van der Hoff
2016-06-30PR feedbackRichard van der Hoff
* write V1 pickles on the master branch * the logging branch is going to write v0x80000001
2016-06-30Make space in the session pickle for chain indexRichard 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.