From ad69bc5e509c089905779cd7f8a6c60e062d99e4 Mon Sep 17 00:00:00 2001 From: yosoyubik Date: Thu, 6 Apr 2023 16:28:18 +0200 Subject: [PATCH] aqua: make compile for remote scry (note: untested) --- pkg/arvo/app/aqua.hoon | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pkg/arvo/app/aqua.hoon b/pkg/arvo/app/aqua.hoon index c8720cde25..8c12061dbb 100644 --- a/pkg/arvo/app/aqua.hoon +++ b/pkg/arvo/app/aqua.hoon @@ -47,7 +47,7 @@ event-log=(list unix-timed-event) next-events=(qeu unix-event) processing-events=? - namespace=(map path song:ames) + namespace=(map path (list purr:ames)) == -- :: @@ -676,16 +676,16 @@ ^$(ae [%event for /a/aqua/fine-response task], thus this) :+ %hear `lane:ames`[%| `@`from.ae] ^- blob:ames - =/ [amp=? =packet:ames] + =/ =shot:ames ::NOTE dec is important! so dumb!! - (decode-packet:ames `@`(snag (dec num.ae) u.cash)) + (sift-shot:ames `@`(snag (dec num.ae) u.cash)) ::TODO runtime needs to update rcvr field also ::NOTE rcvr life is allowed to be wrong - (encode-packet:ames amp packet(sndr from.ae, rcvr for)) - =/ pacs=(unit song:ames) + (etch-shot:ames shot(sndr from.ae, rcvr for)) + =/ pacs=(unit (list purr:ames)) %+ biff (peek-once:(pe from.ae) %ax %$ [%fine %message path.ae]) - (soft song:ames) + (soft (list purr:ames)) ?~ pacs (pe from.ae) =. namespace.u.pier (~(put by namespace.u.pier) path.ae u.pacs)