[bisq-network/bisq] Extract persistence of BSQ blocks out of DaoStateStore [5] (PR #5790)

chimp1984 notifications at github.com
Mon Nov 8 13:07:12 CET 2021


@chimp1984 commented on this pull request.



> @@ -0,0 +1,418 @@
+package bisq.common.persistence.db;
+
+import java.nio.ByteBuffer;
+import java.nio.MappedByteBuffer;
+import java.nio.channels.FileChannel;
+
+import java.io.File;
+import java.io.RandomAccessFile;
+
+import java.util.logging.Level;
+import java.util.logging.Logger;
+
+/**
+ * @author ebruno

Ah that whole `common/src/main/java/bisq/common/persistence/db/` dir should have been deleted. There is a later commit removing it... was from the MappedByteBuffer experiments.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/5790#discussion_r744661723
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20211108/0501b865/attachment.htm>


More information about the bisq-github mailing list