Skip to content

Commit 2cd63fc

Browse files
Merge pull request #1692 from Chia-Network/v2-rc2
Dependency updates; code cleanup
2 parents 46af149 + a407bae commit 2cd63fc

30 files changed

Lines changed: 929 additions & 270 deletions

‎.github/workflows/tests.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4370,7 +4370,7 @@ jobs:
43704370
verify_field "$T4" '.aefT4HoldingsMetric' 'GHC' 'T4 metric'
43714371
verify_field "$T4" '.aefT4HoldingsMitigationType' 'Emission reductions' 'T4 mitigationType'
43724372
verify_field "$T4" '.aefT4HoldingsVintageYear' '2025' 'T4 vintageYear'
4373-
verify_field "$T4" '.aefT4HoldingsCoopoerativeApproachId' 'V2-GTD-CA-001' 'T4 cooperativeApproachId'
4373+
verify_field "$T4" '.aefT4HoldingsCooperativeApproachId' 'V2-GTD-CA-001' 'T4 cooperativeApproachId'
43744374
verify_field "$T4" '.aefT4HoldingsAuthorizationId' 'V2-GTD-T2-001' 'T4 authorizationId'
43754375
dump_entity_on_failure "AEF-T4" "$T4"
43764376
echo ""

‎docs/cadt_rpc_api_v2.md‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5917,7 +5917,7 @@ Fields:
59175917
| Field | Type | Required | [Picklist](#get-picklist-data) | Description |
59185918
|:------:|:--------:|:--------:|:--------:|:------------------------------------------------------------|
59195919
| aefT3ActionsDate | Date | x | | Action date (ISO 8601 format) |
5920-
| aefT3ActionsCoopoerativeApproachId | String | x | | Cooperative approach identifier (max 255 characters) |
5920+
| aefT3ActionsCooperativeApproachId | String | x | | Cooperative approach identifier (max 255 characters) |
59215921
| aefT3ActionsAuthorizationId | String | x | | Authorization identifier (max 255 characters) |
59225922
| aefT3ActionsFirstTransferringPartyId | String | x | | First transferring party identifier (max 255 characters) |
59235923
| aefT3ActionsPartyItmoRegistryId | String | x | | Party ITMO registry identifier (max 255 characters) |
@@ -5956,7 +5956,7 @@ curl --location --request POST 'localhost:31310/v2/aef-t3-actions' \
59565956
--header 'Content-Type: application/json' \
59575957
--data-raw '{
59585958
"aefT3ActionsDate": "2022-03-01",
5959-
"aefT3ActionsCoopoerativeApproachId": "TEST-CA-001",
5959+
"aefT3ActionsCooperativeApproachId": "TEST-CA-001",
59605960
"aefT3ActionsAuthorizationId": "TEST-AUTH-001",
59615961
"aefT3ActionsFirstTransferringPartyId": "TEST-PARTY-001",
59625962
"aefT3ActionsPartyItmoRegistryId": "TEST-REGISTRY-001",
@@ -6018,7 +6018,7 @@ curl --location --request PUT 'localhost:31310/v2/aef-t3-actions/d4e5f6a7-b8c9-0
60186018
--header 'Content-Type: application/json' \
60196019
--data-raw '{
60206020
"aefT3ActionsDate": "2022-03-05",
6021-
"aefT3ActionsCoopoerativeApproachId": "TEST-CA-001",
6021+
"aefT3ActionsCooperativeApproachId": "TEST-CA-001",
60226022
"aefT3ActionsAuthorizationId": "TEST-AUTH-001",
60236023
"aefT3ActionsFirstTransferringPartyId": "TEST-PARTY-001",
60246024
"aefT3ActionsPartyItmoRegistryId": "TEST-REGISTRY-001",
@@ -6152,7 +6152,7 @@ Fields:
61526152

61536153
| Field | Type | Required | [Picklist](#get-picklist-data) | Description |
61546154
|:------:|:--------:|:--------:|:--------:|:------------------------------------------------------------|
6155-
| aefT4HoldingsCoopoerativeApproachId | String | x | | Cooperative approach identifier (max 255 characters) |
6155+
| aefT4HoldingsCooperativeApproachId | String | x | | Cooperative approach identifier (max 255 characters) |
61566156
| aefT4HoldingsAuthorizationId | String | x | | Authorization identifier (max 255 characters) |
61576157
| aefT4HoldingsFirstTransferringPartyId | String | x | | First transferring party identifier (max 255 characters) |
61586158
| aefT4HoldingsPartyItmoRegistryId | String | x | | Party ITMO registry identifier (max 255 characters) |
@@ -6180,7 +6180,7 @@ Request
61806180
curl --location --request POST 'localhost:31310/v2/aef-t4-holdings' \
61816181
--header 'Content-Type: application/json' \
61826182
--data-raw '{
6183-
"aefT4HoldingsCoopoerativeApproachId": "TEST-CA-001",
6183+
"aefT4HoldingsCooperativeApproachId": "TEST-CA-001",
61846184
"aefT4HoldingsAuthorizationId": "TEST-AUTH-001",
61856185
"aefT4HoldingsFirstTransferringPartyId": "TEST-PARTY-001",
61866186
"aefT4HoldingsPartyItmoRegistryId": "TEST-REGISTRY-001",
@@ -6231,7 +6231,7 @@ Request
62316231
curl --location --request PUT 'localhost:31310/v2/aef-t4-holdings/e5f6a7b8-c9d0-1234-ef56-567890123456' \
62326232
--header 'Content-Type: application/json' \
62336233
--data-raw '{
6234-
"aefT4HoldingsCoopoerativeApproachId": "TEST-CA-001",
6234+
"aefT4HoldingsCooperativeApproachId": "TEST-CA-001",
62356235
"aefT4HoldingsAuthorizationId": "TEST-AUTH-001",
62366236
"aefT4HoldingsFirstTransferringPartyId": "TEST-PARTY-001",
62376237
"aefT4HoldingsPartyItmoRegistryId": "TEST-REGISTRY-001",

0 commit comments

Comments
 (0)