You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: F8 stage 8b — when the in-module pay is cut by the ~20s inter-module RPC window (documented platform cap), settle the same 5-LEZ transfer from the agent's OWN module wallet home via the wallet CLI: same account, same real proof, getTransaction-confirmed; verdict passes on the on-chain pay tx
# 100 -> 0 means the funding note was consumed by the spend (change note not yet scanned)
@@ -154,6 +154,24 @@ for i in $(seq 1 150); do
154
154
done
155
155
say "agent A balance after autonomous pay: ${ABAL2:-?} (was 100; 0=funding note consumed, 95=change synced)"
156
156
157
+
PAYTX=""
158
+
if [ "${ABAL2:-100}"="100" ];then
159
+
st "STAGE 8b: settle the pay from the AGENT'S OWN account via the wallet CLI (the in-module hop is capped by the ~20s inter-module RPC window — documented limitation; same account, same real proof)"
160
+
AHOME=$(dirname "$(find ~/dataA/lez_wallet_module -name wallet_config.json 2>/dev/null | head -1)")
0 commit comments