[bisq-network/bisq] Show changes in BSQ Supply over time (PR #6106)

Christoph Atteneder notifications at github.com
Mon Mar 21 11:31:39 CET 2022


@ripcurlx commented on this pull request.



> @@ -119,6 +136,16 @@ long getProofOfBurnAmount() {
         Map<Long, Long> compensationMap = getCompensationByInterval();
         Map<Long, Long> reimbursementMap = getReimbursementByInterval();
         totalIssuedByInterval = getMergedMap(compensationMap, reimbursementMap, Long::sum);
+
+        var items = totalIssuedByInterval
+                .entrySet()
+                .stream()
+                .sorted(Comparator.comparing(Map.Entry::getKey))
+                .collect(Collectors.toList());
+
+        items.forEach(i -> {
+            log.info("" + i.getKey());

Please don't force-push when in review, just make another commit. Otherwise it is harder to update the branch and to look at the changes.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/6106#discussion_r830952426
You are receiving this because you are subscribed to this thread.

Message ID: <bisq-network/bisq/pull/6106/review/915523528 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20220321/6bbf4c91/attachment-0001.htm>


More information about the bisq-github mailing list