mirror of
https://github.com/urbit/shrub.git
synced 2024-12-28 22:54:15 +03:00
switch back to mainnet
This commit is contained in:
parent
c7693f13e3
commit
4ddd08890c
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e2730c39b096cae303b50c81145b5f700f1f8522cf7340a3b0654fc0d7489e6c
|
||||
size 4687851
|
||||
oid sha256:34b32dd0a3821943fadccc15c0f1ddd708f181c498fa6483290bc3e58a4c1cc9
|
||||
size 4536451
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:180d8bd8fdab199f19af91aa611c92a6703f675ffee8bd063eb184c867aa085c
|
||||
size 9708918
|
||||
oid sha256:6a7fc5c2782cd7893e007e7b478f72ccc0f995a32aeb6fd6b9dd0b6177871adf
|
||||
size 9482745
|
||||
|
@ -806,7 +806,6 @@
|
||||
|%
|
||||
++ public-keys
|
||||
|= whos=(set ship)
|
||||
~& [%fake-1 whos]
|
||||
=/ whol=(list ship) ~(tap in whos)
|
||||
=/ passes
|
||||
|- ^- (list [who=ship =pass])
|
||||
@ -815,15 +814,12 @@
|
||||
=/ cub (pit:nu:crub:crypto 512 i.whol)
|
||||
:- [i.whol pub:ex:cub]
|
||||
$(whol t.whol)
|
||||
~& [%fake-2 passes]
|
||||
=/ points=(list (pair ship point))
|
||||
%+ turn passes
|
||||
|= [who=ship =pass]
|
||||
^- [who=ship =point]
|
||||
[who [rift=1 life=1 (my [1 1 pass] ~) `(^sein:title who)]]
|
||||
~& [%fake-3 points]
|
||||
=. moz [[hen %give %public-keys %full (my points)] moz]
|
||||
~& [%fake-4 moz]
|
||||
..feel
|
||||
--
|
||||
--
|
||||
|
@ -2418,7 +2418,6 @@
|
||||
%rift
|
||||
?: =(rift.a-udiff +(rift.a-point))
|
||||
`[%rift rift.a-point rift.a-udiff]
|
||||
~& [%ignoring-udiff a-udiff a-point]
|
||||
~
|
||||
::
|
||||
%keys
|
||||
@ -7859,8 +7858,8 @@
|
||||
|%
|
||||
:: azimuth: data contract
|
||||
::
|
||||
:: ++ azimuth 0x223c.067f.8cf2.8ae1.73ee.5caf.ea60.ca44.c335.fecb :: mainnet
|
||||
++ azimuth 0x308a.b6a6.024c.f198.b57e.008d.0ac9.ad02.1988.6579 :: ropsten
|
||||
++ azimuth 0x223c.067f.8cf2.8ae1.73ee.5caf.ea60.ca44.c335.fecb :: mainnet
|
||||
:: ++ azimuth 0x308a.b6a6.024c.f198.b57e.008d.0ac9.ad02.1988.6579 :: ropsten
|
||||
:: ++ azimuth 0x863d.9c2e.5c4c.1335.96cf.ac29.d552.55f0.d0f8.6381 :: local bridge
|
||||
::
|
||||
++ linear-star-release
|
||||
@ -7871,8 +7870,8 @@
|
||||
::
|
||||
:: launch: block number of azimuth deploy
|
||||
::
|
||||
:: ++ launch 6.784.800
|
||||
++ launch 4.601.630
|
||||
++ launch 6.784.800
|
||||
:: ++ launch 4.601.630
|
||||
::
|
||||
:: public: block number of azimuth becoming independent
|
||||
::
|
||||
@ -9289,28 +9288,10 @@
|
||||
[%& (^sein:title who.seed)]
|
||||
::
|
||||
%earl
|
||||
:: a moon must be signed by the parent
|
||||
::
|
||||
?~ sig.seed
|
||||
[%| %missing-sig]
|
||||
:: the parent must be launched
|
||||
::
|
||||
?~ net.point
|
||||
[%| %parent-not-keyed]
|
||||
:: life must match parent's
|
||||
::
|
||||
?. =(lyf.seed life.u.net.point)
|
||||
[%| %life-mismatch]
|
||||
=/ loy (com:nu:crub:crypto pass.u.net.point)
|
||||
=/ hax (shaf %earl (sham who.seed lyf.seed pub:ex:cub))
|
||||
:: the signature must be valid
|
||||
::
|
||||
?. =((some hax) (sure:as:loy u.sig.seed))
|
||||
[%| %invalid-sig]
|
||||
:: XX revisit for rekey
|
||||
::
|
||||
?^ live
|
||||
[%| %already-booted]
|
||||
[%& (^sein:title who.seed)]
|
||||
::
|
||||
*
|
||||
|
@ -327,8 +327,8 @@ _main_getopt(c3_i argc, c3_c** argv)
|
||||
|
||||
if ( u3_Host.ops_u.sap_c == 0 && u3_Host.ops_u.can == c3n ) {
|
||||
|
||||
u3_Host.ops_u.sap_c =
|
||||
"https://bootstrap.urbit.org/urbit-" URBIT_VERSION ".snap";
|
||||
u3_Host.ops_u.sap_c = 0;
|
||||
// "https://bootstrap.urbit.org/urbit-" URBIT_VERSION ".snap";
|
||||
}
|
||||
|
||||
if ( u3_Host.ops_u.url_c != 0 && u3_Host.ops_u.pil_c != 0 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user