release 1.22.0: modular ladder withdraw + pay max-search
Split pay into ladder/lib_pay.sh; force-select extract in ladder/extract_rpubs.py. check_goa_ladder.sh is only a compat shim. max-ladder now hunts highest withdrawable and highest payable (never above wallet available), using public free-amount template goa-free on hacktivism. Classic remains default 23-rung wd+pay. Pay phase always runs when LADDER_PAY=1 (visible SKIP_BALANCE when no spendable coins). Report includes best_pay / alt names.
This commit is contained in:
parent
6185f89fa6
commit
3550221b30
9 changed files with 449 additions and 274 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
# Compat shim — use check_amount_ladder.sh (generic currency amount ladder).
|
||||
# Kept so older host-agent / docs invoking check_goa_ladder.sh still work.
|
||||
# Compat shim only — prefer: ./taler-monitoring.sh ladder | max-ladder
|
||||
# Real implementation: check_amount_ladder.sh (+ ladder/ modules).
|
||||
ROOT=$(cd "$(dirname "$0")" && pwd)
|
||||
exec bash "$ROOT/check_amount_ladder.sh" "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue