gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-exchange] branch master updated: Improving the math.


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: Improving the math.
Date: Sat, 06 Apr 2019 20:28:25 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 5e16b871 Improving the math.
5e16b871 is described below

commit 5e16b871047633f2d4925d961cdcec6396275006
Author: Marcello Stanisci <address@hidden>
AuthorDate: Sat Apr 6 20:28:07 2019 +0200

    Improving the math.
---
 src/lib/test_exchange_api_keys_cherry_picking_new.c | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/src/lib/test_exchange_api_keys_cherry_picking_new.c 
b/src/lib/test_exchange_api_keys_cherry_picking_new.c
index 610083c5..0be980a3 100644
--- a/src/lib/test_exchange_api_keys_cherry_picking_new.c
+++ b/src/lib/test_exchange_api_keys_cherry_picking_new.c
@@ -211,11 +211,12 @@ run (void *cls,
        TTH_parse_time (JAN2030)),
 
     /**
-     * For each DK with a withdraw duration of 80 s, and for
-     * the latest 3500 s lookahead_sign value, we should have
-     * ((3500 - _80_) / 80) keys we just downloaded + 2 old DK
-     * keys stored in memory (total 45).  The _80_ seconds
-     * we subtract are from the one key generated at "keyup-1".
+     * For each DK with a withdraw duration of 80 s
+     * (- 1 s of overlap), and for the latest 3500 s
+     * lookahead_sign value, we should have ((3500 - _79_) / 79)
+     * keys we just downloaded + 2 old DK keys stored in memory
+     * (total 46).  The _79_ seconds we subtract are from the one
+     * key generated at "keyup-1".
      *
      * This currently fails: look for XXX-ANCHOR at
      * taler-exchange-keyup.c to get some insight about the reason
@@ -224,7 +225,7 @@ run (void *cls,
     TALER_TESTING_cmd_check_keys_with_now
       ("check-keys-3",
        3, 
-       45,
+       46,
        TTH_parse_time (JAN2030)),
 
     TALER_TESTING_cmd_end ()

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]