gana

GNUnet Assigned Numbers Authority
Log | Files | Refs | README | LICENSE

commit 72a5d9380a2dc9e4dc38aa06b778df776c4671a1
parent 4ea85911d0c396dda34ee5f0ae9d5bf8b19c966e
Author: MS <ms@taler.net>
Date:   Wed, 12 Apr 2023 22:59:03 +0200

updating libeufin DB events

Diffstat:
Mgnu-taler-db-events/registry.rec | 19++++++++-----------
1 file changed, 8 insertions(+), 11 deletions(-)

diff --git a/gnu-taler-db-events/registry.rec b/gnu-taler-db-events/registry.rec @@ -91,13 +91,11 @@ Value: 3000 Name: LIBEUFIN_TALER_INCOMING Description: A wire transfer with a valid reserve public key was received. -# In the context of regional currencies, this event follows a -# wire transfer to "admin", and the reaction should be the payment -# of a cash-out operation in fiat. Another use allows Nexus to -# long poll on regio payments, instead of looping each second -- -# as it currently does. +# This event signals that a payment was persisted in the database, +# and it carries the direction in its payload. Note: the direction +# is expressed the CaMt way: CRDT or DBIT. Value: 3001 -Name: LIBEUFIN_REGIO_INCOMING +Name: LIBEUFIN_REGIO_TX Description: A new transactions internal to Sandbox was made. # In the context of regional currencies, this event triggers the @@ -107,9 +105,8 @@ Value: 3002 Name: LIBEUFIN_SANDBOX_FIAT_INCOMING Description: A new fiat transaction can trigger actions in Sandbox. -# A fiat payment was ingested for a particular bank account. If any -# HTTP client requested on GET /transactions - Sandbox' conversion service -# does -, it can be waken up. +# A fiat payment was ingested for a particular bank account. The +# payload communicates the direction: CRDT or DBIT. Value: 3003 -Name: LIBEUFIN_NEXUS_FIAT_INCOMING -Description: A new fiat transaction can trigger actions in Sandbox. +Name: LIBEUFIN_NEXUS_TX +Description: A new transaction was successfully ingested by Nexus.