mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-11 16:09:31 +03:00
All pointers now eradicated.
This commit is contained in:
parent
a5914e6644
commit
ab64c9493f
@ -13,21 +13,20 @@
|
||||
big=(unit ship) :: main ship, freeze
|
||||
soc=(map monk node) :: state once big
|
||||
== ::
|
||||
++ cert (each will ,*) :: urbit and others
|
||||
++ cert (each will ,*) :: urbit or other
|
||||
++ gift :: out result <-$
|
||||
$: [%then p=node] :: propagate change
|
||||
== ::
|
||||
++ node :: social identity
|
||||
$: ven=@ud :: iteration number
|
||||
tin=(map monk link) :: inbound links
|
||||
$: tin=(map monk link) :: inbound links
|
||||
oud=(map monk link) :: outbound links
|
||||
cet=cert :: certificate
|
||||
== ::
|
||||
++ kiss :: change
|
||||
$: [%that p=note] :: social update
|
||||
++ kiss :: social update
|
||||
$: [%that p=monk q=(map monk link)] :: set links
|
||||
[%this p=monk q=cert] :: set certificate
|
||||
== ::
|
||||
++ link (pair rank ,@da) :: graph link
|
||||
++ note (qual ,@ud monk (map monk link) cert) ::
|
||||
++ link (pair rank ,@da) :: trust/expiration
|
||||
++ rank :: privilege ring
|
||||
$? %0 :: owner / admin
|
||||
%1 :: guardian / employer
|
||||
|
Loading…
Reference in New Issue
Block a user