2021-04-29 23:31:45 +03:00
|
|
|
/+ *test, naive, ethereum, azimuth
|
2021-03-18 03:27:30 +03:00
|
|
|
|%
|
2021-03-18 04:07:21 +03:00
|
|
|
++ address @ux
|
2021-04-29 04:13:00 +03:00
|
|
|
++ n |=([=^state:naive =^input:naive] (%*(. naive lac |) verifier 1.337 +<))
|
2021-03-18 23:32:32 +03:00
|
|
|
:: TODO: does this uniquely produce the pubkey?
|
|
|
|
::
|
2021-03-28 05:08:17 +03:00
|
|
|
++ verifier
|
2021-03-18 03:27:30 +03:00
|
|
|
^- ^verifier:naive
|
2021-04-29 01:38:28 +03:00
|
|
|
|= [dat=octs v=@ r=@ s=@]
|
|
|
|
?: (gth v 3) ~ :: TODO: move to jet
|
2021-03-28 05:08:17 +03:00
|
|
|
=/ result
|
|
|
|
%- mule
|
|
|
|
|.
|
|
|
|
=, secp256k1:secp:crypto
|
|
|
|
%- address-from-pub:key:ethereum
|
|
|
|
%- serialize-point
|
2021-04-29 01:38:28 +03:00
|
|
|
(ecdsa-raw-recover (keccak-256:keccak:crypto dat) v r s)
|
2021-03-28 05:08:17 +03:00
|
|
|
?- -.result
|
|
|
|
%| ~
|
|
|
|
%& `p.result
|
|
|
|
==
|
2021-03-18 04:07:21 +03:00
|
|
|
::
|
2021-04-28 03:31:38 +03:00
|
|
|
++ addr address-from-prv:key:ethereum
|
2021-04-14 21:30:00 +03:00
|
|
|
::
|
2021-03-18 04:07:21 +03:00
|
|
|
++ log
|
2021-04-15 02:58:27 +03:00
|
|
|
|= [log-name=@ux data=@ux topics=(lest @)]
|
2021-03-18 04:07:21 +03:00
|
|
|
^- ^input:naive
|
2021-04-02 05:24:31 +03:00
|
|
|
[%log *@ux data log-name topics]
|
2021-03-18 04:07:21 +03:00
|
|
|
::
|
2021-04-14 21:30:00 +03:00
|
|
|
:: ~bud is so that we aren't testing something impossible in Azimuth, like a star spawned before its sponsor galaxy
|
2021-03-18 04:07:21 +03:00
|
|
|
::
|
|
|
|
++ init-bud
|
|
|
|
|= =^state:naive
|
2021-04-15 01:54:40 +03:00
|
|
|
^- [effects:naive ^state:naive]
|
2021-04-22 22:18:23 +03:00
|
|
|
(n state (owner-changed:l1 ~bud (addr ~bud)))
|
2021-04-14 21:30:00 +03:00
|
|
|
::
|
|
|
|
:: ~dopbud is for testing L1 ownership with L2 spawn proxy
|
|
|
|
::
|
|
|
|
++ init-dopbud
|
|
|
|
|= =^state:naive
|
2021-04-15 01:54:40 +03:00
|
|
|
^- [effects:naive ^state:naive]
|
2021-04-14 21:30:00 +03:00
|
|
|
=^ f1 state (init-bud state)
|
2021-04-22 22:18:23 +03:00
|
|
|
=^ f2 state (n state (owner-changed:l1 ~dopbud (addr %dopbud-key-0)))
|
2021-04-14 21:33:31 +03:00
|
|
|
=^ f3 state (n state (changed-spawn-proxy:l1 ~dopbud deposit-address:naive))
|
2021-04-14 21:30:00 +03:00
|
|
|
[:(welp f1 f2 f3) state]
|
|
|
|
::
|
|
|
|
:: ~marbud is for testing L2 ownership
|
2021-03-18 04:07:21 +03:00
|
|
|
::
|
2021-04-14 21:30:00 +03:00
|
|
|
++ init-marbud
|
2021-03-18 04:07:21 +03:00
|
|
|
|= =^state:naive
|
2021-04-15 01:54:40 +03:00
|
|
|
^- [effects:naive ^state:naive]
|
2021-03-18 04:07:21 +03:00
|
|
|
=^ f1 state (init-bud state)
|
2021-04-22 22:18:23 +03:00
|
|
|
=^ f2 state (n state (owner-changed:l1 ~marbud (addr %marbud-key-0)))
|
2021-04-14 21:30:00 +03:00
|
|
|
=^ f3 state (n state (owner-changed:l1 ~marbud deposit-address:naive))
|
2021-03-18 04:07:21 +03:00
|
|
|
[:(welp f1 f2 f3) state]
|
|
|
|
::
|
2021-04-23 21:52:48 +03:00
|
|
|
:: ~sambud is for testing L1 stars attempting L2 actions
|
2021-04-22 22:18:23 +03:00
|
|
|
::
|
2021-04-23 21:52:48 +03:00
|
|
|
++ init-sambud
|
2021-04-22 22:18:23 +03:00
|
|
|
|= =^state:naive
|
|
|
|
^- [effects:naive ^state:naive]
|
|
|
|
=^ f1 state (init-bud state)
|
2021-04-23 21:52:48 +03:00
|
|
|
=^ f2 state (n state (owner-changed:l1 ~sambud (addr %sambud-key-0)))
|
2021-04-22 22:18:23 +03:00
|
|
|
[:(welp f1 f2) state]
|
|
|
|
::
|
2021-03-18 04:07:21 +03:00
|
|
|
++ sign-tx
|
2021-04-28 08:58:19 +03:00
|
|
|
|= [pk=@ nonce=@ud tx=octs] ^- octs
|
2021-04-29 08:04:11 +03:00
|
|
|
=/ prepared-data (prepare-for-sig 1.337 nonce tx)
|
2021-04-28 03:23:01 +03:00
|
|
|
=/ sign-data
|
2021-04-28 08:58:19 +03:00
|
|
|
=/ len (rsh [3 2] (scot %ui p.prepared-data))
|
2021-04-28 03:23:01 +03:00
|
|
|
%- keccak-256:keccak:crypto
|
2021-04-29 05:19:50 +03:00
|
|
|
%: cad:naive 3
|
2021-04-28 08:58:19 +03:00
|
|
|
26^'\19Ethereum Signed Message:\0a'
|
|
|
|
(met 3 len)^len
|
|
|
|
prepared-data
|
|
|
|
~
|
|
|
|
==
|
2021-04-28 03:23:01 +03:00
|
|
|
=+ (ecdsa-raw-sign:secp256k1:secp:crypto sign-data pk)
|
2021-04-29 05:19:50 +03:00
|
|
|
(cad:naive 3 1^v 32^s 32^r tx ~)
|
2021-03-18 04:07:21 +03:00
|
|
|
::
|
2021-04-29 08:04:11 +03:00
|
|
|
++ prepare-for-sig
|
|
|
|
|= [chain-id=@ud nonce=@ud tx=octs]
|
|
|
|
^- octs
|
|
|
|
=/ chain-t (rsh [3 2] (scot %ui chain-id))
|
|
|
|
%: cad:naive 3
|
|
|
|
14^'UrbitIDV1Chain'
|
|
|
|
(met 3 chain-t)^chain-t
|
|
|
|
1^':'
|
|
|
|
4^nonce
|
|
|
|
tx
|
|
|
|
~
|
|
|
|
==
|
2021-03-18 04:07:21 +03:00
|
|
|
::
|
2021-04-14 21:30:00 +03:00
|
|
|
++ l1
|
|
|
|
|%
|
|
|
|
::
|
|
|
|
:: Azimuth.sol events
|
|
|
|
::
|
|
|
|
++ owner-changed
|
|
|
|
|= [=ship =address]
|
2021-04-15 03:24:33 +03:00
|
|
|
(log owner-changed:log-names:naive *@ux ship address ~)
|
2021-04-14 21:30:00 +03:00
|
|
|
::
|
|
|
|
:: TODO: Activated (not in lib/naive.hoon)
|
|
|
|
:: TODO: Spawned (not in lib/naive.hoon)
|
|
|
|
::
|
|
|
|
++ escape-requested
|
|
|
|
|= [escapee=ship parent=ship]
|
2021-04-15 03:24:33 +03:00
|
|
|
(log escape-requested:log-names:naive *@ux escapee parent ~)
|
2021-04-14 21:30:00 +03:00
|
|
|
::
|
|
|
|
++ escape-canceled
|
|
|
|
:: The parent is pinned but not used in lib/naive.hoon for some reason
|
|
|
|
|= [escapee=ship parent=ship]
|
2021-04-15 03:24:33 +03:00
|
|
|
(log escape-canceled:log-names:naive *@ux escapee parent ~)
|
2021-04-14 21:30:00 +03:00
|
|
|
::
|
|
|
|
++ escape-accepted
|
|
|
|
|= [escapee=ship parent=ship]
|
2021-04-15 03:24:33 +03:00
|
|
|
(log escape-accepted:log-names:naive *@ux escapee parent ~)
|
2021-04-14 21:30:00 +03:00
|
|
|
::
|
|
|
|
++ lost-sponsor
|
|
|
|
|= [lost=ship parent=ship]
|
2021-04-15 03:24:33 +03:00
|
|
|
(log lost-sponsor:log-names:naive *@ux lost parent ~)
|
2021-04-14 21:30:00 +03:00
|
|
|
::
|
2021-04-22 20:40:32 +03:00
|
|
|
++ changed-keys
|
|
|
|
|= [=ship encr=@ auth=@ suite=@ life=@]
|
|
|
|
=/ keys=@ux
|
|
|
|
%: can 8
|
|
|
|
1^life
|
|
|
|
1^suite
|
|
|
|
1^auth
|
|
|
|
1^encr
|
|
|
|
~
|
|
|
|
==
|
|
|
|
(log changed-keys:log-names:naive keys ship ~)
|
2021-04-14 21:30:00 +03:00
|
|
|
::
|
|
|
|
++ broke-continuity
|
|
|
|
|= [=ship rift=@]
|
|
|
|
(log broke-continuity:log-names:naive rift ship ~)
|
|
|
|
::
|
|
|
|
++ changed-spawn-proxy
|
2021-04-14 21:33:31 +03:00
|
|
|
|= [=ship =address]
|
2021-04-15 03:24:33 +03:00
|
|
|
(log changed-spawn-proxy:log-names:naive *@ux ship address ~)
|
2021-04-14 21:30:00 +03:00
|
|
|
::
|
|
|
|
++ changed-transfer-proxy
|
|
|
|
|= [=ship =address]
|
2021-04-15 03:24:33 +03:00
|
|
|
(log changed-transfer-proxy:log-names:naive *@ux ship address ~)
|
2021-04-14 21:30:00 +03:00
|
|
|
::
|
|
|
|
++ changed-management-proxy
|
2021-04-14 21:31:47 +03:00
|
|
|
|= [=ship =address]
|
2021-04-15 03:24:33 +03:00
|
|
|
(log changed-management-proxy:log-names:naive *@ux ship address ~)
|
2021-04-14 21:30:00 +03:00
|
|
|
::
|
|
|
|
++ changed-voting-proxy
|
2021-04-14 21:31:47 +03:00
|
|
|
|= [=ship =address]
|
2021-04-15 03:24:33 +03:00
|
|
|
(log changed-voting-proxy:log-names:naive *@ux ship address ~)
|
2021-04-14 21:30:00 +03:00
|
|
|
::
|
|
|
|
:: TODO: ChangedDns (lib/naive still has TODOs)
|
|
|
|
::
|
|
|
|
:: Ecliptic.sol events
|
|
|
|
::
|
|
|
|
++ approval-for-all
|
2021-04-15 03:24:33 +03:00
|
|
|
|= [owner=address operator=address approved=@]
|
2021-04-14 21:30:00 +03:00
|
|
|
(log approval-for-all:log-names:naive approved owner operator ~)
|
|
|
|
::
|
|
|
|
--
|
2021-04-09 17:53:15 +03:00
|
|
|
::
|
2021-04-14 21:30:00 +03:00
|
|
|
++ l2
|
2021-04-09 17:53:15 +03:00
|
|
|
::
|
2021-04-14 21:30:00 +03:00
|
|
|
|%
|
|
|
|
::
|
2021-04-14 22:36:56 +03:00
|
|
|
++ spawn
|
2021-04-28 08:58:19 +03:00
|
|
|
|= [nonce=@ud parent=ship pk=@ proxy=@tas child=ship =address] ^- octs
|
2021-04-23 21:54:36 +03:00
|
|
|
%^ sign-tx pk nonce
|
2021-04-29 05:55:57 +03:00
|
|
|
%: cad:naive 3
|
|
|
|
(from-proxy:bits proxy)
|
|
|
|
4^parent
|
|
|
|
1^%1 :: %spawn
|
|
|
|
4^child
|
|
|
|
20^address
|
|
|
|
~
|
|
|
|
==
|
2021-04-14 22:36:56 +03:00
|
|
|
::
|
|
|
|
++ transfer-point
|
2021-04-28 08:58:19 +03:00
|
|
|
|= [nonce=@ud =ship pk=@ =address proxy=@tas reset=?] ^- octs
|
2021-04-23 21:54:36 +03:00
|
|
|
%^ sign-tx pk nonce
|
2021-04-29 05:19:50 +03:00
|
|
|
%: cad:naive 3
|
2021-04-14 22:36:56 +03:00
|
|
|
(from-proxy:bits proxy)
|
|
|
|
4^ship
|
|
|
|
1^(can 0 7^%0 1^reset ~) :: %transfer-point
|
2021-04-14 21:30:00 +03:00
|
|
|
20^address
|
|
|
|
~
|
|
|
|
==
|
|
|
|
::
|
2021-04-14 22:36:56 +03:00
|
|
|
++ configure-keys
|
2021-04-28 08:58:19 +03:00
|
|
|
|= $: nonce=@ud =ship pk=@ proxy=@tas
|
2021-04-30 21:00:03 +03:00
|
|
|
breach=? encrypt=@ auth=@ crypto-suite=@
|
2021-04-28 08:58:19 +03:00
|
|
|
==
|
|
|
|
^- octs
|
2021-04-23 21:54:36 +03:00
|
|
|
%^ sign-tx pk nonce
|
2021-04-29 05:19:50 +03:00
|
|
|
%: cad:naive 3
|
2021-04-14 22:36:56 +03:00
|
|
|
(from-proxy:bits proxy)
|
2021-04-14 21:30:00 +03:00
|
|
|
4^ship
|
2021-04-14 22:36:56 +03:00
|
|
|
1^(can 0 7^%2 1^breach ~) :: %configure-keys
|
|
|
|
32^encrypt
|
|
|
|
32^auth
|
|
|
|
4^crypto-suite
|
2021-04-14 21:30:00 +03:00
|
|
|
~
|
|
|
|
==
|
2021-04-14 22:36:56 +03:00
|
|
|
::
|
|
|
|
++ escape
|
2021-04-28 08:58:19 +03:00
|
|
|
|= [nonce=@ud child=ship pk=@ proxy=@tas parent=ship] ^- octs
|
2021-04-23 21:54:36 +03:00
|
|
|
%^ sign-tx pk nonce
|
2021-04-14 22:36:56 +03:00
|
|
|
(take-escape:bits %escape child proxy parent)
|
|
|
|
::
|
|
|
|
++ cancel-escape
|
2021-04-28 08:58:19 +03:00
|
|
|
|= [nonce=@ud child=ship pk=@ proxy=@tas parent=ship] ^- octs
|
2021-04-23 21:54:36 +03:00
|
|
|
%^ sign-tx pk nonce
|
2021-04-14 22:36:56 +03:00
|
|
|
(take-escape:bits %cancel-escape child proxy parent)
|
|
|
|
::
|
|
|
|
++ adopt
|
2021-04-28 08:58:19 +03:00
|
|
|
|= [nonce=@ud child=ship pk=@ proxy=@tas parent=ship] ^- octs
|
2021-04-23 21:54:36 +03:00
|
|
|
%^ sign-tx pk nonce
|
2021-04-29 05:55:57 +03:00
|
|
|
(take-escape:bits %adopt parent proxy child)
|
2021-04-14 22:36:56 +03:00
|
|
|
::
|
|
|
|
++ reject
|
2021-04-28 08:58:19 +03:00
|
|
|
|= [nonce=@ud child=ship pk=@ proxy=@tas parent=ship] ^- octs
|
2021-04-23 21:54:36 +03:00
|
|
|
%^ sign-tx pk nonce
|
2021-04-29 05:55:57 +03:00
|
|
|
(take-escape:bits %reject parent proxy child)
|
2021-04-14 22:36:56 +03:00
|
|
|
::
|
|
|
|
++ detach
|
2021-04-28 08:58:19 +03:00
|
|
|
|= [nonce=@ud child=ship pk=@ proxy=@tas parent=ship] ^- octs
|
2021-04-23 21:54:36 +03:00
|
|
|
%^ sign-tx pk nonce
|
2021-04-29 05:55:57 +03:00
|
|
|
(take-escape:bits %detach parent proxy child)
|
2021-04-14 22:36:56 +03:00
|
|
|
::
|
|
|
|
++ set-management-proxy
|
2021-04-28 08:58:19 +03:00
|
|
|
|= [nonce=@ud =ship pk=@ proxy=@tas =address] ^- octs
|
2021-04-23 21:54:36 +03:00
|
|
|
%^ sign-tx pk nonce
|
2021-04-28 08:58:19 +03:00
|
|
|
^- octs
|
2021-04-29 05:55:57 +03:00
|
|
|
(take-ship-address:bits %set-management-proxy ship proxy address)
|
2021-04-14 22:36:56 +03:00
|
|
|
::
|
|
|
|
++ set-spawn-proxy
|
2021-04-28 08:58:19 +03:00
|
|
|
|= [nonce=@ud =ship pk=@ proxy=@tas =address] ^- octs
|
2021-04-23 21:54:36 +03:00
|
|
|
%^ sign-tx pk nonce
|
2021-04-29 05:55:57 +03:00
|
|
|
(take-ship-address:bits %set-spawn-proxy ship proxy address)
|
2021-04-14 22:36:56 +03:00
|
|
|
::
|
|
|
|
++ set-transfer-proxy
|
2021-04-28 08:58:19 +03:00
|
|
|
|= [nonce=@ud =ship pk=@ proxy=@tas =address] ^- octs
|
2021-04-23 21:54:36 +03:00
|
|
|
%^ sign-tx pk nonce
|
2021-04-29 05:55:57 +03:00
|
|
|
(take-ship-address:bits %set-transfer-proxy ship proxy address)
|
2021-04-14 22:36:56 +03:00
|
|
|
::
|
|
|
|
++ bits
|
|
|
|
::
|
|
|
|
|%
|
|
|
|
::
|
|
|
|
:: TODO: Shouldn't need to pass all these arguments along - they should already be in the subject somewhere
|
|
|
|
::
|
|
|
|
++ take-escape
|
2021-04-29 05:55:57 +03:00
|
|
|
|= [action=@tas from=ship proxy=@tas other=ship] ^- octs
|
2021-04-14 22:36:56 +03:00
|
|
|
=/ op
|
|
|
|
?+ action !!
|
|
|
|
%escape %3
|
|
|
|
%cancel-escape %4
|
|
|
|
%adopt %5
|
|
|
|
%reject %6
|
|
|
|
%detach %7
|
|
|
|
==
|
2021-04-29 05:19:50 +03:00
|
|
|
%: cad:naive 3
|
2021-04-14 22:36:56 +03:00
|
|
|
(from-proxy proxy)
|
2021-04-29 05:55:57 +03:00
|
|
|
4^from
|
2021-04-14 22:36:56 +03:00
|
|
|
1^(can 0 7^op 1^0 ~)
|
2021-04-29 05:55:57 +03:00
|
|
|
4^other
|
2021-04-14 22:36:56 +03:00
|
|
|
~
|
|
|
|
==
|
|
|
|
::
|
|
|
|
++ take-ship-address
|
2021-04-29 05:55:57 +03:00
|
|
|
|= [action=@tas from=ship proxy=@tas =address] ^- octs
|
2021-04-14 22:36:56 +03:00
|
|
|
=/ op
|
|
|
|
?+ action !!
|
|
|
|
%set-management-proxy %8
|
|
|
|
%set-spawn-proxy %9
|
2021-04-15 04:03:52 +03:00
|
|
|
%set-transfer-proxy %10
|
2021-04-14 22:36:56 +03:00
|
|
|
==
|
2021-04-29 05:19:50 +03:00
|
|
|
%: cad:naive 3
|
2021-04-14 22:36:56 +03:00
|
|
|
(from-proxy proxy)
|
|
|
|
4^from
|
|
|
|
1^(can 0 7^op 1^0 ~)
|
|
|
|
20^address
|
|
|
|
~
|
|
|
|
==
|
|
|
|
::
|
|
|
|
++ from-proxy
|
|
|
|
|= prx=@tas
|
2021-04-15 01:54:40 +03:00
|
|
|
^- [@ @]
|
2021-04-14 22:36:56 +03:00
|
|
|
=/ proxy
|
|
|
|
?+ prx !!
|
|
|
|
%own %0
|
|
|
|
%spawn %1
|
|
|
|
%manage %2
|
|
|
|
%vote %3
|
|
|
|
%transfer %4
|
|
|
|
==
|
2021-04-21 09:51:32 +03:00
|
|
|
1^(can 0 3^proxy 5^0 ~)
|
2021-04-14 22:36:56 +03:00
|
|
|
::
|
|
|
|
--
|
|
|
|
::
|
2021-04-14 21:30:00 +03:00
|
|
|
--
|
2021-04-09 23:22:52 +03:00
|
|
|
::
|
2021-03-18 03:27:30 +03:00
|
|
|
--
|
|
|
|
::
|
|
|
|
|%
|
2021-05-01 00:16:53 +03:00
|
|
|
::
|
|
|
|
:: TODO: Factor out commonly used things like keys and addresses
|
|
|
|
::
|
2021-04-15 01:54:40 +03:00
|
|
|
++ test-log ^- tang
|
2021-03-18 03:27:30 +03:00
|
|
|
%+ expect-eq
|
|
|
|
!>
|
2021-04-03 02:06:24 +03:00
|
|
|
:- [%point ~bud %owner 0x123]~
|
2021-04-15 03:24:33 +03:00
|
|
|
:_ [~ ~] :_ [~ ~]
|
2021-04-15 03:17:01 +03:00
|
|
|
:- ~bud
|
|
|
|
%*(. *point:naive dominion %l1, owner.own 0x123^0, who.sponsor.net ~bud)
|
2021-03-18 03:27:30 +03:00
|
|
|
::
|
|
|
|
!>
|
2021-04-29 04:13:00 +03:00
|
|
|
%^ naive verifier 1.337 :- *^state:naive
|
2021-04-15 02:58:27 +03:00
|
|
|
:* %log *@ux *@ux
|
2021-04-02 05:24:31 +03:00
|
|
|
owner-changed:log-names:naive (@ux ~bud) 0x123 ~
|
2021-03-18 03:27:30 +03:00
|
|
|
==
|
2021-03-18 04:07:21 +03:00
|
|
|
::
|
2021-04-15 01:54:40 +03:00
|
|
|
++ test-deposit ^- tang
|
2021-03-18 04:07:21 +03:00
|
|
|
%+ expect-eq
|
|
|
|
!> %l2
|
|
|
|
::
|
|
|
|
!>
|
|
|
|
=| =^state:naive
|
2021-04-14 21:30:00 +03:00
|
|
|
=^ f state (init-marbud state)
|
2021-03-18 04:07:21 +03:00
|
|
|
dominion:(~(got by points.state) ~marbud)
|
|
|
|
::
|
2021-04-15 01:54:40 +03:00
|
|
|
++ test-batch ^- tang
|
2021-03-18 04:07:21 +03:00
|
|
|
%+ expect-eq
|
2021-04-01 10:05:12 +03:00
|
|
|
!> [0x234 2]
|
2021-03-18 04:07:21 +03:00
|
|
|
::
|
|
|
|
!>
|
|
|
|
=| =^state:naive
|
2021-04-14 21:30:00 +03:00
|
|
|
=^ f state (init-marbud state)
|
2021-04-28 08:58:19 +03:00
|
|
|
=^ f state (n state %bat q:(transfer-point:l2 0 ~marbud %marbud-key-0 (addr %marbud-key-0) %own |))
|
|
|
|
=^ f state (n state %bat q:(transfer-point:l2 1 ~marbud %marbud-key-0 0x234 %own |))
|
2021-03-18 04:07:21 +03:00
|
|
|
owner.own:(~(got by points.state) ~marbud)
|
2021-04-09 17:53:15 +03:00
|
|
|
::
|
2021-04-15 01:53:38 +03:00
|
|
|
++ test-l1-changed-spawn-proxy ^- tang
|
|
|
|
%+ expect-eq
|
|
|
|
!> [0x123 0]
|
|
|
|
::
|
|
|
|
!>
|
|
|
|
=| =^state:naive
|
|
|
|
=^ f state (init-bud state)
|
|
|
|
=^ f state (n state (changed-spawn-proxy:l1 ~bud 0x123))
|
|
|
|
spawn-proxy.own:(~(got by points.state) ~bud)
|
|
|
|
::
|
|
|
|
++ test-l1-changed-transfer-proxy ^- tang
|
|
|
|
%+ expect-eq
|
|
|
|
!> [0x123 0]
|
|
|
|
::
|
|
|
|
!>
|
|
|
|
=| =^state:naive
|
|
|
|
=^ f state (init-bud state)
|
|
|
|
=^ f state (n state (changed-transfer-proxy:l1 ~bud 0x123))
|
|
|
|
transfer-proxy.own:(~(got by points.state) ~bud)
|
|
|
|
::
|
|
|
|
++ test-l1-changed-management-proxy ^- tang
|
|
|
|
%+ expect-eq
|
|
|
|
!> [0x123 0]
|
|
|
|
::
|
|
|
|
!>
|
|
|
|
=| =^state:naive
|
|
|
|
=^ f state (init-bud state)
|
|
|
|
=^ f state (n state (changed-management-proxy:l1 ~bud 0x123))
|
|
|
|
management-proxy.own:(~(got by points.state) ~bud)
|
|
|
|
::
|
|
|
|
++ test-l1-changed-voting-proxy ^- tang
|
|
|
|
%+ expect-eq
|
|
|
|
!> [0x123 0]
|
|
|
|
::
|
|
|
|
!>
|
|
|
|
=| =^state:naive
|
|
|
|
=^ f state (init-bud state)
|
|
|
|
=^ f state (n state (changed-voting-proxy:l1 ~bud 0x123))
|
|
|
|
voting-proxy.own:(~(got by points.state) ~bud)
|
|
|
|
::
|
2021-04-28 22:29:20 +03:00
|
|
|
++ test-l1-changed-keys ^- tang
|
|
|
|
=/ encrypt (shax 'Your eyes dont see, you do.')
|
|
|
|
=/ auth (shax 'We think much less than we think we think.')
|
2021-04-29 23:31:45 +03:00
|
|
|
=/ suite 1
|
|
|
|
=/ life 1
|
|
|
|
=/ new-keys [~bud encrypt auth suite life]
|
2021-04-28 22:29:20 +03:00
|
|
|
%+ expect-eq
|
2021-04-29 23:31:45 +03:00
|
|
|
!> [suite auth encrypt]
|
2021-04-28 22:29:20 +03:00
|
|
|
::
|
|
|
|
!>
|
|
|
|
=| =^state:naive
|
|
|
|
=^ f state (init-bud state)
|
|
|
|
=^ f state (n state (changed-keys:l1 new-keys))
|
2021-04-29 23:31:45 +03:00
|
|
|
|1:keys.net:(~(got by points.state) ~bud)
|
2021-04-28 22:29:20 +03:00
|
|
|
::
|
2021-04-15 01:53:38 +03:00
|
|
|
++ test-l2-set-spawn-proxy ^- tang
|
|
|
|
%+ expect-eq
|
|
|
|
!> [0x123 0]
|
|
|
|
::
|
|
|
|
!>
|
|
|
|
=| =^state:naive
|
|
|
|
=^ f state (init-marbud state)
|
2021-04-28 08:58:19 +03:00
|
|
|
=^ f state (n state %bat q:(set-spawn-proxy:l2 0 ~marbud %marbud-key-0 %own 0x123))
|
2021-04-15 01:53:38 +03:00
|
|
|
spawn-proxy.own:(~(got by points.state) ~marbud)
|
|
|
|
::
|
|
|
|
++ test-l2-set-transfer-proxy ^- tang
|
|
|
|
%+ expect-eq
|
|
|
|
!> [0x123 0]
|
|
|
|
::
|
|
|
|
!>
|
|
|
|
=| =^state:naive
|
|
|
|
=^ f state (init-marbud state)
|
2021-04-28 08:58:19 +03:00
|
|
|
=^ f state (n state %bat q:(set-transfer-proxy:l2 0 ~marbud %marbud-key-0 %own 0x123))
|
2021-04-15 01:53:38 +03:00
|
|
|
transfer-proxy.own:(~(got by points.state) ~marbud)
|
|
|
|
::
|
|
|
|
++ test-l2-set-management-proxy ^- tang
|
|
|
|
%+ expect-eq
|
|
|
|
!> [0x123 0]
|
|
|
|
::
|
|
|
|
!>
|
|
|
|
=| =^state:naive
|
|
|
|
=^ f state (init-marbud state)
|
2021-04-28 08:58:19 +03:00
|
|
|
=^ f state (n state %bat q:(set-management-proxy:l2 0 ~marbud %marbud-key-0 %own 0x123))
|
2021-04-15 01:53:38 +03:00
|
|
|
management-proxy.own:(~(got by points.state) ~marbud)
|
|
|
|
::
|
|
|
|
++ test-l2-spawn-proxy-deposit ^- tang
|
2021-04-09 17:53:15 +03:00
|
|
|
%+ expect-eq
|
|
|
|
!> %spawn
|
|
|
|
::
|
|
|
|
!>
|
|
|
|
=| =^state:naive
|
2021-04-14 21:30:00 +03:00
|
|
|
=^ f state (init-dopbud state)
|
2021-04-09 17:53:15 +03:00
|
|
|
dominion:(~(got by points.state) ~dopbud)
|
2021-04-09 23:22:52 +03:00
|
|
|
::
|
2021-04-15 01:53:38 +03:00
|
|
|
++ test-marbud-l2-spawn ^- tang
|
2021-04-09 23:22:52 +03:00
|
|
|
%+ expect-eq
|
2021-04-22 22:18:23 +03:00
|
|
|
!> [`@ux`(addr %ll-key-0) 0]
|
2021-04-15 01:53:38 +03:00
|
|
|
::
|
2021-04-09 23:22:52 +03:00
|
|
|
!>
|
|
|
|
=| =^state:naive
|
2021-04-14 21:30:00 +03:00
|
|
|
=^ f state (init-marbud state)
|
2021-04-28 08:58:19 +03:00
|
|
|
=^ f state (n state %bat q:(spawn:l2 0 ~marbud %marbud-key-0 %own ~linnup-torsyx (addr %ll-key-0)))
|
2021-04-09 23:22:52 +03:00
|
|
|
transfer-proxy.own:(~(got by points.state) ~linnup-torsyx)
|
2021-04-22 22:18:23 +03:00
|
|
|
::
|
|
|
|
++ test-marbud-l2-spawn-w-proxy ^- tang
|
|
|
|
%+ expect-eq
|
|
|
|
!> [`@ux`(addr %ll-key-0) 0]
|
2021-04-15 01:53:38 +03:00
|
|
|
::
|
2021-04-09 23:22:52 +03:00
|
|
|
!>
|
|
|
|
=| =^state:naive
|
2021-04-14 21:30:00 +03:00
|
|
|
=^ f state (init-marbud state)
|
2021-04-28 22:13:31 +03:00
|
|
|
=^ f state (n state %bat q:(set-spawn-proxy:l2 0 ~marbud %marbud-key-0 %own (addr %marbud-spn)))
|
|
|
|
=^ f state (n state %bat q:(spawn:l2 0 ~marbud %marbud-spn %spawn ~linnup-torsyx (addr %ll-key-0)))
|
2021-04-09 23:22:52 +03:00
|
|
|
transfer-proxy.own:(~(got by points.state) ~linnup-torsyx)
|
|
|
|
::
|
2021-04-28 22:13:31 +03:00
|
|
|
++ test-marbud-l2-change-keys
|
|
|
|
=/ encrypt (shax 'You will forget that you ever read this sentence.')
|
|
|
|
=/ auth (shax 'You cant know that this sentence is true.')
|
2021-04-29 23:31:45 +03:00
|
|
|
=/ suite 1
|
2021-04-30 21:00:03 +03:00
|
|
|
=/ new-keys-own [0 ~marbud %marbud-key-0 %own | encrypt auth suite]
|
|
|
|
=/ new-keys-mgt [0 ~marbud %marbud-mgt %manage | encrypt auth suite]
|
2021-04-28 22:13:31 +03:00
|
|
|
=/ mgt-proxy [0 ~marbud %marbud-key-0 %own (addr %marbud-mgt)]
|
|
|
|
;: weld
|
|
|
|
%+ expect-eq
|
2021-04-29 23:31:45 +03:00
|
|
|
!> [suite auth encrypt]
|
2021-04-28 22:13:31 +03:00
|
|
|
::
|
|
|
|
!>
|
|
|
|
=| =^state:naive
|
|
|
|
=^ f state (init-marbud state)
|
|
|
|
=^ f state (n state %bat q:(configure-keys:l2 new-keys-own))
|
2021-04-29 23:31:45 +03:00
|
|
|
|1:keys.net:(~(got by points.state) ~marbud)
|
2021-04-28 22:13:31 +03:00
|
|
|
::
|
|
|
|
%+ expect-eq
|
2021-04-29 23:31:45 +03:00
|
|
|
!> [suite auth encrypt]
|
2021-04-28 22:13:31 +03:00
|
|
|
::
|
|
|
|
!>
|
|
|
|
=| =^state:naive
|
|
|
|
=^ f state (init-marbud state)
|
|
|
|
=^ f state (n state %bat q:(set-management-proxy:l2 mgt-proxy))
|
|
|
|
=^ f state (n state %bat q:(configure-keys:l2 new-keys-mgt))
|
2021-04-29 23:31:45 +03:00
|
|
|
|1:keys.net:(~(got by points.state) ~marbud)
|
2021-04-28 22:13:31 +03:00
|
|
|
::
|
2021-04-28 22:29:20 +03:00
|
|
|
:: TODO: make sure nobody else can change these keys
|
2021-04-28 22:13:31 +03:00
|
|
|
==
|
|
|
|
::
|
2021-04-30 23:39:13 +03:00
|
|
|
++ test-marbud-l2-transfer-breach ^- tang
|
|
|
|
=/ encrypt (shax 'You will forget that you ever read this sentence.')
|
|
|
|
=/ auth (shax 'You cant know that this sentence is true.')
|
|
|
|
=/ suite 1
|
|
|
|
=/ new-keys [0 ~marbud %marbud-key-0 %own | encrypt auth suite]
|
|
|
|
;: weld
|
|
|
|
%+ expect-eq
|
|
|
|
:: Tests that proxies are reset on transfer breach
|
|
|
|
!>
|
|
|
|
:* [(addr %marbud-key-1) 3] :: ownership
|
|
|
|
[0 0] :: spawn-proxy
|
|
|
|
[0 0] :: management-proxy
|
|
|
|
[0 0] :: voting-proxy
|
|
|
|
[0 1] :: transfer-proxy
|
|
|
|
==
|
|
|
|
::
|
|
|
|
!>
|
|
|
|
=| =^state:naive
|
|
|
|
=^ f state (init-marbud state)
|
|
|
|
=^ f state (n state %bat q:(set-spawn-proxy:l2 0 ~marbud %marbud-key-0 %own 0x123))
|
|
|
|
=^ f state (n state %bat q:(set-management-proxy:l2 1 ~marbud %marbud-key-0 %own 0x234))
|
|
|
|
=^ f state (n state %bat q:(set-transfer-proxy:l2 2 ~marbud %marbud-key-0 %own (addr %marbud-key-1)))
|
|
|
|
=^ f state (n state %bat q:(transfer-point:l2 0 ~marbud %marbud-key-1 (addr %marbud-key-1) %transfer &))
|
|
|
|
^- [[@ @] [@ @] [@ @] [@ @] [@ @]]
|
|
|
|
own:(~(got by points.state) ~marbud)
|
|
|
|
::
|
|
|
|
%+ expect-eq
|
|
|
|
:: Tests that networking keys are reset on transfer breach
|
|
|
|
!>
|
|
|
|
[0 0 0]
|
|
|
|
::
|
|
|
|
!>
|
|
|
|
=| =^state:naive
|
|
|
|
=^ f state (init-marbud state)
|
|
|
|
=^ f state (n state %bat q:(configure-keys:l2 new-keys))
|
|
|
|
=^ f state (n state %bat q:(transfer-point:l2 1 ~marbud %marbud-key-0 (addr %marbud-key-0) %own &))
|
|
|
|
|1:keys.net:(~(got by points.state) ~marbud)
|
|
|
|
==
|
|
|
|
::
|
|
|
|
++ test-marbud-l2-transfer-no-breach ^- tang
|
|
|
|
=/ encrypt (shax 'You will forget that you ever read this sentence.')
|
|
|
|
=/ auth (shax 'You cant know that this sentence is true.')
|
|
|
|
=/ suite 1
|
|
|
|
=/ new-keys [0 ~marbud %marbud-key-0 %own | encrypt auth suite]
|
|
|
|
;: weld
|
|
|
|
%+ expect-eq
|
|
|
|
:: Tests that proxies are not reset when transfering with no breach
|
|
|
|
!>
|
|
|
|
:* [(addr %marbud-key-1) 3] :: ownership
|
|
|
|
[`@`0x123 0] :: spawn-proxy
|
|
|
|
[`@`0x234 0] :: management-proxy
|
|
|
|
[0 0] :: voting-proxy
|
|
|
|
[0 1] :: transfer-proxy
|
|
|
|
==
|
|
|
|
::
|
|
|
|
!>
|
|
|
|
=| =^state:naive
|
|
|
|
=^ f state (init-marbud state)
|
|
|
|
=^ f state (n state %bat q:(set-spawn-proxy:l2 0 ~marbud %marbud-key-0 %own 0x123))
|
|
|
|
=^ f state (n state %bat q:(set-management-proxy:l2 1 ~marbud %marbud-key-0 %own 0x234))
|
|
|
|
=^ f state (n state %bat q:(set-transfer-proxy:l2 2 ~marbud %marbud-key-0 %own (addr %marbud-key-1)))
|
|
|
|
=^ f state (n state %bat q:(transfer-point:l2 0 ~marbud %marbud-key-1 (addr %marbud-key-1) %transfer |))
|
|
|
|
^- [[@ @] [@ @] [@ @] [@ @] [@ @]]
|
|
|
|
own:(~(got by points.state) ~marbud)
|
|
|
|
::
|
|
|
|
%+ expect-eq
|
|
|
|
:: Tests that networking keys are not reset when transfering with no breach
|
|
|
|
!>
|
|
|
|
[suite auth encrypt]
|
|
|
|
::
|
|
|
|
!>
|
|
|
|
=| =^state:naive
|
|
|
|
=^ f state (init-marbud state)
|
|
|
|
=^ f state (n state %bat q:(configure-keys:l2 new-keys))
|
|
|
|
=^ f state (n state %bat q:(transfer-point:l2 1 ~marbud %marbud-key-0 (addr %marbud-key-0) %own |))
|
|
|
|
|1:keys.net:(~(got by points.state) ~marbud)
|
2021-05-01 00:16:53 +03:00
|
|
|
==
|
|
|
|
::
|
|
|
|
++ test-marbud-keys-life-rift ^- tang
|
|
|
|
=/ encrypt (shax 'You will forget that you ever read this sentence.')
|
|
|
|
=/ auth (shax 'You cant know that this sentence is true.')
|
|
|
|
=/ suite 1
|
|
|
|
=/ no-breach [0 ~marbud %marbud-key-0 %own | encrypt auth suite]
|
|
|
|
=/ yes-breach [0 ~marbud %marbud-key-0 %own & encrypt auth suite]
|
|
|
|
;: weld
|
|
|
|
%+ expect-eq
|
2021-05-01 00:42:30 +03:00
|
|
|
:: breach=%.n
|
2021-05-01 00:16:53 +03:00
|
|
|
!> [0 1] :: [rift life]
|
|
|
|
::
|
|
|
|
!>
|
|
|
|
=| =^state:naive
|
|
|
|
=^ f state (init-marbud state)
|
|
|
|
=^ f state (n state %bat q:(configure-keys:l2 no-breach))
|
|
|
|
[rift.net life.keys.net]:(~(got by points.state) ~marbud)
|
|
|
|
::
|
|
|
|
%+ expect-eq
|
2021-05-01 00:42:30 +03:00
|
|
|
:: breach=%.y
|
2021-05-01 00:16:53 +03:00
|
|
|
!> [1 1]
|
|
|
|
::
|
|
|
|
!>
|
|
|
|
=| =^state:naive
|
|
|
|
=^ f state (init-marbud state)
|
|
|
|
=^ f state (n state %bat q:(configure-keys:l2 yes-breach))
|
|
|
|
[rift.net life.keys.net]:(~(got by points.state) ~marbud)
|
|
|
|
==
|
|
|
|
::
|
|
|
|
++ test-marbud-transfer-life-rift ^- tang
|
|
|
|
;: weld
|
|
|
|
%+ expect-eq
|
2021-05-01 00:42:30 +03:00
|
|
|
:: reset=%.n
|
2021-05-01 00:45:24 +03:00
|
|
|
!> [0 0] :: [rift life]
|
2021-05-01 00:16:53 +03:00
|
|
|
::
|
|
|
|
!>
|
|
|
|
=| =^state:naive
|
|
|
|
=^ f state (init-marbud state)
|
|
|
|
=^ f state (n state %bat q:(set-transfer-proxy:l2 0 ~marbud %marbud-key-0 %own (addr %marbud-key-1)))
|
|
|
|
=^ f state (n state %bat q:(transfer-point:l2 0 ~marbud %marbud-key-1 (addr %marbud-key-1) %transfer |))
|
|
|
|
[rift.net life.keys.net]:(~(got by points.state) ~marbud)
|
|
|
|
::
|
|
|
|
%+ expect-eq
|
2021-05-01 00:42:30 +03:00
|
|
|
:: reset=%.y
|
2021-05-01 00:45:24 +03:00
|
|
|
:: TODO: This test currently fails - rift is not increments on transfer w/ breach
|
|
|
|
!> [1 0]
|
2021-05-01 00:16:53 +03:00
|
|
|
::
|
|
|
|
!>
|
|
|
|
=| =^state:naive
|
|
|
|
=^ f state (init-marbud state)
|
|
|
|
=^ f state (n state %bat q:(set-transfer-proxy:l2 0 ~marbud %marbud-key-0 %own (addr %marbud-key-1)))
|
|
|
|
=^ f state (n state %bat q:(transfer-point:l2 0 ~marbud %marbud-key-1 (addr %marbud-key-1) %transfer &))
|
|
|
|
[rift.net life.keys.net]:(~(got by points.state) ~marbud)
|
2021-04-30 23:39:13 +03:00
|
|
|
==
|
|
|
|
::
|
2021-04-15 01:53:38 +03:00
|
|
|
++ test-dopbud-l2-spawn ^- tang
|
2021-04-09 23:22:52 +03:00
|
|
|
%+ expect-eq
|
2021-04-22 22:18:23 +03:00
|
|
|
!> [`@ux`(addr %pp-key-0) 0]
|
2021-04-15 01:53:38 +03:00
|
|
|
::
|
2021-04-09 23:22:52 +03:00
|
|
|
!>
|
|
|
|
=| =^state:naive
|
2021-04-14 21:30:00 +03:00
|
|
|
=^ f state (init-dopbud state)
|
2021-04-28 08:58:19 +03:00
|
|
|
=^ f state (n state %bat q:(spawn:l2 0 ~dopbud %dopbud-key-0 %own ~palsep-picdun (addr %pp-key-0)))
|
2021-04-09 23:22:52 +03:00
|
|
|
transfer-proxy.own:(~(got by points.state) ~palsep-picdun)
|
2021-04-10 00:06:50 +03:00
|
|
|
::
|
2021-04-15 01:53:38 +03:00
|
|
|
++ test-dopbud-l2-spawn-after-transfer ^- tang
|
|
|
|
%+ expect-eq
|
2021-04-22 22:18:23 +03:00
|
|
|
!> [`@ux`(addr %lr-key-0) 0]
|
2021-04-15 01:53:38 +03:00
|
|
|
::
|
|
|
|
!>
|
|
|
|
=| =^state:naive
|
|
|
|
=^ f state (init-dopbud state)
|
2021-04-28 08:58:19 +03:00
|
|
|
=^ f state (n state %bat q:(spawn:l2 0 ~dopbud %dopbud-key-0 %own ~palsep-picdun (addr %pp-key-0)))
|
2021-04-22 22:18:23 +03:00
|
|
|
=^ f state (n state (owner-changed:l1 ~dopbud (addr %dopbud-key-1)))
|
2021-04-28 08:58:19 +03:00
|
|
|
=^ f state (n state %bat q:(spawn:l2 1 ~dopbud %dopbud-key-1 %own ~laclur-rachul (addr %lr-key-0)))
|
2021-04-15 01:53:38 +03:00
|
|
|
transfer-proxy.own:(~(got by points.state) ~laclur-rachul)
|
|
|
|
::
|
2021-04-23 21:52:48 +03:00
|
|
|
:: ++ test-sambud-double-spawn ^- tang
|
|
|
|
:: ::
|
|
|
|
:: :: TODO: Not sure of the right way to write this test yet. Current iteration
|
|
|
|
:: :: doesn't even compile
|
|
|
|
:: ::
|
|
|
|
:: %- expect-fail
|
|
|
|
:: |.
|
|
|
|
:: ?<
|
|
|
|
:: ?= [`@ux`(addr %ld-key-1) 0]
|
|
|
|
:: =| =^state:naive
|
|
|
|
:: =^ f state (init-sambud state)
|
|
|
|
:: =^ f state (n state (owner-changed:l1 ~lisdur-fodrys (addr %ld-key-0)))
|
|
|
|
:: =^ f state (n state (changed-spawn-proxy:l1 ~sambud deposit-address:naive))
|
2021-04-28 08:58:19 +03:00
|
|
|
:: =^ f state (n state %bat q:(spawn:l2 0 ~sambud %sambud-key-0 %own ~lisdur-fodrys (addr %ld-key-1)))
|
2021-04-23 21:52:48 +03:00
|
|
|
:: transfer-proxy.own:(~(got by points.state) ~lisdur-fodrys)
|
|
|
|
:: %.n
|
|
|
|
::
|
|
|
|
:: ++ test-sambud-double-spawn-w-proxy ^- tang
|
|
|
|
:: ::
|
|
|
|
:: :: Same confusion as above
|
|
|
|
:: ::
|
|
|
|
:: %- expect-fail
|
|
|
|
:: |.
|
|
|
|
:: =| =^state:naive
|
|
|
|
:: =^ f state (init-sambud state)
|
|
|
|
:: =^ f state (n state (owner-changed:l1 ~lisdur-fodrys (addr %ld-key-0)))
|
|
|
|
:: =^ f state (n state (owner-changed:l1 ~sambud deposit-address:naive))
|
2021-04-28 08:58:19 +03:00
|
|
|
:: =^ f state (n state %bat q:(spawn:l2 0 ~sambud %sambud-key-0 %own ~lisdur-fodrys (addr %ld-key-1)))
|
2021-04-23 21:52:48 +03:00
|
|
|
:: state
|
|
|
|
::
|
2021-04-15 01:53:38 +03:00
|
|
|
++ test-linnup-torsyx-l2-transfer-ownership ^- tang
|
|
|
|
%+ expect-eq
|
2021-04-22 22:18:23 +03:00
|
|
|
!> [`@ux`(addr %lt-key-0) 0]
|
2021-04-15 01:53:38 +03:00
|
|
|
::
|
|
|
|
!>
|
|
|
|
=| =^state:naive
|
|
|
|
=^ f state (init-marbud state)
|
2021-04-28 08:58:19 +03:00
|
|
|
=^ f state (n state %bat q:(spawn:l2 0 ~marbud %marbud-key-0 %own ~linnup-torsyx (addr %lt-key-0)))
|
|
|
|
=^ f state (n state %bat q:(transfer-point:l2 0 ~linnup-torsyx %lt-key-0 (addr %lt-key-0) %transfer &))
|
2021-04-15 01:53:38 +03:00
|
|
|
owner.own:(~(got by points.state) ~linnup-torsyx)
|
|
|
|
::
|
|
|
|
++ test-palsep-picdun-l2-transfer-ownership ^- tang
|
|
|
|
%+ expect-eq
|
2021-04-22 22:18:23 +03:00
|
|
|
!> [`@ux`(addr %pp-key-0) 0]
|
2021-04-15 01:53:38 +03:00
|
|
|
::
|
|
|
|
!>
|
|
|
|
=| =^state:naive
|
|
|
|
=^ f state (init-dopbud state)
|
2021-04-28 08:58:19 +03:00
|
|
|
=^ f state (n state %bat q:(spawn:l2 0 ~dopbud %dopbud-key-0 %own ~palsep-picdun (addr %pp-key-0)))
|
|
|
|
=^ f state (n state %bat q:(transfer-point:l2 0 ~palsep-picdun %pp-key-0 (addr %pp-key-0) %transfer &))
|
2021-04-15 01:53:38 +03:00
|
|
|
owner.own:(~(got by points.state) ~palsep-picdun)
|
|
|
|
::
|
2021-05-01 00:42:30 +03:00
|
|
|
++ test-linnup-torsyx-l2-escape-request ^- tang
|
|
|
|
:: TODO: Are you supposed to be able to request escape to a non-existent star?
|
|
|
|
%+ expect-eq
|
|
|
|
!> [~ ~sambud]
|
|
|
|
::
|
|
|
|
!>
|
|
|
|
=| =^state:naive
|
|
|
|
=^ f state (init-marbud state)
|
|
|
|
=^ f state (n state %bat q:(spawn:l2 0 ~marbud %marbud-key-0 %own ~linnup-torsyx (addr %lt-key-0)))
|
|
|
|
=^ f state (n state %bat q:(transfer-point:l2 0 ~linnup-torsyx %lt-key-0 (addr %lt-key-0) %transfer &))
|
|
|
|
=^ f state (n state %bat q:(escape:l2 0 ~linnup-torsyx %lt-key-0 %own ~sambud))
|
|
|
|
escape.net:(~(got by points.state) ~linnup-torsyx)
|
|
|
|
::
|
2021-04-28 08:58:19 +03:00
|
|
|
:: TODO: signature format changed; regenerate
|
|
|
|
::
|
|
|
|
:: ++ test-metamask-signature ^- tang
|
|
|
|
:: =/ meta-owner=address
|
|
|
|
:: (hex-to-num:ethereum '0xb026b0AA6e686F2386051b31A03E5fB95513e1c0')
|
|
|
|
:: =/ tx 0x123.0000.0102.0a00.0001.0200
|
|
|
|
:: =/ sig
|
|
|
|
:: %- hex-to-num:ethereum
|
|
|
|
:: :: Must reverse endianness of tx to sign in metamask
|
|
|
|
:: ::
|
|
|
|
:: %^ cat 3
|
|
|
|
:: '0x5b85936ab7b9db8d72416648e6eb1b844a4545ddb7c7c646a74bc3a4fb001a2'
|
|
|
|
:: '8583bf12ca837b289036a6cc9e6359ed07dda2b87929b5dd7189a3057a395341f1c'
|
|
|
|
:: ::
|
|
|
|
:: %+ expect-eq
|
|
|
|
:: !> [0x123 0]
|
|
|
|
:: ::
|
|
|
|
:: !>
|
|
|
|
:: =| =^state:naive
|
|
|
|
:: =^ f state (init-marbud state)
|
|
|
|
:: :: =^ f state (n state %bat q:(transfer-point:l2 0 ~marbud (key ~marbud) %own &))
|
|
|
|
:: :: =^ f state (n state %bat q:(set-transfer-proxy:l2 1 ~marbud %own 0x123))
|
|
|
|
:: =^ f state
|
|
|
|
:: %^ n state %bat
|
|
|
|
:: q:(transfer-point:l2 0 ~marbud %marbud-key-0 meta-owner %own &)
|
|
|
|
:: =^ f state (n state %bat (cat 3 sig tx))
|
|
|
|
:: transfer-proxy.own:(~(got by points.state) ~marbud)
|
2021-03-18 03:27:30 +03:00
|
|
|
--
|