From 880915e702c2053104d4bd825d7b7bc6ca408a43 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Sun, 25 Feb 2024 15:43:59 -0500 Subject: [PATCH] Better explains why the fork of javaOTS was needed. --- quartz/src/main/java/com/vitorpamplona/quartz/ots/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/quartz/src/main/java/com/vitorpamplona/quartz/ots/README.md b/quartz/src/main/java/com/vitorpamplona/quartz/ots/README.md index cc839582c..5b2bc9521 100644 --- a/quartz/src/main/java/com/vitorpamplona/quartz/ots/README.md +++ b/quartz/src/main/java/com/vitorpamplona/quartz/ots/README.md @@ -1,6 +1,10 @@ This code came from https://github.com/opentimestamps/java-opentimestamps -And includes modifications to avoid dependencies that do not work on Android +And includes modifications to +1 - Avoid dependencies that do not work on Android +2 - Move from org.json to jackson +3 - Move from basic Url connection to OkHttp (and obey Tor settings) +4 - Generalize the use of Blockstream as a Bitcoin Block explorer. —