mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 00:13:12 +03:00
naive: get point data from aggregator
This commit is contained in:
parent
c715ef59fd
commit
2c2c7db981
@ -151,6 +151,7 @@
|
|||||||
[%x %nonce @ @ ~] (nonce i.t.t.path i.t.t.t.path)
|
[%x %nonce @ @ ~] (nonce i.t.t.path i.t.t.t.path)
|
||||||
[%x %spawned @ ~] (spawned i.t.t.path)
|
[%x %spawned @ ~] (spawned i.t.t.path)
|
||||||
[%x %next-batch ~] ``noun+!>(next-batch)
|
[%x %next-batch ~] ``noun+!>(next-batch)
|
||||||
|
[%x %point @ ~] (point i.t.t.path)
|
||||||
==
|
==
|
||||||
::
|
::
|
||||||
++ pending-by
|
++ pending-by
|
||||||
@ -230,6 +231,12 @@
|
|||||||
^- [=^ship =address:ethereum]
|
^- [=^ship =address:ethereum]
|
||||||
:- ship
|
:- ship
|
||||||
address:(proxy-from-point:naive %own point)
|
address:(proxy-from-point:naive %own point)
|
||||||
|
::
|
||||||
|
++ point
|
||||||
|
|= wat=@t
|
||||||
|
?~ ship=(rush wat ;~(pfix sig fed:ag))
|
||||||
|
``noun+!>(*(unit point:naive))
|
||||||
|
``noun+!>((get:orm:naive points.pre u.ship))
|
||||||
--
|
--
|
||||||
::
|
::
|
||||||
++ on-arvo
|
++ on-arvo
|
||||||
|
@ -155,7 +155,7 @@
|
|||||||
|= =ship
|
|= =ship
|
||||||
.^ (unit point:naive)
|
.^ (unit point:naive)
|
||||||
%gx
|
%gx
|
||||||
(~(scry agentio bowl) %azimuth /nas/(scot %p ship)/noun)
|
(~(scry agentio bowl) %aggregator /point/(scot %p ship)/noun)
|
||||||
==
|
==
|
||||||
::
|
::
|
||||||
++ spawned
|
++ spawned
|
||||||
|
@ -288,16 +288,8 @@
|
|||||||
|= =path
|
|= =path
|
||||||
^- (unit (unit cage))
|
^- (unit (unit cage))
|
||||||
?+ path (on-peek:def path)
|
?+ path (on-peek:def path)
|
||||||
[%x %logs ~]
|
[%x %logs ~] ``logs+!>(logs.state)
|
||||||
``logs+!>(logs.state)
|
[%x %nas ~] ``nas+!>(nas.state)
|
||||||
::
|
|
||||||
[%x %nas ~]
|
|
||||||
``nas+!>(nas.state)
|
|
||||||
::
|
|
||||||
[%x %nas @t ~]
|
|
||||||
?~ ship=(rush i.t.t.path ;~(pfix sig fed:ag))
|
|
||||||
``noun+!>(*(unit point:naive))
|
|
||||||
``noun+!>((~(get by points.nas.state) u.ship))
|
|
||||||
==
|
==
|
||||||
::
|
::
|
||||||
++ on-agent
|
++ on-agent
|
||||||
|
Loading…
Reference in New Issue
Block a user