shrub/pkg/arvo/app/btc-wallet.hoon

1162 lines
32 KiB
Plaintext
Raw Normal View History

2021-02-12 17:37:21 +03:00
:: btc-wallet
::
:: Scrys
:: x/scanned: (list xpub) of all scanned wallets
:: x/balance/xpub: balance (in sats) of wallet
2021-03-27 00:12:20 +03:00
/- *btc-wallet, bp=btc-provider, file-server, launch-store
2021-02-21 13:13:50 +03:00
/+ dbug, default-agent, bl=btc, bc=bitcoin, bip32
2021-02-12 17:37:21 +03:00
|%
++ defaults
|%
++ params
:* batch-size=20
fam-limit=10
piym-limit=3
==
++ confs 6
++ fee 100
2021-02-12 17:37:21 +03:00
--
::
+$ versioned-state
$% state-0
state-1
2021-02-12 17:37:21 +03:00
==
::
+$ state-0
$: %0
prov=(unit provider)
walts=(map xpub:bc walt-0)
=btc-state
=history
curr-xpub=(unit xpub:bc)
=scans
=params
feybs=(map ship sats)
=piym
=poym
ahistorical-txs=(set txid)
==
::
+$ state-1
$: %1
2021-02-12 17:37:21 +03:00
prov=(unit provider)
2021-02-21 13:13:50 +03:00
walts=(map xpub:bc walt)
2021-02-12 17:37:21 +03:00
=btc-state
=history
2021-02-21 13:13:50 +03:00
curr-xpub=(unit xpub:bc)
2021-02-12 17:37:21 +03:00
=scans
=params
feybs=(map ship sats)
=piym
=poym
ahistorical-txs=(set txid)
2021-02-12 17:37:21 +03:00
==
::
+$ card card:agent:gall
::
--
=| state-1
2021-02-12 17:37:21 +03:00
=* state -
%- agent:dbug
^- agent:gall
=<
|_ =bowl:gall
+* this .
def ~(. (default-agent this %|) bowl)
hc ~(. +> bowl)
::
++ on-init
^- (quip card _this)
~& > '%btc-wallet initialized'
2021-03-27 00:12:20 +03:00
=/ file
2021-04-16 17:11:03 +03:00
[%file-server-action !>([%serve-dir /'~btc' /app/btc-wallet %.n %.y])]
2021-03-27 00:12:20 +03:00
=/ tile
:- %launch-action
!> :+ %add
%btc-wallet
2021-05-26 22:18:45 +03:00
[[%custom `'/~btc' `'/~btc/img/tile.svg'] %.y]
2021-04-27 01:34:55 +03:00
=/ warning [%settings-event !>([%put-entry %btc-wallet %warning %b %.y])]
=/ currency
[%settings-event !>([%put-entry %btc-wallet %currency %s 'USD'])]
2021-03-27 00:12:20 +03:00
:- :~ [%pass /btc-wallet-server %agent [our.bowl %file-server] %poke file]
[%pass /btc-wallet-tile %agent [our.bowl %launch] %poke tile]
2021-04-27 01:34:55 +03:00
[%pass /warn %agent [our.bowl %settings-store] %poke warning]
[%pass /warn %agent [our.bowl %settings-store] %poke currency]
2021-03-27 00:12:20 +03:00
==
2021-02-12 17:37:21 +03:00
%_ this
state
:* %1
2021-02-12 17:37:21 +03:00
~
2021-02-21 13:13:50 +03:00
*(map xpub:bc walt)
2021-02-12 17:37:21 +03:00
*^btc-state
*^history
~
*^scans
params:defaults
2021-02-12 17:37:21 +03:00
*(map ship sats)
*^piym
*^poym
~
2021-02-12 17:37:21 +03:00
==
==
2021-04-26 23:12:11 +03:00
::
2021-02-12 17:37:21 +03:00
++ on-save
^- vase
!>(state)
2021-04-26 23:12:11 +03:00
::
2021-02-12 17:37:21 +03:00
++ on-load
|= old-state=vase
^- (quip card _this)
~& > '%btc-wallet recompiled'
2021-04-26 23:12:11 +03:00
=/ ver !<(versioned-state old-state)
=| cards=(list card)
|-
?- -.ver
%1
2021-05-17 05:31:41 +03:00
[cards this(state ver)]
::
%0
=/ new-walts=(map xpub:bc walt)
%- ~(run by walts.ver)
|= old-walt=walt-0
^- walt
old-walt(wilt +6:wilt.old-walt)
$(ver [%1 +.ver(walts new-walts)])
2021-04-26 23:12:11 +03:00
==
::
2021-02-12 17:37:21 +03:00
++ on-poke
|= [=mark =vase]
^- (quip card _this)
=^ cards state
?+ mark (on-poke:def mark vase)
%btc-wallet-command
2021-02-18 15:13:06 +03:00
?> =(our.bowl src.bowl)
(handle-command:hc !<(command vase))
2021-02-18 15:13:06 +03:00
::
%btc-wallet-action
?< =(our.bowl src.bowl)
(handle-action:hc !<(action vase))
::
%btc-wallet-internal
?> =(our.bowl src.bowl)
(handle-internal:hc !<(internal vase))
2021-02-12 17:37:21 +03:00
==
[cards this]
++ on-peek
|= pax=path
^- (unit (unit cage))
?+ pax (on-peek:def pax)
2021-04-02 01:33:27 +03:00
[%x %configured ~]
=/ provider=json
?~ prov ~
[%s (scot %p host.u.prov)]
=/ result=json
%- pairs:enjs:format
:~ [%'provider' provider]
[%'hasWallet' b+?=(^ walts)]
==
``json+!>(result)
::
2021-02-12 17:37:21 +03:00
[%x %scanned ~]
``noun+!>(scanned-wallets)
::
[%x %balance @ ~]
2021-02-21 13:13:50 +03:00
``noun+!>((balance:hc (xpub:bc +>-.pax)))
2021-02-12 17:37:21 +03:00
==
++ on-agent
|= [=wire =sign:agent:gall]
^- (quip card _this)
?+ -.sign (on-agent:def wire sign)
%kick
~& >>> "kicked from prov {<src.bowl>}"
?~ prov `this
?: ?& ?=(%set-provider -.wire)
=(host.u.prov src.bowl)
==
`this(prov ~)
`this
::
%fact
=^ cards state
?+ p.cage.sign `state
%btc-provider-status
(handle-provider-status:hc !<(status:bp q.cage.sign))
::
%btc-provider-update
(handle-provider-update:hc !<(update:bp q.cage.sign))
2021-04-02 01:33:27 +03:00
::
%json
?+ wire `state
[%check-payee @ ~]
=/ who (slav %p i.t.wire)
:_ state
:~ [%give %fact ~[/all] cage.sign]
[%pass wire %agent [who %btc-wallet] %leave ~]
==
::
[%permitted @ ~]
=/ who (slav %p i.t.wire)
:_ state
:~ [%give %fact ~[/all] cage.sign]
[%pass wire %agent [who %btc-provider] %leave ~]
==
2021-04-02 01:33:27 +03:00
==
2021-02-12 17:37:21 +03:00
==
[cards this]
==
::
2021-04-02 01:33:27 +03:00
++ on-watch
|= =path
^- (quip card _this)
2021-04-20 05:45:34 +03:00
?+ path (on-watch:def path)
[%check-payee @ ~]
=/ who (slav %p i.t.path)
?> =(who our.bowl)
=/ response=json
%+ frond:enjs:format 'checkPayee'
%- pairs:enjs:format
:~ ['hasWallet' b+?=(^ curr-xpub)]
['payee' (ship:enjs:format our.bowl)]
==
:_ this
[%give %fact ~ %json !>(response)]~
::
2021-04-20 05:45:34 +03:00
[%all ~]
?> (team:title our.bowl src.bowl)
:_ this
[give-initial:hc]~
2021-04-20 05:45:34 +03:00
==
2021-04-02 01:33:27 +03:00
::
2021-02-12 17:37:21 +03:00
++ on-leave on-leave:def
++ on-arvo on-arvo:def
++ on-fail on-fail:def
--
|_ =bowl:gall
++ handle-command
2021-02-18 17:09:06 +03:00
|= comm=command
2021-02-12 17:37:21 +03:00
^- (quip card _state)
2021-04-20 05:45:34 +03:00
?> (team:title our.bowl src.bowl)
2021-02-12 17:37:21 +03:00
?- -.comm
%set-provider
|^
?~ provider.comm
?~ prov `state
:_ state(prov ~)
2021-05-18 14:03:30 +03:00
:~ (leave-provider host.u.prov)
(give-update %change-provider ~)
==
:_ state(prov [~ u.provider.comm %.n])
?~ prov
[(watch-provider u.provider.comm)]~
:~ (leave-provider host.u.prov)
(watch-provider u.provider.comm)
2021-05-18 14:03:30 +03:00
(give-update %change-provider `[u.provider.comm %.n])
2021-02-12 17:37:21 +03:00
==
::
++ watch-provider
|= who=@p
^- card
:* %pass /set-provider/[(scot %p who)] %agent [who %btc-provider]
%watch /clients
==
++ leave-provider
|= who=@p
^- card
:* %pass /set-provider/[(scot %p who)] %agent [who %btc-provider]
%leave ~
==
--
::
2021-04-02 01:33:27 +03:00
%check-provider
=/ pax /permitted/(scot %p provider.comm)
:_ state
[%pass pax %agent [provider.comm %btc-provider] %watch pax]~
::
%check-payee
=/ pax /check-payee/(scot %p payee.comm)
:_ state
[%pass pax %agent [payee.comm %btc-wallet] %watch pax]~
::
2021-02-12 17:37:21 +03:00
%set-current-wallet
2021-02-14 13:17:58 +03:00
(set-curr-xpub xpub.comm)
::
2021-02-12 17:37:21 +03:00
%add-wallet
?~ (~(has by walts) xpub.comm)
((slog ~[leaf+"xpub already in wallet"]) `state)
2021-02-21 13:13:50 +03:00
=/ w=walt (from-xpub:bl +.comm)
2021-02-12 17:37:21 +03:00
=. walts (~(put by walts) xpub.comm w)
2021-02-14 13:17:58 +03:00
=^ c1 state (init-batches xpub.comm (dec max-gap.w))
=^ c2 state (set-curr-xpub xpub.comm)
[(weld c1 c2) state]
::
2021-02-12 17:37:21 +03:00
%delete-wallet
=* cw curr-xpub.state
=? cw ?&(?=(^ cw) =(u.cw xpub.comm))
~
2021-02-15 11:23:56 +03:00
=. scans (~(del by scans) [xpub.comm %0])
=. scans (~(del by scans) [xpub.comm %1])
=. walts (~(del by walts) xpub.comm)
2021-05-17 06:41:08 +03:00
=. history
%- ~(rep by history)
|= [[=txid =hest] out=_history]
?: =(xpub.hest xpub.comm)
(~(del by out) txid)
out
:_ state
[give-initial]~
::
%init-payment-external
2021-05-14 15:30:56 +03:00
?: is-broadcasting
%- (slog ~[leaf+"broadcasting a transaction"])
[[(give-update %error %tx-being-signed)]~ state]
?~ curr-xpub ~|("btc-wallet: no curr-xpub set" !!)
2021-05-14 15:30:56 +03:00
?: (is-dust value.comm address.comm)
%- (slog ~[leaf+"sending dust"])
[[(give-update %error %no-dust)]~ state]
2021-02-12 17:37:21 +03:00
::
=/ uw (~(get by walts) u.curr-xpub)
?: ?|(?=(~ uw) ?!(scanned.u.uw))
~|("no wallet with xpub or wallet not scanned yet" !!)
=/ [tb=(unit txbu) chng=(unit sats)]
%~ with-change sut:bl
[u.uw eny.bowl block.btc-state ~ feyb.comm ~[[address.comm value.comm ~]]]
?~ tb
%- (slog ~[leaf+"insufficient balance or not enough confirmed balance"])
2021-05-12 17:06:18 +03:00
[[(give-update %error %insufficient-balance)]~ state]
=^ tb=(unit txbu) state
?~ chng `state
=/ [addr=address =idx w=walt]
~(nixt-address wad:bl u.uw %1)
:- `(~(add-output txb:bl u.tb) addr u.chng `(~(hdkey wad:bl w %1) idx))
state(walts (~(put by walts) u.curr-xpub w))
2021-05-17 05:31:41 +03:00
=/ po=^poym ?~(tb [~ ~] [tb note.comm])
:_ state(poym po)
?~ tb ~
%+ turn txis.u.tb
|= =txi
(poke-provider %raw-tx txid.utxo.txi)
::
:: overwrites any payment being built in poym
::
2021-03-01 12:13:07 +03:00
%init-payment
2021-05-12 17:06:18 +03:00
?: =(src.bowl payee.comm)
2021-05-14 15:30:56 +03:00
%- (slog ~[leaf+"can't pay ourselves"])
2021-05-12 17:06:18 +03:00
[[(give-update %error %cant-pay-ourselves)]~ state]
?: ?=(%pawn (clan:title payee.comm))
2021-05-14 15:30:56 +03:00
%- (slog ~[leaf+"no comets"])
2021-05-12 17:06:18 +03:00
[[(give-update %error %no-comets)]~ state]
?: is-broadcasting
2021-05-14 15:30:56 +03:00
%- (slog ~[leaf+"broadcasting a transaction"])
2021-05-12 17:06:18 +03:00
[[(give-update %error %tx-being-signed)]~ state]
2021-05-17 05:31:41 +03:00
:_ state(poym [~ note.comm], feybs (~(put by feybs) payee.comm feyb.comm))
~[(poke-peer payee.comm [%gen-pay-address value.comm note.comm])]
::
2021-02-12 17:37:21 +03:00
%broadcast-tx
?~ prov ~|("Provider not connected" !!)
2021-02-21 13:13:50 +03:00
=+ signed=(from-cord:hxb:bc txhex.comm)
2021-02-12 17:37:21 +03:00
=/ tx-match=?
2021-05-17 05:31:41 +03:00
?~ txbu.poym %.n
=((get-id:txu:bc (decode:txu:bc signed)) ~(get-txid txb:bl u.txbu.poym))
2021-02-12 17:37:21 +03:00
:- ?. tx-match
2021-05-26 22:19:33 +03:00
%- (slog leaf+"txid didn't match txid in wallet")
[(give-update %error %broadcast-fail)]~
2021-02-12 17:37:21 +03:00
~[(poke-provider [%broadcast-tx signed])]
?. tx-match state
2021-05-17 05:31:41 +03:00
?~ txbu.poym state
state(signed-tx.u.txbu.poym `signed)
2021-04-20 05:45:34 +03:00
::
%gen-new-address
?~ curr-xpub ~|("btc-wallet: no curr-xpub set" !!)
=/ uw=(unit walt) (~(get by walts) u.curr-xpub)
?: ?|(?=(~ uw) ?!(scanned.u.uw))
~|("no wallet with xpub or wallet not scanned yet" !!)
=/ [addr=address =idx w=walt]
~(gen-address wad:bl u.uw %0)
:_ state(walts (~(put by walts) u.curr-xpub w))
[(give-update %new-address addr)]~
2021-02-12 17:37:21 +03:00
==
::
++ handle-action
|= act=action
^- (quip card _state)
?- -.act
2021-02-18 15:13:06 +03:00
:: comets can't pay (could spam address requests)
:: reuses payment address for ship if ship in piym already
2021-02-12 17:37:21 +03:00
::
%gen-pay-address
2021-02-18 15:13:06 +03:00
~| "no comets"
2021-02-12 17:37:21 +03:00
?< ?=(%pawn (clan:title src.bowl))
2021-02-18 15:13:06 +03:00
?~ curr-xpub ~|("btc-wallet: no curr-xpub set" !!)
|^
=^ cards state reuse-address
?^ cards [cards state] :: if cards returned, means we already have an address
2021-02-21 13:13:50 +03:00
=+ f=(fam:bl our.bowl now.bowl src.bowl)
2021-02-12 17:37:21 +03:00
=+ n=(~(gut by num-fam.piym) f 0)
2021-02-12 20:43:25 +03:00
?: (gte n fam-limit.params)
~|("More than {<fam-limit.params>} addresses for moons + planet" !!)
2021-02-12 17:37:21 +03:00
=. state state(num-fam.piym (~(put by num-fam.piym) f +(n)))
=^ a=address state
(generate-address u.curr-xpub %0)
2021-03-01 12:13:07 +03:00
:- ~[(poke-peer src.bowl [%give-pay-address a value.act])]
2021-05-17 05:31:41 +03:00
%= state
ps.piym
%+ ~(put by ps.piym) src.bowl
[~ u.curr-xpub a src.bowl value.act note.act]
==
::
++ generate-address
2021-02-21 13:13:50 +03:00
|= [=xpub:bc =chyg]
=/ uw=(unit walt) (~(get by walts) xpub)
?: ?|(?=(~ uw) ?!(scanned.u.uw))
~|("no wallet with xpub or wallet not scanned yet" !!)
=/ [addr=address =idx w=walt]
2021-02-21 13:13:50 +03:00
~(gen-address wad:bl u.uw chyg)
[addr state(walts (~(put by walts) xpub w))]
2021-02-18 15:13:06 +03:00
::
++ reuse-address
^- (quip card _state)
=* payer src.bowl
=+ p=(~(get by ps.piym) payer)
?~ p `state
?^ pend.u.p ~|("%gen-address: {<payer>} already has pending payment to us" !!)
=+ newp=u.p(value value.act)
:_ state(ps.piym (~(put by ps.piym) payer newp))
2021-03-01 12:13:07 +03:00
~[(poke-peer payer [%give-pay-address address.newp value.act])]
--
2021-02-12 17:37:21 +03:00
::
2021-03-01 12:13:07 +03:00
%give-pay-address
2021-02-12 17:37:21 +03:00
?: =(src.bowl our.bowl) ~|("Can't pay ourselves" !!)
?: is-broadcasting ~|("Broadcasting a transaction" !!)
?~ curr-xpub ~|("btc-wallet-hook: no curr-xpub set" !!)
2021-05-14 15:30:56 +03:00
?: (is-dust value.act address.act)
%- (slog ~[leaf+"sending dust"])
[[(give-update %error %no-dust)]~ state]
::
=+ feyb=(~(gut by feybs) src.bowl ?~(fee.btc-state fee:defaults u.fee.btc-state))
|^
2021-02-12 17:37:21 +03:00
=^ tb=(unit txbu) state
(generate-txbu u.curr-xpub `src.bowl feyb ~[[address.act value.act ~]])
2021-05-17 05:31:41 +03:00
=/ po=^poym ?~(tb [~ ~] [tb note.poym])
:_ state(poym po)
2021-05-12 17:06:18 +03:00
?~ tb [(give-update %error %insufficient-balance)]~
2021-02-12 17:37:21 +03:00
%+ turn txis.u.tb
2021-02-14 13:17:58 +03:00
|=(=txi (poke-provider [%raw-tx txid.utxo.txi]))
::
++ generate-txbu
2021-02-21 13:13:50 +03:00
|= [=xpub:bc payee=(unit ship) feyb=sats txos=(list txo)]
^- [(unit txbu) _state]
=/ uw (~(get by walts) xpub)
?: ?|(?=(~ uw) ?!(scanned.u.uw))
~|("no wallet with xpub or wallet not scanned yet" !!)
=/ [tb=(unit txbu) chng=(unit sats)]
2021-02-21 13:13:50 +03:00
%~ with-change sut:bl
[u.uw eny.bowl block.btc-state payee feyb txos]
2021-02-14 13:17:58 +03:00
?~ tb ((slog ~[leaf+"insufficient balance or not enough confirmed balance"]) [tb state])
:: if no change, return txbu; else add change output to txbu
::
?~ chng [tb state]
2021-02-18 15:13:06 +03:00
=/ [addr=address =idx w=walt]
2021-02-21 13:13:50 +03:00
~(nixt-address wad:bl u.uw %1)
:- `(~(add-output txb:bl u.tb) addr u.chng `(~(hdkey wad:bl w %1) idx))
state(walts (~(put by walts) xpub w))
--
2021-02-12 17:37:21 +03:00
::
:: %expect-payment
:: - check that payment is in piym
:: - replace pend.payment with incoming txid (lock)
2021-02-14 13:17:58 +03:00
:: - add txid to pend.piym
2021-02-12 17:37:21 +03:00
:: - request tx-info from provider
::
%expect-payment
|^
=+ pay=(~(get by ps.piym) src.bowl)
~| "%expect-payment: matching payment not in piym"
?~ pay !!
?> (piym-matches u.pay)
:_ (update-pend-piym txid.act u.pay(pend `txid.act))
?~ prov ~
2021-02-12 20:43:25 +03:00
~[(poke-provider [%tx-info txid.act])]
2021-02-12 17:37:21 +03:00
::
++ piym-matches
|= p=payment
?& =(payer.p src.bowl)
=(value.p value.act)
==
2021-03-01 12:13:07 +03:00
::
++ update-pend-piym
|= [txid=hexb p=payment]
^- _state
?~ pend.p ~|("update-pend-piym: no pending payment" !!)
%= state
ps.piym (~(put by ps.piym) payer.p p)
pend.piym (~(put by pend.piym) txid p)
==
2021-02-12 17:37:21 +03:00
--
==
::
2021-02-18 15:13:06 +03:00
++ handle-internal
|= intr=internal
^- (quip card _state)
?- -.intr
%add-poym-raw-txi
2021-03-01 12:13:07 +03:00
|^
2021-02-18 15:13:06 +03:00
?> =(src.bowl our.bowl)
2021-05-17 05:31:41 +03:00
?~ txbu.poym `state
=. txis.u.txbu.poym
(update-poym-txis txis.u.txbu.poym +.intr)
2021-02-18 15:13:06 +03:00
:_ state
2021-05-17 05:31:41 +03:00
=+ pb=~(to-psbt txb:bl u.txbu.poym)
2021-02-18 15:13:06 +03:00
?~ pb ~
2021-05-17 05:31:41 +03:00
=+ vb=~(vbytes txb:bl u.txbu.poym)
=+ fee=~(fee txb:bl u.txbu.poym)
2021-02-18 15:13:06 +03:00
~& >> "{<vb>} vbytes, {<(div fee vb)>} sats/byte, {<fee>} sats fee"
%- (slog [%leaf "PSBT: {<u.pb>}"]~)
2021-05-26 22:19:33 +03:00
[(give-update [%psbt u.pb fee])]~
2021-03-01 12:13:07 +03:00
:: update outgoing payment with a rawtx, if the txid is in poym's txis
::
++ update-poym-txis
|= [txis=(list txi) txid=hexb rawtx=hexb]
^- (list txi)
=| i=@
|- ?: (gte i (lent txis)) txis
=/ ith=txi (snag i txis)
=? txis =(txid txid.utxo.ith)
(snap txis i `txi`ith(rawtx `rawtx))
$(i +(i))
--
2021-02-18 15:13:06 +03:00
:: delete an incoming/outgoing payment when we see it included in a tx
::
%close-pym
?> =(src.bowl our.bowl)
2021-02-18 15:59:32 +03:00
|^
2021-02-18 15:13:06 +03:00
=^ cards state
?. included.ti.intr
`state
?: (~(has by pend.piym) txid.ti.intr)
(piym-to-history ti.intr)
?: (poym-has-txid txid.ti.intr)
(poym-to-history ti.intr)
`state
2021-04-16 17:11:03 +03:00
=^ cards2 state
(handle-tx-info ti.intr)
:_ state
(weld cards cards2)
2021-02-18 15:59:32 +03:00
::
++ poym-has-txid
|= txid=hexb
^- ?
2021-05-17 05:31:41 +03:00
?~ txbu.poym %.n
?~ signed-tx.u.txbu.poym %.n
=(txid (get-id:txu:bc (decode:txu:bc u.signed-tx.u.txbu.poym)))
2021-02-18 15:59:32 +03:00
:: - checks whether poym has a signed tx
:: - checks whether the txid matches that signed tx, if not, skip
:: - clears poym
:: - returns card that adds hest to history
::
++ poym-to-history
|= ti=info:tx
^- (quip card _state)
|^
2021-05-17 05:31:41 +03:00
?~ txbu.poym `state
?~ signed-tx.u.txbu.poym `state
2021-02-18 15:59:32 +03:00
?. (poym-has-txid txid.ti)
`state
2021-05-17 05:31:41 +03:00
=+ vout=(get-vout txos.u.txbu.poym)
2021-02-18 15:59:32 +03:00
?~ vout ~|("poym-to-history: poym should always have an output" !!)
2021-05-17 05:31:41 +03:00
=/ new-hest=hest
(mk-hest ti xpub.u.txbu.poym our.bowl payee.u.txbu.poym u.vout note.poym)
2021-04-16 17:11:03 +03:00
:- [(give-update %new-tx new-hest)]~
2021-02-18 15:59:32 +03:00
%= state
2021-05-17 05:31:41 +03:00
poym [~ ~]
2021-04-16 17:11:03 +03:00
history (~(put by history) txid.ti new-hest)
2021-02-18 15:59:32 +03:00
==
::
++ get-vout
|= txos=(list txo)
^- (unit @ud)
=| idx=@ud
|- ?~ txos ~
?~ hk.i.txos `idx
$(idx +(idx), txos t.txos)
--
:: - checks whether txid in pend.piym
:: - checks whether ti has a matching value output to piym
:: - if no match found, just deletes pend.piym with this tx
:: stops peer from spamming txids
:: - returns card that adds hest to history
::
++ piym-to-history
|= ti=info:tx
|^ ^- (quip card _state)
=+ pay=(~(get by pend.piym) txid.ti)
?~ pay `state
:: if no matching output in piym, delete from pend.piym to stop DDOS of txids
::
=+ vout=(get-vout value.u.pay)
?~ vout
`(del-pend-piym txid.ti)
2021-05-17 05:31:41 +03:00
=/ new-hest (mk-hest ti xpub.u.pay payer.u.pay `our.bowl u.vout note.u.pay)
2021-02-18 15:59:32 +03:00
=. state (del-all-piym txid.ti payer.u.pay)
2021-04-16 17:11:03 +03:00
:- [(give-update %new-tx new-hest)]~
%= state
history (~(put by history) txid.ti new-hest)
==
2021-02-18 15:59:32 +03:00
::
++ get-vout
|= value=sats
^- (unit @ud)
=| idx=@ud
=+ os=outputs.ti
|- ?~ os ~
?: =(value.i.os value)
`idx
$(os t.os, idx +(idx))
::
++ del-pend-piym
|= txid=hexb
^- _state
state(pend.piym (~(del by pend.piym) txid.ti))
::
++ del-all-piym
|= [txid=hexb payer=ship]
^- _state
=+ nf=(~(gut by num-fam.piym) payer 1)
%= state
pend.piym (~(del by pend.piym) txid)
ps.piym (~(del by ps.piym) payer)
num-fam.piym (~(put by num-fam.piym) payer (dec nf))
==
--
::
2021-04-16 17:11:03 +03:00
++ mk-hest
2021-05-17 05:31:41 +03:00
|= $: ti=info:tx
=xpub:bc
payer=ship
payee=(unit ship)
vout=@ud
note=(unit @t)
==
2021-04-16 17:11:03 +03:00
^- hest
:* xpub
txid.ti
confs.ti
recvd.ti
(turn inputs.ti |=(i=val:tx [i `payer]))
%+ turn outputs.ti
|= o=val:tx
?: =(pos.o vout) :: check whether this is the output that went to payee
[o payee]
[o `payer]
2021-05-17 05:31:41 +03:00
note
2021-04-16 17:11:03 +03:00
==
2021-02-18 15:59:32 +03:00
--
2021-02-18 15:13:06 +03:00
::
%fail-broadcast-tx
?> =(src.bowl our.bowl)
~& >>> "%fail-broadcast-tx"
2021-05-26 22:19:33 +03:00
:_ state(poym [~ ~])
[(give-update %error %broadcast-fail)]~
2021-02-18 15:13:06 +03:00
::
%succeed-broadcast-tx
?> =(src.bowl our.bowl)
~& > "%succeed-broadcast-tx"
:_ state
2021-05-26 22:19:33 +03:00
:- (give-update %broadcast-success ~)
2021-02-18 15:13:06 +03:00
?~ prov ~
:- (poke-provider [%tx-info txid.intr])
2021-05-17 05:31:41 +03:00
?~ txbu.poym ~
?~ payee.u.txbu.poym ~
2021-02-18 15:13:06 +03:00
:_ ~
%- poke-peer
2021-05-17 05:31:41 +03:00
:* u.payee.u.txbu.poym
2021-02-18 15:13:06 +03:00
%expect-payment
txid.intr
2021-05-17 05:31:41 +03:00
value:(snag 0 txos.u.txbu.poym)
2021-02-18 15:13:06 +03:00
==
==
::
2021-02-12 17:37:21 +03:00
:: +handle-provider-status: handle connectivity updates from provider
2021-02-14 13:17:58 +03:00
:: - retry pend.piym on any %connected event, since we're checking mempool
2021-02-12 17:37:21 +03:00
:: - if status is %connected, retry all pending address lookups
:: - only retry all if previously disconnected
:: - if block is updated, retry all address reqs
2021-02-15 11:23:56 +03:00
:: - if provider's network doesn't match network in our state, leave
2021-02-12 17:37:21 +03:00
::
++ handle-provider-status
|= s=status:bp
^- (quip card _state)
|^
2021-04-02 01:33:27 +03:00
=^ cards state
?~ prov `state
?. =(host.u.prov src.bowl) `state
?- -.s
%new-block
(on-connected u.prov network.s block.s fee.s `blockhash.s `blockfilter.s)
::
%connected
(on-connected u.prov network.s block.s fee.s ~ ~)
::
%disconnected
`state(prov `u.prov(connected %.n))
==
:_ state
2021-04-16 17:11:03 +03:00
:* (give-update %btc-state btc-state)
(give-update %change-provider prov)
cards
==
2021-02-12 17:37:21 +03:00
::
2021-02-15 11:23:56 +03:00
++ on-connected
2021-02-12 17:37:21 +03:00
|= $: p=provider
2021-02-15 11:23:56 +03:00
=network
2021-02-12 17:37:21 +03:00
block=@ud
fee=(unit sats)
blockhash=(unit hexb)
blockfilter=(unit hexb)
==
^- (quip card _state)
:_ %_ state
2021-02-15 11:23:56 +03:00
prov `p(connected %.y)
btc-state [block fee now.bowl]
2021-02-12 17:37:21 +03:00
==
?: ?|(?!(connected.p) (lth block.btc-state block))
2021-02-15 11:23:56 +03:00
;: weld
(retry-pend-piym network)
(retry-poym network)
(retry-addrs network)
(retry-txs network)
(retry-scans network)
retry-ahistorical-txs
2021-02-15 11:23:56 +03:00
==
;: weld
2021-04-23 23:18:20 +03:00
:: (retry-addrs network)
retry-ahistorical-txs
(retry-pend-piym network)
==
::
++ retry-ahistorical-txs
^- (list card)
%+ turn ~(tap in ahistorical-txs)
|= =txid
(poke-provider [%tx-info txid])
::
2021-02-18 15:13:06 +03:00
++ retry-scans
|= =network
^- (list card)
%- zing
%+ murn ~(tap by scans)
2021-02-21 13:13:50 +03:00
|= [[=xpub:bc =chyg] =batch]
2021-02-18 15:13:06 +03:00
?. =(network network:(~(got by walts) xpub)) ~
`-:(req-scan batch xpub chyg)
:: +retry-addrs: get info on addresses with unconfirmed UTXOs
::
++ retry-addrs
|= =network
^- (list card)
%- zing
%+ murn ~(val by walts)
|= w=walt
?. =(network network.w) ~
^- (unit (list card))
:- ~
%+ turn ~(tap by wach.w)
|= [a=address *]
(poke-provider [%address-info a])
2021-02-18 15:13:06 +03:00
:: +retry-txs: get info on txs without enough confirmations
::
++ retry-txs
|= =network
^- (list card)
%+ murn ~(tap by history)
|= [=txid =hest]
=/ w (~(get by walts) xpub.hest)
?~ w ~
?. =(network network.u.w) ~
?: (gte confs.hest confs.u.w) ~
`(poke-provider [%tx-info txid])
::
++ retry-poym
|= =network
^- (list card)
2021-05-17 05:31:41 +03:00
?~ txbu.poym ~
=/ w (~(get by walts) xpub.u.txbu.poym)
2021-02-18 15:13:06 +03:00
?~ w ~
?. =(network network.u.w) ~
%+ weld
2021-05-17 05:31:41 +03:00
?~ signed-tx.u.txbu.poym ~
~[(poke-provider [%broadcast-tx u.signed-tx.u.txbu.poym])]
%+ turn txis.u.txbu.poym
2021-02-18 15:13:06 +03:00
|= =txi
2021-05-17 05:31:41 +03:00
(poke-provider [%raw-tx ~(get-txid txb:bl u.txbu.poym)])
2021-02-18 15:13:06 +03:00
:: +retry-pend-piym: check whether txids in pend-piym are in mempool
::
++ retry-pend-piym
|= =network
^- (list card)
%+ murn ~(tap by pend.piym)
|= [=txid p=payment]
=/ w (~(get by walts) xpub.p)
?~ w ~
?. =(network network.u.w) ~
`(poke-provider [%tx-info txid])
2021-02-18 15:59:32 +03:00
--
2021-02-12 17:37:21 +03:00
::
++ handle-provider-update
|= upd=update:bp
^- (quip card _state)
2021-02-15 11:23:56 +03:00
?~ prov `state
?. =(host.u.prov src.bowl) `state
2021-02-12 17:37:21 +03:00
?. ?=(%.y -.upd) `state
?- -.p.upd
%address-info
2021-02-18 15:59:32 +03:00
:: located in the helper in Scan Logic to keep all of that unified
::
2021-02-12 17:37:21 +03:00
(handle-address-info address.p.upd utxos.p.upd used.p.upd)
::
%tx-info
=/ [cards=(list card) sty=state-1]
2021-04-16 17:11:03 +03:00
(handle-tx-info info.p.upd)
:_ sty
[(poke-internal [%close-pym info.p.upd]) cards]
2021-02-12 17:37:21 +03:00
::
%raw-tx
:_ state
2021-02-18 15:13:06 +03:00
~[(poke-internal [%add-poym-raw-txi +.p.upd])]
2021-02-12 17:37:21 +03:00
::
%broadcast-tx
2021-05-17 05:31:41 +03:00
?~ txbu.poym `state
?. =(~(get-txid txb:bl u.txbu.poym) txid.p.upd)
2021-02-12 17:37:21 +03:00
`state
:_ state
?: ?|(broadcast.p.upd included.p.upd)
2021-02-18 15:13:06 +03:00
~[(poke-internal [%succeed-broadcast-tx txid.p.upd])]
:~ (poke-internal [%fail-broadcast-tx txid.p.upd])
(give-update %cancel-tx txid.p.upd)
==
2021-02-12 17:37:21 +03:00
==
::
++ handle-tx-info
|= ti=info:tx
2021-04-16 17:11:03 +03:00
^- (quip card _state)
2021-02-12 17:37:21 +03:00
|^
=/ h (~(get by history) txid.ti)
=. ahistorical-txs (~(del in ahistorical-txs) txid.ti)
2021-05-17 06:41:08 +03:00
=/ our-inputs=(set address)
2021-02-18 15:13:06 +03:00
%- silt
2021-02-14 13:17:58 +03:00
%+ skim
2021-05-17 06:41:08 +03:00
%+ turn inputs.ti
2021-02-14 13:17:58 +03:00
|=(=val:tx address.val)
is-our-address
2021-05-17 06:41:08 +03:00
=/ our-outputs=(set address)
%- silt
%+ skim
%+ turn outputs.ti
|=(=val:tx address.val)
is-our-address
=/ our-addrs=(set address) :: all our addresses in inputs/outputs of tx
(~(uni in our-inputs) our-outputs)
::
2021-04-25 21:52:04 +03:00
=/ addr-info-cards=(list card)
%+ turn ~(tap in our-addrs)
|= a=address
^- card
(poke-provider [%address-info a])
2021-04-16 17:11:03 +03:00
?: =(0 ~(wyt in our-addrs)) `state
2021-02-14 13:17:58 +03:00
=/ =xpub
2021-02-21 13:13:50 +03:00
xpub.w:(need (address-coords:bl (snag 0 ~(tap in our-addrs)) ~(val by walts)))
2021-02-14 13:17:58 +03:00
?~ h :: addresses in wallets, but tx not in history
2021-05-17 06:41:08 +03:00
=/ new-hest=hest (mk-hest xpub our-inputs our-outputs)
2021-04-16 17:11:03 +03:00
=. history (~(put by history) txid.ti new-hest)
:_ state
:_ :_ addr-info-cards
(give-update %new-tx new-hest)
(give-update %balance current-balance)
2021-02-14 13:17:58 +03:00
?. included.ti :: tx in history, but not in mempool/blocks
2021-04-16 17:11:03 +03:00
:_ state(history (~(del by history) txid.ti))
:_ :_ addr-info-cards
(give-update %cancel-tx txid.ti)
(give-update %balance current-balance)
2021-04-16 17:11:03 +03:00
=/ new-hest u.h(confs confs.ti, recvd recvd.ti)
=. history (~(put by history) txid.ti new-hest)
:_ state
:_ :_ addr-info-cards
(give-update %new-tx new-hest)
(give-update %balance current-balance)
2021-02-12 17:37:21 +03:00
::
++ mk-hest
:: has tx-info
2021-05-17 06:41:08 +03:00
|= [=xpub:bc our-inputs=(set address) our-outputs=(set address)]
2021-02-12 17:37:21 +03:00
^- hest
:* xpub
txid.ti
confs.ti
recvd.ti
2021-05-17 06:41:08 +03:00
(turn inputs.ti |=(v=val:tx (is-our-ship our-inputs v)))
(turn outputs.ti |=(v=val:tx (is-our-ship our-outputs v)))
2021-05-17 05:31:41 +03:00
~
2021-02-12 17:37:21 +03:00
==
::
2021-02-14 13:17:58 +03:00
++ is-our-ship
2021-02-18 15:13:06 +03:00
|= [as=(set address) v=val:tx]
2021-02-12 17:37:21 +03:00
^- [=val:tx s=(unit ship)]
[v ?:((~(has in as) address.v) `our.bowl ~)]
::
2021-02-14 13:17:58 +03:00
++ is-our-address
2021-02-21 13:13:50 +03:00
|=(a=address ?=(^ (address-coords:bl a ~(val by walts))))
2021-02-12 17:37:21 +03:00
--
2021-02-14 13:17:58 +03:00
++ set-curr-xpub
|= =xpub
^- (quip card _state)
?~ (find ~[xpub] scanned-wallets) `state
=. curr-xpub `xpub
:_ state
[give-initial]~
2021-02-12 17:37:21 +03:00
::
::
2021-02-12 17:37:21 +03:00
:: Scan Logic
::
:: Algorithm
:: Initiate a batch for each chyg, with max-gap idxs in it
:: Watch all of the addresses made from idxs
:: Request info on all addresses from provider
:: When an %address-info comes back:
:: - remove that idx from todo.batch
:: - run check-scan to check whether that chyg is done
:: - if it isn't, refill it with max-gap idxs to scan
::
2021-02-12 17:37:21 +03:00
:: +handle-address-info: updates scans and wallet with address info
::
++ handle-address-info
|= [=address utxos=(set utxo) used=?]
^- (quip card _state)
2021-02-21 13:13:50 +03:00
=/ ac (address-coords:bl address ~(val by walts))
?~ ac
`state
=/ [w=walt =chyg =idx] u.ac
2021-02-12 17:37:21 +03:00
=. walts
%+ ~(put by walts) xpub.w
2021-02-21 13:13:50 +03:00
%+ ~(update-address wad:bl w chyg)
2021-02-12 17:37:21 +03:00
address
[used chyg idx utxos]
:: if transactions haven't made it into history, request transaction info
::
=^ cards=(list card) ahistorical-txs
%+ roll ~(tap in utxos)
|= [u=utxo cad=(list card) ah=(set txid)]
^- [(list card) (set txid)]
?: (~(has by history) txid.u)
[cad ah]
:- [(poke-provider [%tx-info txid.u]) cad]
(~(put by ah) txid.u)
2021-02-12 17:37:21 +03:00
:: if the wallet+chyg is being scanned, update the scan batch
::
2021-02-12 20:43:25 +03:00
=/ b (~(get by scans) [xpub.w chyg])
?~ b
[cards state]
2021-02-12 17:37:21 +03:00
=. scans
(del-scanned u.b(has-used ?|(used has-used.u.b)) xpub.w chyg idx)
?: empty:(scan-status xpub.w chyg)
=^ scan-cards=(list card) state
(check-scan xpub.w)
[(weld scan-cards cards) state]
::
[cards state]
:: +req-scan
:: - adds addresses in batch to wallet's watch map as un-used addresses
:: - returns provider %address-info request cards
2021-02-12 17:37:21 +03:00
::
++ req-scan
2021-02-21 13:13:50 +03:00
|= [b=batch =xpub:bc =chyg]
^- (quip card _state)
2021-02-12 17:37:21 +03:00
=/ w=walt (~(got by walts) xpub)
=/ as=(list [address [? ^chyg idx (set utxo)]])
%+ turn ~(tap in todo.b)
2021-02-21 13:13:50 +03:00
|=(=idx [(~(mk-address wad:bl w chyg) idx) [%.n chyg idx *(set utxo)]])
=. w
|- ?~ as w
2021-02-21 13:13:50 +03:00
$(as t.as, w (~(update-address wad:bl w chyg) -.i.as +.i.as))
:- (turn as |=([a=address *] (poke-provider [%address-info a])))
%= state
scans
(~(put by scans) [xpub chyg] b)
walts
(~(put by walts) xpub w)
==
2021-02-12 17:37:21 +03:00
::
++ scan-status
2021-02-21 13:13:50 +03:00
|= [=xpub:bc =chyg]
2021-02-12 17:37:21 +03:00
^- [empty=? done=?]
=/ b=batch (~(got by scans) [xpub chyg])
=/ empty=? =(0 ~(wyt in todo.b))
:- empty
?&(empty ?!(has-used.b))
::
++ init-batches
2021-02-21 13:13:50 +03:00
|= [=xpub:bc endpoint=idx]
2021-02-12 17:37:21 +03:00
^- (quip card _state)
=/ b=batch
2021-02-18 15:13:06 +03:00
[(silt (gulf 0 endpoint)) endpoint %.n]
=^ cards0 state (req-scan b xpub %0)
=^ cards1 state (req-scan b xpub %1)
[(weld cards0 cards1) state]
2021-02-12 17:37:21 +03:00
:: +bump-batch
:: if the batch is done but the wallet isn't done scanning,
:: returns new address requests and updated batch
::
++ bump-batch
2021-02-21 13:13:50 +03:00
|= [=xpub:bc =chyg]
^- (quip card _state)
2021-02-12 17:37:21 +03:00
=/ b=batch (~(got by scans) xpub chyg)
=/ s (scan-status xpub chyg)
?. ?&(empty.s ?!(done.s))
`state
2021-02-12 17:37:21 +03:00
=/ w=walt (~(got by walts) xpub)
=/ newb=batch
2021-02-18 15:13:06 +03:00
:* (silt (gulf +(endpoint.b) (add endpoint.b max-gap.w)))
2021-02-12 17:37:21 +03:00
(add endpoint.b max-gap.w)
%.n
==
(req-scan newb xpub chyg)
2021-02-12 17:37:21 +03:00
:: +del-scanned: delete scanned idxs
::
++ del-scanned
2021-02-21 13:13:50 +03:00
|= [b=batch =xpub:bc =chyg to-delete=idx]
2021-02-12 17:37:21 +03:00
^- ^scans
%+ ~(put by scans) [xpub chyg]
b(todo (~(del in todo.b) to-delete))
:: delete the xpub from scans and set wallet to scanned
::
++ end-scan
2021-02-21 13:13:50 +03:00
|= [=xpub:bc]
2021-02-12 17:37:21 +03:00
^- (quip card _state)
=/ w=walt (~(got by walts) xpub)
=. scans (~(del by scans) [xpub %0])
=. scans (~(del by scans) [xpub %1])
%- (slog ~[leaf+"Scanned xpub {<xpub>}"])
2021-02-14 13:17:58 +03:00
=. state state(walts (~(put by walts) xpub w(scanned %.y)))
(set-curr-xpub xpub)
2021-02-12 17:37:21 +03:00
:: +check-scan: initiate a scan if one hasn't started
:: check status of scan if one is running
::
++ check-scan
2021-02-21 13:13:50 +03:00
|= =xpub:bc
2021-02-12 17:37:21 +03:00
^- (quip card _state)
=/ s0 (scan-status xpub %0)
=/ s1 (scan-status xpub %1)
?: ?&(empty.s0 done.s0 empty.s1 done.s1)
(end-scan xpub)
=^ cards0=(list card) state
2021-02-12 17:37:21 +03:00
(bump-batch xpub %0)
=^ cards1=(list card) state
2021-02-12 17:37:21 +03:00
(bump-batch xpub %1)
[(weld cards0 cards1) state]
::
2021-02-12 17:37:21 +03:00
::
::
2021-02-12 17:37:21 +03:00
++ poke-provider
|= [act=action:bp]
^- card
?~ prov ~|("provider not set" !!)
:* %pass /[(scot %da now.bowl)]
%agent [host.u.prov %btc-provider]
%poke %btc-provider-action !>([act])
==
::
2021-02-18 15:13:06 +03:00
++ poke-peer
2021-02-12 17:37:21 +03:00
|= [target=ship act=action]
^- card
:* %pass /[(scot %da now.bowl)] %agent
[target %btc-wallet] %poke
%btc-wallet-action !>(act)
==
2021-02-18 15:13:06 +03:00
++ poke-internal
|= [intr=internal]
^- card
:* %pass /[(scot %da now.bowl)] %agent
[our.bowl %btc-wallet] %poke
%btc-wallet-internal !>(intr)
2021-02-18 15:59:32 +03:00
==
2021-02-12 17:37:21 +03:00
::
2021-04-16 17:11:03 +03:00
++ give-update
|= upd=update
^- card
[%give %fact ~[/all] %btc-wallet-update !>(upd)]
::
++ give-initial
^- card
=^ a=(unit address) state
?~ curr-xpub `state
=/ uw=(unit walt) (~(get by walts) u.curr-xpub)
?: ?|(?=(~ uw) ?!(scanned.u.uw))
~|("no wallet with xpub or wallet not scanned yet" !!)
=/ [addr=address =idx w=walt]
~(gen-address wad:bl u.uw %0)
[`addr state(walts (~(put by walts) u.curr-xpub w))]
=/ initial=update
:* %initial
prov
curr-xpub
current-balance
current-history
btc-state
a
==
(give-update initial)
::
2021-05-14 15:30:56 +03:00
++ is-dust
|= [=sats =address]
^- ?
%+ lth sats
(mul 3 (input-weight:bc (get-bipt:adr:bc address)))
::
2021-02-12 17:37:21 +03:00
++ is-broadcasting
^- ?
2021-05-17 05:31:41 +03:00
?~ txbu.poym %.n
?=(^ signed-tx.u.txbu.poym)
2021-02-12 17:37:21 +03:00
::
:: Scry Helpers
::
++ scanned-wallets
2021-02-21 13:13:50 +03:00
^- (list xpub:bc)
2021-02-12 17:37:21 +03:00
%+ murn ~(tap by walts)
2021-02-21 13:13:50 +03:00
|= [=xpub:bc w=walt]
^- (unit xpub:bc)
?:(scanned.w `xpub ~)
2021-02-12 17:37:21 +03:00
::
++ balance
2021-02-21 13:13:50 +03:00
|= =xpub:bc
2021-04-23 23:18:20 +03:00
^- (unit [sats sats])
2021-02-12 17:37:21 +03:00
=/ w (~(get by walts) xpub)
?~ w ~
2021-04-23 23:18:20 +03:00
=/ values=(list [confirmed=sats unconfirmed=sats])
2021-02-12 17:37:21 +03:00
%+ turn ~(val by wach.u.w)
2021-04-23 23:18:20 +03:00
|= =addi ^- [sats sats]
2021-02-12 17:37:21 +03:00
%+ roll
%+ turn ~(tap by utxos.addi)
2021-04-23 23:18:20 +03:00
|= =utxo
^- [sats sats]
?: (~(spendable sut:bl [u.w eny.bowl block.btc-state ~ 0 ~]) utxo)
[value.utxo 0]
[0 value.utxo]
|= [[a=sats b=sats] out=[p=sats q=sats]]
[(add a p.out) (add b q.out)]
:- ~
%+ roll values
|= [[a=sats b=sats] out=[p=sats q=sats]]
[(add a p.out) (add b q.out)]
2021-02-12 17:37:21 +03:00
::
2021-04-02 01:33:27 +03:00
::
++ current-balance
2021-04-23 23:18:20 +03:00
^- (unit [sats sats])
2021-04-02 01:33:27 +03:00
?~ curr-xpub ~
(balance u.curr-xpub)
::
2021-04-16 17:11:03 +03:00
++ current-history
^- ^history
?~ curr-xpub ~
%- ~(gas by *^history)
%+ skim ~(tap by history)
|= [txid =hest]
=(u.curr-xpub xpub.hest)
2021-02-12 17:37:21 +03:00
--