Merge d76cf9ae8b into release/next-userspace

This commit is contained in:
janeway-bot 2021-07-29 05:56:01 +04:00 committed by GitHub
commit 871540ec84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 18 additions and 13 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:c9433d565aa223f0e9f44441a9ce4a0aac0ee40c94ff3916a5abd3d00e516756 oid sha256:6afbe5409c3b416c095bead50b35814646d7037a94eaf4b6bef3ab1a46f184bf
size 12974533 size 13100602

View File

@ -26,6 +26,6 @@
<div id="portal-root"></div> <div id="portal-root"></div>
<script src="/~landscape/js/channel.js"></script> <script src="/~landscape/js/channel.js"></script>
<script src="/~landscape/js/session.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> </body>
</html> </html>

View File

@ -5,8 +5,8 @@
/- glob, *resource /- glob, *resource
/+ default-agent, verb, dbug /+ default-agent, verb, dbug
|% |%
++ landscape-hash 0v5.48552.hdu43.jrjb7.jd19b.74vpc ++ landscape-hash 0v4.qs4qf.3bam7.736sg.0poq8.c6vhq
++ btc-wallet-hash 0v2.ifoe4.fbv35.aigir.66su4.fbspu ++ btc-wallet-hash 0v7.v4dng.o33qi.kc497.5jc02.ke5es
+$ state-0 [%0 hash=@uv glob=(unit (each glob:glob tid=@ta))] +$ state-0 [%0 hash=@uv glob=(unit (each glob:glob tid=@ta))]
+$ state-1 [%1 =globs:glob] +$ state-1 [%1 =globs:glob]
+$ all-states +$ all-states

View File

@ -24,6 +24,6 @@
<div id="portal-root"></div> <div id="portal-root"></div>
<script src="/~landscape/js/channel.js"></script> <script src="/~landscape/js/channel.js"></script>
<script src="/~landscape/js/session.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> </body>
</html> </html>

View File

@ -56,7 +56,10 @@
=/ old !<(versioned-state old-vase) =/ old !<(versioned-state old-vase)
?- -.old ?- -.old
%0 %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 ++ on-poke
@ -201,7 +204,8 @@
~ ~
:: only send the last one, since hark accumulates notifcations :: only send the last one, since hark accumulates notifcations
=/ =update [%notification `notification`(snag 0 (flop notes))] =/ =update [%notification `notification`(snag 0 (flop notes))]
[(fact-all:io %notify-update !>(update))]~ =/ card (fact-all:io %notify-update !>(update))
(drop card)
:: ::
%kick %kick
:_ this :_ this

View File

@ -117,12 +117,13 @@
:: ::
++ fact-all ++ fact-all
|= =cage |= =cage
^- card ^- (unit card)
=/ paths=(list path) =/ paths=(list path)
%+ turn ~(tap by sup.bowl) %+ turn ~(tap by sup.bowl)
|= [duct ship =path] |= [duct ship =path]
path path
[%give %fact paths cage] ?~ paths ~
`[%give %fact paths cage]
:: ::
++ kick ++ kick
|= paths=(list path) |= paths=(list path)

View File

@ -130,7 +130,7 @@
|= [res=resource start=@da] |= [res=resource start=@da]
^- update-log:store ^- update-log:store
%+ scry-for 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 ++ get-keys
^- resources ^- resources

View File

@ -5,4 +5,4 @@ dojo:
it should return with the following hash: it should return with the following hash:
`0v2.ifoe4.fbv35.aigir.66su4.fbspu` `0v7.v4dng.o33qi.kc497.5jc02.ke5es`

View File

@ -472,7 +472,7 @@ export const getDeepOlderThan = (
) => ({ ) => ({
app: 'graph-store', app: 'graph-store',
path: `/graph/${ship}/${name}/node/siblings` + path: `/graph/${ship}/${name}/node/siblings` +
`/${start.length > 0 ? 'older' : 'oldest'}` + `/${start.length > 0 ? 'older' : 'newest'}` +
`/kith/${count}${encodeIndex(start)}` `/kith/${count}${encodeIndex(start)}`
}); });