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

Christoph Atteneder notifications at github.com
Mon Nov 8 12:41:35 CET 2021


@ripcurlx 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

Where is this code copied from?

-- 
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#pullrequestreview-800009419
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20211108/98547bb9/attachment.htm>


More information about the bisq-github mailing list