gnunet-svn
[Top][All Lists]
Advanced

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

[taler-donau] branch master updated: [doc] meeting minutes


From: gnunet
Subject: [taler-donau] branch master updated: [doc] meeting minutes
Date: Thu, 21 Mar 2024 09:59:38 +0100

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

lukas-matyja pushed a commit to branch master
in repository donau.

The following commit(s) were added to refs/heads/master by this push:
     new d0eebc0  [doc] meeting minutes
d0eebc0 is described below

commit d0eebc0d62c1ec5a74d8c1ae0dc8e00108bf895d
Author: Matyja Lukas Adam <lukas.matyja@students.bfh.ch>
AuthorDate: Thu Mar 21 10:00:22 2024 +0100

    [doc] meeting minutes
---
 doc/flows/meetings/02_20-03-2024.md | 40 +++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/doc/flows/meetings/02_20-03-2024.md 
b/doc/flows/meetings/02_20-03-2024.md
new file mode 100644
index 0000000..7e95960
--- /dev/null
+++ b/doc/flows/meetings/02_20-03-2024.md
@@ -0,0 +1,40 @@
+# Meeting 20.03.2024
+
+## gana
+
+we can delete the gana submodul from the donau. We use the gana from the 
exchange anyway.
+
+how to update gana:
+
+1. update gnu-taler-error-codes/registry.rec and 
gnu-taler-error-codes/taler_error_codes.rst (Donau error code (ec) 8600 - 8700.
+
+2. update gana in exchange
+   
+   ```bash
+   cd contrib/gana
+   git pull
+   checkout master
+   git add . # gana-bumb commit and push
+   # install exchange
+   ```
+
+## keys
+
+the keys route has two main tasks: 
+
+1. act as route and return requested keys
+
+2. sign for other routes! -> Other routes do not have access to the private 
keys!
+   
+   
+- We do not sort the keys therefore we don't need a heap. We can directly 
iterate over the donation unit map. 
+- krd_array can be deleted. Its already hashed ???
+- Put KeysResponseData into the main datastructure. It contains the etag (year 
in our case and version)
+
+## issue receipts
+
+We must ensure that the update the receipts to date of a charity and the 
receipt request are both saved in the database or thrown away. To do this, we 
need transactions. Its best practice to try a database insert 3 times to reduce 
the risk of serialization errors (if it has not worked after 3 times, the error 
is probably somewhere else).
+
+## uncrystify
+
+install uncrystify. If so you cant upload bad formated code. With uncrystify 
you can automatically format the code.

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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