urbit/app/btc-bridge.hoon

58 lines
1.1 KiB
Plaintext
Raw Normal View History

2020-10-02 13:40:57 +03:00
:: btc-bridge.hoon
:: Proxy for accessing BTC full node
2020-09-27 16:16:33 +03:00
::
2020-10-02 13:40:57 +03:00
/- *btc-bridge
2020-09-27 16:16:33 +03:00
/+ dbug, default-agent
|%
+$ versioned-state
$% state-0
==
::
+$ state-0 [%0 counter=@]
::
+$ card card:agent:gall
::
--
%- agent:dbug
=| state-0
=* state -
^- agent:gall
|_ =bowl:gall
+* this .
def ~(. (default-agent this %|) bowl)
hc ~(. +> bowl)
::
++ on-init
^- (quip card _this)
2020-10-02 13:40:57 +03:00
~& > '%btc-bridge initialized successfully'
:- ~[[%pass /response %agent [our.bowl %btc-node-hook] %watch /response]]
this
2020-09-27 16:16:33 +03:00
++ on-save
^- vase
!>(state)
++ on-load
|= old-state=vase
^- (quip card _this)
2020-10-02 13:40:57 +03:00
~& > '%btc-bridge recompiled successfully'
2020-09-27 16:16:33 +03:00
`this(state !<(versioned-state old-state))
++ on-poke
|= [=mark =vase]
^- (quip card _this)
?+ mark (on-poke:def mark vase)
%noun
?+ q.vase (on-poke:def mark vase)
%send-tx
~& >>> %send-tx
2020-10-01 16:51:37 +03:00
`this
2020-09-27 16:16:33 +03:00
==
==
::
++ on-watch on-watch:def
++ on-leave on-leave:def
++ on-peek on-peek:def
++ on-agent on-agent:def
++ on-arvo on-arvo:def
++ on-fail on-fail:def
--
:: helper core