Skip to content

Commit 3f74f06

Browse files
authored
chore: removed private, experimental or irrelevant endpoints (#12)
1 parent 233b1b8 commit 3f74f06

File tree

2 files changed

+2
-53
lines changed

2 files changed

+2
-53
lines changed

resources/mock-server/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
3434
.DS_Store
3535

3636

37-
.tmp/
37+
.tmp/
38+
scripts/find-data

test_configs/algod_client.jsonc

Lines changed: 0 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,6 @@
33
"package_name": "algod_client",
44
"version": "0.5",
55
"suite": {
6-
"GET debug_settings_config": {
7-
"desc": "Tests for the /debug/settings/config endpoint",
8-
"groups": ["Common Tests"]
9-
},
10-
"GET debug_settings_pprof": {
11-
"desc": "Tests for the /debug/settings/pprof endpoint",
12-
"groups": ["Common Tests"]
13-
},
14-
"PUT debug_settings_pprof": {
15-
"desc": "Tests for the /debug/settings/pprof endpoint",
16-
"groups": ["Common Tests"]
17-
},
186
"GET genesis": {
197
"desc": "Tests for the /genesis endpoint",
208
"groups": ["Common Tests"]
@@ -23,18 +11,10 @@
2311
"desc": "Tests for the /health endpoint",
2412
"groups": ["Common Tests"]
2513
},
26-
"GET metrics": {
27-
"desc": "Tests for the /metrics endpoint",
28-
"groups": ["Common Tests"]
29-
},
3014
"GET ready": {
3115
"desc": "Tests for the /ready endpoint",
3216
"groups": ["Common Tests"]
3317
},
34-
"GET swagger_json": {
35-
"desc": "Tests for the /swagger.json endpoint",
36-
"groups": ["Common Tests"]
37-
},
3818
"GET v2_accounts_ADDRESS": {
3919
"desc": "Tests for the /v2/accounts/{address} endpoint",
4020
"groups": ["Common Tests"]
@@ -43,10 +23,6 @@
4323
"desc": "Tests for the /v2/accounts/{address}/applications/{application-id} endpoint",
4424
"groups": ["Common Tests"]
4525
},
46-
"GET v2_accounts_ADDRESS_assets": {
47-
"desc": "Tests for the /v2/accounts/{address}/assets endpoint",
48-
"groups": ["Common Tests"]
49-
},
5026
"GET v2_accounts_ADDRESS_assets_ASSET-ID": {
5127
"desc": "Tests for the /v2/accounts/{address}/assets/{asset-id} endpoint",
5228
"groups": ["Common Tests"]
@@ -83,10 +59,6 @@
8359
"desc": "Tests for the /v2/blocks/{round}/lightheader/proof endpoint",
8460
"groups": ["Common Tests"]
8561
},
86-
"GET v2_blocks_ROUND_logs": {
87-
"desc": "Tests for the /v2/blocks/{round}/logs endpoint",
88-
"groups": ["Common Tests"]
89-
},
9062
"GET v2_blocks_ROUND_transactions_TXID_proof": {
9163
"desc": "Tests for the /v2/blocks/{round}/transactions/{txid}/proof endpoint",
9264
"groups": ["Common Tests"]
@@ -143,30 +115,6 @@
143115
"desc": "Tests for the /v2/ledger/sync/{round} endpoint",
144116
"groups": ["Common Tests"]
145117
},
146-
"POST v2_participation": {
147-
"desc": "Tests for the /v2/participation endpoint",
148-
"groups": ["Common Tests"]
149-
},
150-
"GET v2_participation": {
151-
"desc": "Tests for the /v2/participation endpoint",
152-
"groups": ["Common Tests"]
153-
},
154-
"POST v2_participation_generate_ADDRESS": {
155-
"desc": "Tests for the /v2/participation/generate/{address} endpoint",
156-
"groups": ["Common Tests"]
157-
},
158-
"POST v2_participation_PARTICIPATION-ID": {
159-
"desc": "Tests for the /v2/participation/{participation-id} endpoint",
160-
"groups": ["Common Tests"]
161-
},
162-
"GET v2_participation_PARTICIPATION-ID": {
163-
"desc": "Tests for the /v2/participation/{participation-id} endpoint",
164-
"groups": ["Common Tests"]
165-
},
166-
"DELETE v2_participation_PARTICIPATION-ID": {
167-
"desc": "Tests for the /v2/participation/{participation-id} endpoint",
168-
"groups": ["Common Tests"]
169-
},
170118
"POST v2_shutdown": {
171119
"desc": "Tests for the /v2/shutdown endpoint",
172120
"groups": ["Common Tests"]

0 commit comments

Comments
 (0)