aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpriscilla <priscilla.huang@efrei.net>2023-01-13 05:47:29 -0500
committerpriscilla <priscilla.huang@efrei.net>2023-01-13 05:47:29 -0500
commitf6ac983d838d8fad771ea4e490754795016d8b84 (patch)
treeacc3ddfd0d0fcfa4c71ab46290587fadcb6b789d
parentaa275642c4a0a1aef65577eac78e1506eee32ac3 (diff)
parenta84d995607728f39adcb1284338b738539ebeaaa (diff)
downloadgana-f6ac983d838d8fad771ea4e490754795016d8b84.tar.gz
gana-f6ac983d838d8fad771ea4e490754795016d8b84.zip
Merge branch 'master' of git+ssh://git.gnunet.org/gana
-rw-r--r--gnu-taler-error-codes/registry.rec34
-rw-r--r--gnunet-dht-block-types/registry.rec8
-rw-r--r--gnunet-signatures/registry.rec21
3 files changed, 59 insertions, 4 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 68edac2..101fee1 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -388,6 +388,10 @@ Name: EXCHANGE_PURSE_DEPOSIT_COIN_AGE_ATTESTATION_FAILURE
388Description: The provided attestation for the minimum age couldn't be verified by the exchange. 388Description: The provided attestation for the minimum age couldn't be verified by the exchange.
389HttpStatus: 400 389HttpStatus: 400
390 390
391Value: 1031
392Name: EXCHANGE_GENERIC_PURSE_DELETED
393Description: The purse was deleted.
394HttpStatus: 410
391 395
392Value: 1100 396Value: 1100
393Name: EXCHANGE_DEPOSITS_GET_NOT_FOUND 397Name: EXCHANGE_DEPOSITS_GET_NOT_FOUND
@@ -820,6 +824,16 @@ Name: EXCHANGE_RESERVES_PURSE_FEE_TOO_LOW
820Description: The purse fee specified for the request is lower than the purse fee charged by the exchange at this time. 824Description: The purse fee specified for the request is lower than the purse fee charged by the exchange at this time.
821HttpStatus: 400 825HttpStatus: 400
822 826
827Value: 1679
828Name: EXCHANGE_PURSE_DELETE_ALREADY_DECIDED
829Description: The payment request cannot be deleted anymore, as it either already completed or timed out.
830HttpStatus: 409
831
832Value: 1680
833Name: EXCHANGE_PURSE_DELETE_SIGNATURE_INVALID
834Description: The signature affirming the purse deletion is invalid.
835HttpStatus: 403
836
823 837
824Value: 1700 838Value: 1700
825Name: EXCHANGE_DENOMINATION_HELPER_UNAVAILABLE 839Name: EXCHANGE_DENOMINATION_HELPER_UNAVAILABLE
@@ -1217,6 +1231,11 @@ Name: MERCHANT_GENERIC_HOLE_IN_WIRE_FEE_STRUCTURE
1217Description: The start and end-times in the wire fee structure leave a hole. This is not allowed. 1231Description: The start and end-times in the wire fee structure leave a hole. This is not allowed.
1218HttpStatus: 0 1232HttpStatus: 0
1219 1233
1234Value: 2002
1235Name: MERCHANT_GENERIC_EXCHANGE_WIRE_REQUEST_FAILED
1236Description: The merchant was unable to obtain a valid answer to /wire from the exchange.
1237HttpStatus: 502
1238
1220Value: 2005 1239Value: 2005
1221Name: MERCHANT_GENERIC_ORDER_UNKNOWN 1240Name: MERCHANT_GENERIC_ORDER_UNKNOWN
1222Description: The proposal is not known to the backend. 1241Description: The proposal is not known to the backend.
@@ -2146,6 +2165,21 @@ Name: WALLET_WITHDRAWAL_KYC_REQUIRED
2146Description: A KYC step is required before withdrawal can proceed. 2165Description: A KYC step is required before withdrawal can proceed.
2147HttpStatus: 0 2166HttpStatus: 0
2148 2167
2168Value: 7026
2169Name: WALLET_DEPOSIT_GROUP_INSUFFICIENT_BALANCE
2170Description: The wallet does not have sufficient balance to create a deposit group.
2171HttpStatus: 0
2172
2173Value: 7027
2174Name: WALLET_PEER_PUSH_PAYMENT_INSUFFICIENT_BALANCE
2175Description: The wallet does not have sufficient balance to create a peer push payment.
2176HttpStatus: 0
2177
2178Value: 7028
2179Name: WALLET_PEER_PULL_PAYMENT_INSUFFICIENT_BALANCE
2180Description: The wallet does not have sufficient balance to pay for an invoice.
2181HttpStatus: 0
2182
2149 2183
2150# 8000 - 8999: Reserved for Anastasis 2184# 8000 - 8999: Reserved for Anastasis
2151 2185
diff --git a/gnunet-dht-block-types/registry.rec b/gnunet-dht-block-types/registry.rec
index e2366d3..e73dea4 100644
--- a/gnunet-dht-block-types/registry.rec
+++ b/gnunet-dht-block-types/registry.rec
@@ -37,8 +37,8 @@ Comment: Type of a block representing a block to be encoded on demand from disk.
37References: None 37References: None
38 38
39Number: 7 39Number: 7
40Name: DHT_HELLO 40Name: LEGACY_HELLO
41Comment: Type of a block that contains a HELLO for a peer. 41Comment: Legacy type of a block that contains a HELLO for a peer.
42References: None 42References: None
43 43
44Number: 8 44Number: 8
@@ -67,9 +67,9 @@ Comment: Block type for a revocation message by which a key is revoked.
67References: None 67References: None
68 68
69Number: 13 69Number: 13
70Name: DHT_URL_HELLO 70Name: DHT_HELLO
71Comment: Type of a block that contains a DHT-NG HELLO for a peer. 71Comment: Type of a block that contains a DHT-NG HELLO for a peer.
72References: None 72References: LSD-0004
73 73
74Number: 22 74Number: 22
75Name: REGEX 75Name: REGEX
diff --git a/gnunet-signatures/registry.rec b/gnunet-signatures/registry.rec
index fbd57e4..086544d 100644
--- a/gnunet-signatures/registry.rec
+++ b/gnunet-signatures/registry.rec
@@ -224,6 +224,12 @@ Subsystem: GNUnet-TRANSPORT-TCP
224# 224#
225# Exchange offline signatures (with master key) 225# Exchange offline signatures (with master key)
226# 226#
227
228Number: 1017
229Name: MASTER_AML_KEY
230Comment: Initialize or update the status of an AML key for an AML officer
231Package: GNU Taler
232
227Number: 1018 233Number: 1018
228Name: MASTER_DRAIN_PROFIT 234Name: MASTER_DRAIN_PROFIT
229Comment: Affirm wiring of exchange profits to operator account. 235Comment: Affirm wiring of exchange profits to operator account.
@@ -531,6 +537,11 @@ Name: WALLET_RESERVE_ATTEST_DETAILS
531Comment: Request attestation about reserve owner. Signed by the reserve private key. 537Comment: Request attestation about reserve owner. Signed by the reserve private key.
532Package: GNU Taler 538Package: GNU Taler
533 539
540Number: 1220
541Name: WALLET_PURSE_DELETE
542Comment: Signature by which a wallet requests a purse to be deleted.
543Package: GNU Taler
544
534# 545#
535# Security module signatures 546# Security module signatures
536# 547#
@@ -565,6 +576,16 @@ Comment: EdDSA test signature.
565Package: GNU Taler 576Package: GNU Taler
566 577
567# 578#
579# AML officer signatures
580#
581
582Number: 1350
583Name: AML_DECISION
584Comment: Signature by which an AML officer signs an AML decision.
585Package: GNU Taler
586
587
588#
568# GNU Anastasis signatures, >= 1400 589# GNU Anastasis signatures, >= 1400
569# 590#
570 591