commit e19213ce3863e1ff4e9dfb2e98cf7257dc97cd68
parent ebacb4dae0e9f433501364c1fbe61afe96c8b9db
Author: Florian Dold <florian@dold.me>
Date: Wed, 16 Apr 2025 13:43:34 +0200
chore: remove unused files
Diffstat:
2 files changed, 0 insertions(+), 36 deletions(-)
diff --git a/packages/taler-harness/gdb.txt b/packages/taler-harness/gdb.txt
@@ -1,26 +0,0 @@
-Program not restarted.
-Continuing.
-
-Program received signal SIGSEGV, Segmentation fault.
-0x00007fb0306a81dd in ?? () from /usr/lib/libc.so.6
-#0 0x00007fb0306a81dd in ?? () from /usr/lib/libc.so.6
-#1 0x00007fb03091865f in ?? () from /usr/lib/libmicrohttpd.so.12
-#2 0x00007fb030f150e0 in TALER_MHD_reply_legal (conn=0x55a945adfbb0, legal=0x0) at mhd_legal.c:362
-#3 0x000055a92f8b08f4 in proceed_with_handler (rc=rc@entry=0x55a945af8540, url=url@entry=0x55a945a9f15a "", upload_data=upload_data@entry=0x0, upload_data_size=upload_data_size@entry=0x7fff45b5fea0) at taler-exchange-httpd.c:1190
-#4 0x000055a92f8b1277 in handle_mhd_request (cls=<optimized out>, connection=0x55a945adfbb0, url=<optimized out>, method=0x55a945a9f150 "GET", version=<optimized out>, upload_data=0x0, upload_data_size=0x7fff45b5fea0, con_cls=0x55a945adfc68) at taler-exchange-httpd.c:1970
-#5 0x00007fb03091071f in ?? () from /usr/lib/libmicrohttpd.so.12
-#6 0x00007fb030913608 in ?? () from /usr/lib/libmicrohttpd.so.12
-#7 0x00007fb0309166d8 in ?? () from /usr/lib/libmicrohttpd.so.12
-#8 0x00007fb0309324e4 in ?? () from /usr/lib/libmicrohttpd.so.12
-#9 0x00007fb03090ff01 in ?? () from /usr/lib/libmicrohttpd.so.12
-#10 0x00007fb030918f7c in MHD_run () from /usr/lib/libmicrohttpd.so.12
-#11 0x00007fb030f19633 in run_daemon (cls=<optimized out>) at mhd_run.c:68
-#12 0x00007fb030e44b78 in GNUNET_SCHEDULER_do_work (sh=sh@entry=0x55a945a75850) at scheduler.c:2143
-#13 0x00007fb030e45a85 in select_loop (sh=0x55a945a75850, context=0x7fff45b60270) at scheduler.c:2442
-#14 GNUNET_SCHEDULER_run (task=task@entry=0x7fb030e3b630 <program_main>, task_cls=task_cls@entry=0x7fff45b60340) at scheduler.c:743
-#15 0x00007fb030e3bdde in GNUNET_PROGRAM_run2 (argc=<optimized out>, argc@entry=4, argv=argv@entry=0x7fff45b60918, binaryName=binaryName@entry=0x55a92f8ee36e "taler-exchange-httpd", binaryHelp=binaryHelp@entry=0x55a92f8ee352 "Taler exchange HTTP service", options=options@entry=0x7fff45b60550, task=task@entry=0x55a92f8b3480 <run>, task_cls=0x0, run_without_scheduler=0) at program.c:381
-#16 0x00007fb030e3c39f in GNUNET_PROGRAM_run (argc=argc@entry=4, argv=argv@entry=0x7fff45b60918, binaryName=binaryName@entry=0x55a92f8ee36e "taler-exchange-httpd", binaryHelp=binaryHelp@entry=0x55a92f8ee352 "Taler exchange HTTP service", options=options@entry=0x7fff45b60550, task=task@entry=0x55a92f8b3480 <run>, task_cls=0x0) at program.c:408
-#17 0x000055a92f8afc79 in main (argc=4, argv=0x7fff45b60918) at taler-exchange-httpd.c:2779
-Detaching from program: /home/avalos/.local/bin/taler-exchange-httpd, process 540834
-[Inferior 1 (process 540834) detached]
-The program is not being run.
diff --git a/packages/taler-harness/src/sandcastle-config.ts b/packages/taler-harness/src/sandcastle-config.ts
@@ -1,10 +0,0 @@
-// Work in progress.
-// TS-based schema for the sandcastle configuration.
-
-export interface SandcastleConfig {
- currency: string;
- merchant: {
- apiKey: string;
- baseUrl: string;
- };
-}