Skip to content

Make it so that transaction log can run without a remote to write to and use it for xxdk cMix initialization

Richard T. Carback III requested to merge XX-4597/remotekv into projects/AccountSync

Make it so that transaction log can run without a remote to write to, and add a LocalKV initializer which initializes only with a filesystem FileIO implementation. Then, swap out the current versioned.KV with the sync version of VersionedKV.

Merge request reports