mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 16:51:42 +03:00
azimuth-roll-rpc: update point:to-json
This commit is contained in:
parent
e59e41fe63
commit
cb44dccafa
@ -290,25 +290,30 @@
|
||||
:- 'network'
|
||||
%- pairs
|
||||
=* net net.point
|
||||
:* ['rift' (numb rift.net)]
|
||||
:* ['rift' s+(json-number rift.net)]
|
||||
::
|
||||
=, mimes:html
|
||||
:- 'keys'
|
||||
%- pairs
|
||||
:~ ['life' (numb life.keys.net)]
|
||||
['suite' (numb suite.keys.net)]
|
||||
['auth' (hex (as-octs auth.keys.net))]
|
||||
['crypt' (hex (as-octs crypt.keys.net))]
|
||||
:~ ['life' s+(json-number life.keys.net)]
|
||||
['suite' s+(json-number suite.keys.net)]
|
||||
['auth' (hex 32 auth.keys.net)]
|
||||
['crypt' (hex 32 crypt.keys.net)]
|
||||
==
|
||||
::
|
||||
:- 'sponsor'
|
||||
%- pairs
|
||||
~[['has' b+has.sponsor.net] ['who' (ship who.sponsor.net)]]
|
||||
~[['has' b+has.sponsor.net] ['who' (numb `@ud`who.sponsor.net)]]
|
||||
::
|
||||
?~ escape.net ~
|
||||
['escape' (ship u.escape.net)]~
|
||||
['escape' (numb `@ud`u.escape.net)]~
|
||||
== ==
|
||||
::
|
||||
++ json-number
|
||||
|= num=@
|
||||
^- @t
|
||||
=/ jon=json (numb num)
|
||||
?>(?=([%n *] jon) p.jon)
|
||||
::
|
||||
++ points
|
||||
|= points=(list [@p point:naive])
|
||||
^- json
|
||||
|
@ -48,8 +48,6 @@
|
||||
[%tx =address:ethereum =roller-tx]
|
||||
==
|
||||
::
|
||||
:: TODO: add submission time?
|
||||
::
|
||||
+$ roller-tx [=ship =status hash=keccak =time type=l2-tx]
|
||||
::
|
||||
+$ pend-tx [force=? =address:naive =time =raw-tx:naive]
|
||||
|
Loading…
Reference in New Issue
Block a user