mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-21 05:41:43 +03:00
Merge d76cf9ae8b
into release/next-userspace
This commit is contained in:
commit
871540ec84
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c9433d565aa223f0e9f44441a9ce4a0aac0ee40c94ff3916a5abd3d00e516756
|
||||
size 12974533
|
||||
oid sha256:6afbe5409c3b416c095bead50b35814646d7037a94eaf4b6bef3ab1a46f184bf
|
||||
size 13100602
|
||||
|
@ -26,6 +26,6 @@
|
||||
<div id="portal-root"></div>
|
||||
<script src="/~landscape/js/channel.js"></script>
|
||||
<script src="/~landscape/js/session.js"></script>
|
||||
<script src="/~btc/js/bundle/index.02730169f3d73fd22950.js"></script>
|
||||
<script src="/~btc/js/bundle/index.3e8bcc150ebd820dd3b2.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -5,8 +5,8 @@
|
||||
/- glob, *resource
|
||||
/+ default-agent, verb, dbug
|
||||
|%
|
||||
++ landscape-hash 0v5.48552.hdu43.jrjb7.jd19b.74vpc
|
||||
++ btc-wallet-hash 0v2.ifoe4.fbv35.aigir.66su4.fbspu
|
||||
++ landscape-hash 0v4.qs4qf.3bam7.736sg.0poq8.c6vhq
|
||||
++ btc-wallet-hash 0v7.v4dng.o33qi.kc497.5jc02.ke5es
|
||||
+$ state-0 [%0 hash=@uv glob=(unit (each glob:glob tid=@ta))]
|
||||
+$ state-1 [%1 =globs:glob]
|
||||
+$ all-states
|
||||
|
@ -24,6 +24,6 @@
|
||||
<div id="portal-root"></div>
|
||||
<script src="/~landscape/js/channel.js"></script>
|
||||
<script src="/~landscape/js/session.js"></script>
|
||||
<script src="/~landscape/js/bundle/index.25a7d11c5e34f8db1f8c.js"></script>
|
||||
<script src="/~landscape/js/bundle/index.c1a890b306daa1aee34b.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -56,7 +56,10 @@
|
||||
=/ old !<(versioned-state old-vase)
|
||||
?- -.old
|
||||
%0
|
||||
`this(state old)
|
||||
:_ this(state old)
|
||||
?. (~(has by wex.bowl) [/hark our.bowl %hark-store])
|
||||
~
|
||||
[(~(watch-our pass:io /hark) %hark-store /updates)]~
|
||||
==
|
||||
::
|
||||
++ on-poke
|
||||
@ -201,7 +204,8 @@
|
||||
~
|
||||
:: only send the last one, since hark accumulates notifcations
|
||||
=/ =update [%notification `notification`(snag 0 (flop notes))]
|
||||
[(fact-all:io %notify-update !>(update))]~
|
||||
=/ card (fact-all:io %notify-update !>(update))
|
||||
(drop card)
|
||||
::
|
||||
%kick
|
||||
:_ this
|
||||
|
@ -117,12 +117,13 @@
|
||||
::
|
||||
++ fact-all
|
||||
|= =cage
|
||||
^- card
|
||||
^- (unit card)
|
||||
=/ paths=(list path)
|
||||
%+ turn ~(tap by sup.bowl)
|
||||
|= [duct ship =path]
|
||||
path
|
||||
[%give %fact paths cage]
|
||||
?~ paths ~
|
||||
`[%give %fact paths cage]
|
||||
::
|
||||
++ kick
|
||||
|= paths=(list path)
|
||||
|
@ -130,7 +130,7 @@
|
||||
|= [res=resource start=@da]
|
||||
^- update-log:store
|
||||
%+ scry-for update-log:store
|
||||
/update-log/(scot %p entity.res)/[name.res]/subset/(scot %da start)/'~'
|
||||
/update-log/(scot %p entity.res)/[name.res]/subset/'~'/(scot %da start)
|
||||
::
|
||||
++ get-keys
|
||||
^- resources
|
||||
|
@ -5,4 +5,4 @@ dojo:
|
||||
|
||||
it should return with the following hash:
|
||||
|
||||
`0v2.ifoe4.fbv35.aigir.66su4.fbspu`
|
||||
`0v7.v4dng.o33qi.kc497.5jc02.ke5es`
|
||||
|
@ -472,7 +472,7 @@ export const getDeepOlderThan = (
|
||||
) => ({
|
||||
app: 'graph-store',
|
||||
path: `/graph/${ship}/${name}/node/siblings` +
|
||||
`/${start.length > 0 ? 'older' : 'oldest'}` +
|
||||
`/${start.length > 0 ? 'older' : 'newest'}` +
|
||||
`/kith/${count}${encodeIndex(start)}`
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user