diff options
author | MS <ms@taler.net> | 2023-04-12 22:59:03 +0200 |
---|---|---|
committer | MS <ms@taler.net> | 2023-04-12 22:59:03 +0200 |
commit | 72a5d9380a2dc9e4dc38aa06b778df776c4671a1 (patch) | |
tree | 7bcdfc61757267115ba041dc8578e6726e8c927e | |
parent | 4ea85911d0c396dda34ee5f0ae9d5bf8b19c966e (diff) | |
download | gana-72a5d9380a2dc9e4dc38aa06b778df776c4671a1.tar.gz gana-72a5d9380a2dc9e4dc38aa06b778df776c4671a1.zip |
updating libeufin DB events
-rw-r--r-- | gnu-taler-db-events/registry.rec | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/gnu-taler-db-events/registry.rec b/gnu-taler-db-events/registry.rec index 25b02ea..384c925 100644 --- a/gnu-taler-db-events/registry.rec +++ b/gnu-taler-db-events/registry.rec | |||
@@ -91,13 +91,11 @@ Value: 3000 | |||
91 | Name: LIBEUFIN_TALER_INCOMING | 91 | Name: LIBEUFIN_TALER_INCOMING |
92 | Description: A wire transfer with a valid reserve public key was received. | 92 | Description: A wire transfer with a valid reserve public key was received. |
93 | 93 | ||
94 | # In the context of regional currencies, this event follows a | 94 | # This event signals that a payment was persisted in the database, |
95 | # wire transfer to "admin", and the reaction should be the payment | 95 | # and it carries the direction in its payload. Note: the direction |
96 | # of a cash-out operation in fiat. Another use allows Nexus to | 96 | # is expressed the CaMt way: CRDT or DBIT. |
97 | # long poll on regio payments, instead of looping each second -- | ||
98 | # as it currently does. | ||
99 | Value: 3001 | 97 | Value: 3001 |
100 | Name: LIBEUFIN_REGIO_INCOMING | 98 | Name: LIBEUFIN_REGIO_TX |
101 | Description: A new transactions internal to Sandbox was made. | 99 | Description: A new transactions internal to Sandbox was made. |
102 | 100 | ||
103 | # In the context of regional currencies, this event triggers the | 101 | # In the context of regional currencies, this event triggers the |
@@ -107,9 +105,8 @@ Value: 3002 | |||
107 | Name: LIBEUFIN_SANDBOX_FIAT_INCOMING | 105 | Name: LIBEUFIN_SANDBOX_FIAT_INCOMING |
108 | Description: A new fiat transaction can trigger actions in Sandbox. | 106 | Description: A new fiat transaction can trigger actions in Sandbox. |
109 | 107 | ||
110 | # A fiat payment was ingested for a particular bank account. If any | 108 | # A fiat payment was ingested for a particular bank account. The |
111 | # HTTP client requested on GET /transactions - Sandbox' conversion service | 109 | # payload communicates the direction: CRDT or DBIT. |
112 | # does -, it can be waken up. | ||
113 | Value: 3003 | 110 | Value: 3003 |
114 | Name: LIBEUFIN_NEXUS_FIAT_INCOMING | 111 | Name: LIBEUFIN_NEXUS_TX |
115 | Description: A new fiat transaction can trigger actions in Sandbox. | 112 | Description: A new transaction was successfully ingested by Nexus. |