mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-11 04:48:00 +03:00
e5ac690fd3
Also fix bug in eth-watcher that didn't cancel outstanding threads when config changes. And set default rift for ourselves to 0.
28 lines
874 B
Plaintext
28 lines
874 B
Plaintext
:: This is useful to test that we properly hear about breaches outside
|
|
:: our sponsorship tree. We usually hear about these via ship-to-ship
|
|
:: communication.
|
|
::
|
|
/- spider
|
|
/+ *ph-io
|
|
=, strand=strand:spider
|
|
^- thread:spider
|
|
|= vase
|
|
=/ m (strand ,vase)
|
|
;< az=tid:spider bind:m
|
|
start-azimuth
|
|
;< ~ bind:m (spawn az ~bud)
|
|
;< ~ bind:m (spawn az ~dev)
|
|
;< ~ bind:m (spawn az ~marbud)
|
|
;< ~ bind:m (spawn az ~mardev)
|
|
;< ~ bind:m (real-ship az ~bud)
|
|
;< ~ bind:m (real-ship az ~dev)
|
|
;< ~ bind:m (real-ship az ~marbud)
|
|
;< ~ bind:m (real-ship az ~mardev)
|
|
;< ~ bind:m (send-hi ~marbud ~mardev)
|
|
;< ~ bind:m (breach-and-hear az ~mardev ~marbud)
|
|
;< ~ bind:m (send-hi-not-responding ~marbud ~mardev)
|
|
;< ~ bind:m (real-ship az ~mardev)
|
|
;< ~ bind:m (wait-for-output ~marbud "hi ~mardev successful")
|
|
;< ~ bind:m end-azimuth
|
|
(pure:m *vase)
|