mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-07 07:30:23 +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
|
big=(unit ship) :: main ship, freeze
|
||||||
soc=(map monk node) :: state once big
|
soc=(map monk node) :: state once big
|
||||||
== ::
|
== ::
|
||||||
++ cert (each will ,*) :: urbit and others
|
++ cert (each will ,*) :: urbit or other
|
||||||
++ gift :: out result <-$
|
++ gift :: out result <-$
|
||||||
$: [%then p=node] :: propagate change
|
$: [%then p=node] :: propagate change
|
||||||
== ::
|
== ::
|
||||||
++ node :: social identity
|
++ 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
|
oud=(map monk link) :: outbound links
|
||||||
cet=cert :: certificate
|
cet=cert :: certificate
|
||||||
== ::
|
== ::
|
||||||
++ kiss :: change
|
++ kiss :: social update
|
||||||
$: [%that p=note] :: social update
|
$: [%that p=monk q=(map monk link)] :: set links
|
||||||
|
[%this p=monk q=cert] :: set certificate
|
||||||
== ::
|
== ::
|
||||||
++ link (pair rank ,@da) :: graph link
|
++ link (pair rank ,@da) :: trust/expiration
|
||||||
++ note (qual ,@ud monk (map monk link) cert) ::
|
|
||||||
++ rank :: privilege ring
|
++ rank :: privilege ring
|
||||||
$? %0 :: owner / admin
|
$? %0 :: owner / admin
|
||||||
%1 :: guardian / employer
|
%1 :: guardian / employer
|
||||||
|
Loading…
Reference in New Issue
Block a user