Commit graph

26 commits

Author SHA1 Message Date
openoms
709ea134dc
fix typos and add spelling (#136)
* chore: fix typos
* ci: add spelling gh action
* chore: fix false positives
2023-07-23 08:35:04 +02:00
openoms
1b85646f7b
remove all trailing white spaces
used:
find . -type f -name '*.txt' -exec /
 sed --in-place 's/[[:space:]]\+$//' {} \+
2022-03-06 13:41:40 +00:00
openoms
d9adf3010d
replace 'torify' with 'torsocks' 2021-10-03 00:37:34 +01:00
openoms
59f6d49a0f
use trap to ensure tempfiles are deleted on exit 2021-09-02 12:01:58 +01:00
openoms
4ddfc13b52
use --txfee=1001 for 1 sat/byte
fix:  #64
2021-09-02 11:45:49 +01:00
openoms
562e3490b9
checkRPCwallet before related scripts
fixes: https://github.com/openoms/joininbox/issues/36
2021-05-09 23:57:50 +01:00
openoms
369c8831b7
payjoin: extend dialog window to content 2021-04-01 10:13:38 +01:00
openoms
68289cbe44
add txfee choice when sending a payjoin 2021-04-01 09:45:54 +01:00
openoms
8449240919
make all temporary files in RAM
mktemp -p /dev/shm/
fixes: https://github.com/openoms/joininbox/issues/16
2021-03-04 14:10:10 +00:00
openoms
fb657cbee8
change button labels
as suggested in: https://github.com/openoms/joininbox/issues/28
the main menu "Exit" button now drops to the command line
the separate "Exit to the Command Line" option is removed
Submenus use the label "Back" inplace of "Cancel"
2021-03-04 11:21:57 +00:00
openoms
6cfed58ff8
format dialog box titles 2020-10-14 09:39:28 +01:00
openoms
c61400c190
payjoin: change dialog and help output 2020-10-14 09:10:12 +01:00
openoms
63f071ea60
wait for key before returning to menu 2020-10-14 01:18:11 +01:00
openoms
37ea617118
info.stats.sh, _functions.sh: rename and refactor 2020-09-30 13:58:32 +01:00
openoms
eab065373b
info.feereport.sh shows fees earned as a Maker 2020-09-17 19:57:49 +01:00
openoms
88cda23d85
wait for key before returning to menu on error
code quality improvements:
add double quotes to prevent word splitting
fix useless echo and cat
2020-09-09 09:50:47 +01:00
openoms
451a7280b3
payjoin: use the Receive URI 2020-07-16 13:31:25 +01:00
openoms
f844646887
show the wallet filename only without path 2020-07-16 13:03:31 +01:00
openoms
9cb0c2764e
add paths to source 2020-06-22 15:25:23 +01:00
openoms
6740718341
clean variables 2020-06-22 15:15:43 +01:00
openoms
672f5331ce
payjoin: run send command directly 2020-06-22 14:37:10 +01:00
openoms
6a35e10d6e
clean comments 2020-06-22 14:11:58 +01:00
openoms
bbcaf2614c
payjoin: display what to communicate with sender 2020-06-21 10:34:51 +01:00
openoms
9b29ccd0a0
formatting 2020-06-21 01:03:29 +01:00
openoms
40a89bf357
freeze, payjoin: not just show but run commands
fixing:
https://github.com/JoinMarket-Org/joinmarket-clientserver/issues/598
2020-06-21 00:44:29 +01:00
openoms
4c427aef6d
add payjoin
completes: https://github.com/openoms/joininbox/issues/6
2020-06-20 13:10:39 +01:00